>Well, I've still not located a OS 3.3 ROM image... but that hasn't stopped
>me from testing a little more... I made one change and sent the resulting
>file back to the tester I have with OS 3.3. This is the code I've removed:
>
>The below code is used to insert a single character into the queue, as if
>the user had used Graffiti to enter it.
>
>event.eType = keyDownEvent;
>event.data.keyDown.chr = 65; // The letter "A"
>EvtAddEventToQueue (&event);
>
>Oddly enough, the tester reports that the program *DOESN'T* crash when he is
>using MiddleCapsHack... it only crashes when he is *NOT* using it..
>
>This worked fine in previous releases, but gives a fatal error on OS 3.3..
>Anyone see any problems with it?
>
>Paul Taylor
>[EMAIL PROTECTED]
Did you make sure to clear out the other values of the EventType event? Maybe
you accidently are setting an illegal modifier value, or something.
Rick Bram