trapping something like "resizestack finished" on Windows? :-)
Klaus on-rev
klaus at major.on-rev.com
Tue Apr 17 17:09:02 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
ah, yes, that's what I was looking for :-)
Thanks a lot!
Best
Klaus
--
Klaus Major
http://www.major-k.de
klaus at major.on-rev.com
More information about the use-livecode
mailing list