On 07/02/2018 02:55 PM, Tom Glod via use-livecode wrote:

I decided to do a test today and sure enough ... the behavior is identical.

They're not identical. The immediate version will invoke TestCommand during the execution of mouseUp. The 'send in time' version will invoke TestCommand after the mouseUp handler is done. That's the purpose of sending a command in time: even with an interval of 0 milliseconds you're delaying the sent action until the current handler has finished.

--
 Mark Wieder
 ahsoftw...@gmail.com

_______________________________________________
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