Setting conditional breakpoints

Bob Sneidar bobsneidar at iotecdigital.com
Mon Jun 24 11:11:18 EDT 2019


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 at 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





More information about the use-livecode mailing list