I'm guessing he's writing an OS5 hack and therefore doesn't have an event loop... :-)
Gavin. Aaron Ardiri <[EMAIL PROTECTED]> wrote in message news:102527@palm-dev-forum... > > > Hi! I use a POSE of OS5 > > How to get penMoveEvent? > > I want to preHandle all event,especially like "penDownEvent",penUpEvent, > > penMoveEvent. use code like this: > > > > SysNotifyUnregister(cardNo, dbID, sysNotifyEventDequeuedEvent, > > sysNotifyNormalPriority); > > > > penDownEvent,penMoveEvent can be received, but penMoveEvent cannot. Why ? > > and how can I received it ? > > you could always poll EvtGetPen() in your nilEvent loop - and, manually post > the penMoveEvent event *g* > > --- > Aaron Ardiri [EMAIL PROTECTED] > CEO - CTO +46 70 656 1143 > Mobile Wizardry http://www.mobilewizardry.com/ > > > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
