> We are developing a sketching application for the Palm Pilot. >We capture points using the penMoveEvent... Don't use penMoveEvent. What you'll want to do is when you get a penDown event, sit in a loop watching EvtGetPen to get the x/y location until the user releases the pen. penMove events don't get delivered with high enough accuracy and reliability to do what you would need, as you've found. All the built in UI objects use this method. -David Fedor Palm Developer Support
- problem capturing points Guy Dumais
- Re: problem capturing points Aaron Ardiri
- Re: problem capturing points David Fedor
- Re: problem capturing points Fletch
- Re: problem capturing points David Fedor
- Re: problem capturing points Aaron Ardiri
