are you sure you get the penDownEvent structure from the grafiti area? what about GrfGetPoint(UInt16 index, PointType* pointP)?
with GrfGetNumPoints(UInt16* numPtsP) you can get the points in the buffer. i never did this but you can try the following: call numpoints to get the number of points in the buffer - this should be the index for getpoint, this should return the coordinates. "Joe Malone" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:91885@palm-dev-forum... > > --- Albert Ogonevskij <[EMAIL PROTECTED]> wrote: > > > > I need to catch coordinates of point when i taps on graffiti area. > > How can i make such thing? > > > > Intercept the penDownEvent and look at eventP->screenX and > eventP->screenY. > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Health - Feel better, live better > http://health.yahoo.com > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
