trapping something like "resizestack finished" on Windows? :-)

Klaus on-rev klaus at major.on-rev.com
Wed Apr 18 10:27:52 EDT 2012


Hi Mike,

Am 17.04.2012 um 22:56 schrieb Mike Bonner:

> Use a send in time to do this.
> 
> create a handler to do whatever it is that you want done when the stack is
> done resizing
> 
> command resizingDone
> if the mouse is up then
> ### stuff to do after resize
> end if
> end resizingDone
> 
> And use a send in time from the resizestack handler
> 
> on resizestack
> ## any code you want to run during resize
> send resizingDone to me in 1 tick
> end resizestack

I just implemented this and it works GREAT! :-)
Thanks!


Best

Klaus
--
Klaus Major
http://www.major-k.de
klaus at major.on-rev.com





More information about the use-livecode mailing list