...then again, there is the thing with the cursor
-
Adding a line in the AppleScript to make isadora the front most application at the end of the applescript will rehide the cursor once the script has executed. tell application Isadora activate end tell Or something like that should do it. To minimise the effect while it runs put the cursor in one of the bottom corners is my only thought.
-
hi nick,
I did call upon Isadora to activate again, but the cursor remains visible until I move the mouse.The thing is that the whole installation runs without an operator, so there is nobody to move the mouse, there isn't even a mouse attached to the computer, at least that was the plan.thanks for your help thoughbestruppert -
If I get time later I will look into this. Maybe hide the house altogether and use a sprite to replicate the mouse cursor. Then I think you could make this fade out. I will look into this for you. These are the types aof problems I like to solve. Leave it with me.
-
...now you're talking, that sounds very intriguing, I am ashamed to say that the last time I dealt with sprites attached to cursors was at a time when there was a company called Macromedia that made an application called Director.
I am happy you like to solve this kind of problem because I wouldn't even know where to begin. What type of problems don't you like to solve so I might get a chance to make it up to you?bestruppert -
...just bought you a pint to get you started
cheersr -
Thanks Ruppert! There are only a few small areas I get stuck with. I am not very clued up on DMX lifting and ArtMwt stuff yet. But I hope to solve this over the summer. I will will try and get something sorted this afternoon. I will contact you via email. The pint means a lot honestly! Thanks! Graham
-
Hi Graham
Following your hint I found a little freeware online called Cursorcerer that does just that: hide the cursor.It is not the most elegant solution, but it sure is effective.If you come up with something more elegant, I'd be curious, but otherwise save your efforts for something more challenging.Thanks...ruppertp.s. bought you another pint -
Cool,
[http://doomlaser.com/cursorcerer-hide-your-cursor-at-will/](http://doomlaser.com/cursorcerer-hide-your-cursor-at-will/) looks cool.I created something anyway... just for fun!Email sent.Cheers again, Graham -
Dear Ruppert,
You could use the AppleScript to simulate a cursor move.http://www.andrewparnell.com/blog/2010/01/moving-the-mouse-with-applescript/Best Wishes,Mark -
Thanks Mark,
Between this, and the freeware to make the cursor disappear I ought to be able to solve my problem.BestRuppert -
But also, please submit a bug report on this. Isadora should hide the cursor whenever it is over a full-screen stage. I want to ensure that gets fixed.
http://troikatronix.com/support/isadora/ -> Topic = Bug ReportBest Wishes,Mark -
Please make it a user selectable option - sometimes you want the cursor visible, often when setting things up. For example I have a quartz composer actor in isadora that you can enable so the corners of it can be dragged around the stage using the Mouse. This makes setting up a multi projection system really quick, and something I can pass on to someone who isn't a izzy programmer on a tour. The option to then make the mouse not visible on stages would be great, but please dont hard code it into izzy, have a setting in the stages contro, panel, alongside the floating windows option.
-
Well, the main thing is this: if you switch into Isadora (e.g., via command-tab) and don't move the mouse, and the "Hide Cursor When Full Screen" option is enabled, then the cursor should be invisible. I think this is what's happening to Ruppert -- he's activating Isadora via AppleScript, but the cursor doesn't move; thus it's visibility is not properly updated. That's what I intend to fix.
-
Ah ok - misunderstood, sorry.