The other option is trapping sysNotifyProcessPenStrokeEvent - you can then
interrogate the stroke buffer - which gives you all the recorded points
between pendown and penup... to be honest I'm struggling with exactly this
right now... it's not pretty... :-{Gavin. John Lee <[EMAIL PROTECTED]> wrote in message news:102537@palm-dev-forum... > > You are right, but I want to know when pen down and move which event System will send ? > > > >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/ > > = = = = = = = = = = = = = = = = = = = = > > > > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
