1. Connect List Resource to Popup Trigger Resource using ListID. 2. Use LstSetListChoices to set up array of strings. 3. Also You can set default selection: a) LstSetSelection(ListPtr,0); b) Char * pText = LstGetSelectionText(ListPtr,LstGetSelection(ListPtr)); c) CtlSetLabel(TriggerPtr,pText);
-- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
