On Wed, 17 Jul 2002, Joe Malone wrote: > > Sorry for the confusion...let me clarify. > > > > So far, I can only get POSE to generate the following sequence of > > events: (penDownEvent, penUpEvent) > > > > I am wanting POSE to generate the following events (in this order): > > (penDownEvent, penMoveEvent, penUpEvent) > > From the docs: > > "Note that several kinds of UI objects, such as controls and > lists, track the movement directly, and no penMoveEvent is > generated."
thats cause most of the controls loop until the pen is released :) if you have ever written yourself a button manually, you'll see how this works. :) // az [EMAIL PROTECTED] http://www.ardiri.com/ http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
