> Is there any way how to get place where exactly was penUp event which
caused
> lstSelect event?

For a popup list, no, since that's running its own modal loop until the
user makes a selection.

For an ordinary list, it would still be difficult.  The list goes into a
hard loop when it gets the penDown in the list, which it uses to track
the pen moving outside the list of moving above/below for scrolling.  It
doesn't remember coordinates when the penUp happens, it just returns the
selection.




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to