Unfortunately this didn't seem to work. While the selection now works as I expected, the tap and hold never first.
The processing of the event only fires when there is a pen up, which means pen down, hold, hold, hold, hold never runs my timeout code, as it's still waiting for the lstSelectEvent to finish processing.
yeah, i was hoping that wouldn't happen. How bout this, keep your code the same, but instead of popping the alert when it times out, enqueue a pen up event. then display the alert in the lstSelectEvent?
/* * Matt Graham * Palm OS Developer * www.healthramp.com */
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
