I haven't tried it on a real device; was using the Garnet emulator. I thought maybe the OS could tell I was in the middle of something by the fact that I was using stack space, but this seems a little farfetched.
--- Henk Jonas <[EMAIL PROTECTED]> wrote: > Frank LaRosa wrote: > > > Henk, > > > > Thanks for the advice. It almost works -- for some reason when I > press, > > say, the calculator button, I end up getting the pen up and pen > down > > events, a key event, but I never get the appStopEvent, even if I > put > > exactly the same code in my "busy" loop as I have in my main event > > loop. > > > > What I decided to do instead was just put up a "Cancel" button. The > > user can hit Cancel to stop the processing and then he can exit the > app > > the usual way. This seems satisfactory. > > > > It is odd that I never got that appStopEvent, though. > > That's weird, correct. Do you get the appStopEvent, when you press > one > of the hard button? Maybe the virtual grafitti area is handled > differently. Do you return false for penDown and penUp in you > FormHandler? > > Regards > Henk > -- > ------------------------------------------------------------------------- > Henk Jonas > [EMAIL PROTECTED] > Palm OS � certified developer > > Please contact me, if you need an off-side contract worker. > ------------------------------------------------------------------------- > > -- > For information on using the Palm Developer Forums, or to > unsubscribe, please see http://www.palmos.com/dev/support/forums/ > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
