Trying to understand the inner workings of Resizestack

J. Landman Gay jacque at hyperactivesw.com
Mon Mar 14 13:20:47 EDT 2016


On March 14, 2016 10:56:32 AM "Ralph DiMola" <rdimola at evergreeninfo.net> wrote:

> I believe(someone correct me if I'm wrong) if you do a "send in 0 seconds" 
> It will in effect do call and return control to the resizestack handler.

Sending a message in 0 puts it at the front of the queue but it still won't 
execute until the next idle. To execute immediately and then continue with 
the rest of the handler, just send without a specified time.

But Richard's suggestion is cleaner.

--
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com






More information about the use-livecode mailing list