> > Spoke too soon. It did it again today, but it is happening much less often.
This is consistent with the error being due to re-entrancy since the smaller wait would mean it would happen less often. Can you try the following experiment? 1. Create a startup scheduled event global g_reenter=0 2. Put the following just before your wait statement (it's important this be after all the quits) if (g_reenter) ;;no Do! win.beep(1000,500) g_reenter=1 3. Put following at end of script g_reenter=0 4. Change wait back to 50 ms If I am right, you will get a beep when PowerPro aborts. You may or may not get beeps even though it does not abort. Can you let me know if you do get the beep before the abort and if you do get it other times? 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/
