Page 1 of 1

Skipping events

Posted: Sun May 02, 2004 4:09 am
by dok
I have a fairly complicated macro, and for some reason it skips events once in a while. Most noticibly if multiple events all occur quite fast. I've been thinking off adding a few more /doevents lines throughout the code, but just wondering if anyone else has seen this and what, if anything they have done to fix it. Right now during testing I have all my /doevents on seperate lines, but I am calling all but spell check ones every cycle.

Code is really too big and too far from a public release for me to post at the moment.

Posted: Sun May 02, 2004 8:20 pm
by SomeEqDude
I noticed the same thing. Although I stopped getting events completely -- odd.

Posted: Mon May 03, 2004 11:37 am
by Furor
Try doing this

Code: Select all

 /doevents
/delay 0
I was having that problem before and that solved the problem