When I assume .....

Mark Wieder ahsoftware at sonic.net
Mon Jul 2 18:10:45 EDT 2018


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
  ahsoftware at gmail.com




More information about the use-livecode mailing list