> From: Ben Combee [mailto:[EMAIL PROTECTED]]
> I'm seeing two popSelectEvents for every selection.
> One comes immediately after the trigger is selected
> but before the list appears

You get a ctlSelect event after the trigger is tapped and released, not a
popSelect event.  Any chance that your code has a logic bug that could mix
up these two events?

> and it contains an invalid listID field, although the
> controlID is correct.

This supports the hypothesis that you are actually seeing a ctlSelect event,
due to the memory layout of the two events.

> The second comes after the selection is made,
> and this one has the correct listID.

This would be the real popSelect event.

> this might be a symptom of some other problem in 
> my program or resources.

Check your event handling logic.  Is it missing a break statement at the
bottom of a switch case somewhere?

-slj-


-- 
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