Is this conceptually possible to do? TASK. When you have a penUpEvent you want to decide if you want to process it or not. If so, then you want to change both the penUpEvent and the penDownEvent which preceded it to nilEvent. However, if you do not want to process it, then you want to keep BOTH the penDownEvent and the penUpEvent unchanged and in the same position in the EventQueue.
EXAMPLE. You want a penUp in the upper left corner of the screen to pop up a dialog BUT only if both penDown and penUp happened in the same place. Otherwise, you want life to go on as usual WITHOUT disabling the penDown and penUp so that the normal course of events could take place. I have several solution to this problem each of which is DEFECTIVE to some extent. Is there a perfect solution? If you are in the Graffiti area then the problem can be approach by EvtProcessSoftKeyStroke(). /Paul N. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
