> ;check to see if parallel execution
> if (G_InHookWindowEvents == "YES") do
> Quit
> endif
> ;prevent parallel execution
> G_InHookWindowEvents = "YES"
>
> Then, I put the code I really want to run, and then after that the
end
> of HookWindowEvents looks like this:
> ;allow normal execution
> G_InHookWindowEvents = "no"
> Quit
>
> Has anyone else noticed something similar?
Did you have a wait? With no wait, I don't think you can get
parallel execution.
I have tried the following without error as a hookwindowsevent
win.debug("start")
wait for 3000
win.debug("end",arg(1))
I could trigger multiple events during the wait and they all
executed as expected.
I would not be surprised if there is some kind of problem in some
scripts with waits, but I don't know what they are.
I will try some experiments with Sue's script at some point.
>
> Brian Cunningham
Attention: PowerPro's Web site has moved: http://www.ppro.org
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/power-pro/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/