I reran to capture a trace of the events I'm handling. Hopefully the info below 
can help shed light into what I'm doing wrong.
Here's a timeline of what I did and the events I captured 
from the debugger.

<tap on list>
ctlSelectEvent with eType 9, control ID = 1614 was seen. Since I
don't handle that ID, false is returned.
<the list pops up, and I select the first entry in the list>
popSelectEvent with eType 14, control ID = 1614 was seen. I handle this event 
and return a true
<tap on the same list again>
ctlSelectEvent with eType 9, control ID = 1614 was seen. Since I
don't handle that ID, false is returned.
<no other related events seen after this>

The list doesn't pop up even if I tap on it multiple times.
Any help will really be appreciated. 
Thanks, Huy
-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to