> Im using Palm OS C/C++ DS, and the Palm OS Resource Editor. Would > I do everything the same as in PilRC?
No, of course not - the Resource Editor uses a different format. Things to note: 1) Make sure the "Usable" checkbox of the list is *not* checked. This corresponds to the "NONUSABLE" clause in the PilRC example. 2) Make sure the "ListID" field of the popup trigger control contains the ID of the list. This corresponds to the label "triggerID_days" in the PilRC example. 3) Make sure the "Num. Items" field of the list control is not zero and contains the actual number of items on the list. This corresponds to the number "14" in the PilRC example. 4) On the list control, after you have specified the number of items, enter the text for each one of them. This corresponds to the numbers in quotes in the PilRC example. The rest is cosmetics. You might also want to look at this: http://onboardc.sourceforge.net/cookbook.html#popuplists although it's written with the ObBoard C resource editor in mind. But it contains useful hints about how to handle popup lists in your code. Regards, Vesselin -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
