Hi,

> >  do {
> >   handled = false;
> >   EvtGetEvent(&event, evtWaitForever);
> >
> >    if (! SysHandleEvent(&event))
> >     if (! MenuHandleEvent(0, &event, &error))
> >      if (! AppHandleEvent(&event))
> >       FrmDispatchEvent(&event);
> >
> >  } while (event.eType != appStopEvent);
> >
>
> This may not have any effect on your problem, but what is "handled =
false;"
> doing at the start of your event loop?  It looks like your event loop has
> had modifications of some sort.

Heheh, yes, there was some modification to trap the hardkeys, but I've
commented them out to no avail. I don't think it's got to do with the
trapping of the hardkey(?)

Regards,
Gee.



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to