Hi Gilles
Very weird fix (for the WatcherHelper/UIhelper problem)...
...I had my "on idle sleep" handler (by itself) at the end of a very long movie script.
I moved the handler to the top_of_the_page, and guess what?? No error anymore in authoring or runtime.
This is only a blind guess, but are youreally sure that your new (moved) idel handler really gets called?
Indeed a possible eplanation of what happens is that you have an other 'on idle' handler, in a script after the very long one, but before the new placed you've put the 'on idle sleep' handler.
So when the firs idle handler found by Director is the one containins the sleep, you get an error, but when you moved it, you don't get the error, simply because this moved handler don't get called anymore, because another 'on idle' handler is found before by the Director player.
Does this make sense?
cheers, s�b [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
