For the fun of it, I'm taking an alternative input device and trying to turn it into grafitti strokes. All of my strokes are within 160x160 which as I understand it by reading the docs should be ok. I simply do this chain of events: GrfFlushPoints() GrfAddPoint () (multiple times, no dupe points) GrfProcessStroke () (with the first & last point I received) As soon as ProcessStroke is called, I get a "Pen q out of sync" error. Is there something I'm missing in the sequence above? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
