Alexander Galkin wrote:

I need urgent help in creating drop-down trigger. I believe it is analogous
to Windows combo boxes. Could someone tell me step-by-step how to create it
and handle selection notification. Basically, I need to create the trigger
with predefined set of strings and handle notification after new selection
has been set. Can I set strings in resources at design time?





1. Create a list in contructor with your string items. Set usable attribute off
2. Create a pop selector and assign the "List ID" the resource id of the list box.
3. Look for popSelect event to receive notification a new pop selector item was chosen.
4. Buy a book on palm programming. This is as basic as it gets



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

Reply via email to