Joined: January 19th, 2005, 5:15 pm Posts: 83 Location: Netherlands
|
A work around i did to hide / show the cursor through script was the next:
I created a 'variable changed' trigger on a master page. Within that trigger there is an If statement on the publication variable showCursor. If showCursor is 1, the the action is Show Cursor, if 0 the action is Hide Cursor.
This way, if i change the variable changeCursor in the script, i can control my cursor. Maybe you use this method for changing the cursor.
|
|