--- In [email protected], Sue Chastain <[EMAIL PROTECTED]> wrote: > Thanks. > > Ok, I am getting the beep anytime I maximize or normalize a window, > and also when I restore a window from the taskbar.
It must be getting quite annoying - thanks for trying and you can remove. Since you get the beep all the time without problems, the bug must require a more complicated condition than just re-entering your script. Possibly, somehow, executing on of the win commands in certain circumstances sets off an infinite chain of calls. In the latest beta, I have set a maximum reenterence of 5 or so; if there are more hookwindowevents active simultaneoously than that, then the extras get ignored. Possibly this will help. If note, try replacing wait for 20 with wait sleep 20. 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/
