True, but I need itto break AT the line of code that changes a property of a 
stack. If there is a script running while when the send in time command is due, 
the existing script will continue to run, THEN at the first idle, the send in 
time will run. 

Bob S


> On Jun 21, 2019, at 16:51 , Tom Glod via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> oh you can open up the engine to do other handlers by using "in time"
> 
> I use it all the time..I have a message checking hotkeys.... clipboard
> changes.... and it works beautifully.
> 
> 
> on CheckIfVisible
> if the visible of defaultstack = true then
> send "CheckIfVisible" to defaultstack in 100 milliseconds
> else
> end if
> end CheckIfVisible


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to