--- Mark Lenz <[EMAIL PROTECTED]> wrote: > I have a program that needs to do something for an extended > period of time. This process is done inside a loop, so > within this loop I added the following code so that my > program would respond to UI events while in this process. > The problem is that every UI event is handled correctly > except for the "Home" silkscreen button and the "Calc" > silkscreen button. > ...
I think that might be due to the fact that tapping those buttons causes an appStopEvent to be queued and it doesn't look like you are stopping your event loop when that happens. __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
