Looks good to me.
On Aug 20, 2005, at 10:55 PM, Erik Hansen wrote:
like this?
on mouseUp
send "myHandler" to control "Thang" in 10 secs
end mouseUp
-- in the script of control "Thang":
on myHandler
videoThings
...
end myHandler
___
use-re
--- Geoff Canyon <[EMAIL PROTECTED]>
wrote:
> Instead of sending mouseUp, put your code into
> a custom handler. Call
> that handler from your mouseUp, and send that
> handler to object it is in> in 10 seconds.
> elsewhere, it's all ready for you, rather than
> tied into a button.
like this?
On Aug 19, 2005, at 10:36 AM, Jon wrote:
I'm writing a program that uses "send mouseup to me in 10 seconds".
Instead of sending mouseUp, put your code into a custom handler. Call
that handler from your mouseUp, and send that handler to object it is in> in 10 seconds.
By doing it this way,
Thanks for the tip!
J. Landman Gay wrote:
Jon wrote:
I'm writing a program that uses "send mouseup to me in 10 seconds".
From time to time, the program stops working, as if the Send is
getting lost. I would guess that this happens whenever I go into the
IDE and switch from "run" mode t
Jon wrote:
I'm writing a program that uses "send mouseup to me in 10 seconds".
From time to time, the program stops working, as if the Send is getting
lost. I would guess that this happens whenever I go into the IDE and
switch from "run" mode to "edit" mode (the two icons at the top of Tools