Jeff Leal wrote:

Hi,

        When I exit the selection of a list via a popup trigger, which
event(s) are called?
What I want to do is change the content and selection of another popup
trigger list depending on the selection of the above list.

Hi Jeff. You probably just want to handle the "PopSelectEvent". Something like:
case popSelectEvent:
listId=eptr->data.popSelect.listID;
item=eptr->data.popSelect.selection;


Bob.

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

Reply via email to