Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Sun Apr 17, 2005 12:08 pm Post subject: |
|
|
When a script displays a menu (usually in response to the user right-clicking the tray icon or pulling down a menu from a menu bar), it is essentially in a paused state during that time. Not even timers will run.
This was done to prevent the menu from behaving sluggishly and other side-effects, but there is an item on the to-do list to look into having an option to avoid this behavior so that the menu can be manipulated in real time.
In the meantime, you might be able to work around this limitation by having a second script manipulate the menus of the first. |
|