> [>] Sorry, Jamie. I still don't see it. In the constructor, > I click on the > control and see the layout properties with popup ID, > orientation, label, > etc. .. But, do not see where the actual list is attached to > the control, > or where the list resides. And, I see nothing related in the > properties for > Strings, and StringLists. And, it is not being instantiated > in the code.
To create a popup trigger and associated list in Constructor, do the following: 1. Drag a list from the component catalog onto a form you already have. Make sure Usable is unchecked, and set the number of Visible Items to however many of the choices you want to see at one time when you pop up the trigger. 2. Click on List Items and press ctrl-K to add an item to the list. Enter a value for the item text across from the label Item Text 1. Continue pressing ctrl-K and entering text for all your list items. Note the List ID number for a future step. 3. Drag a popup trigger onto the form. Make sure Usable is checked, and set the List ID from step 2 in the List ID field. This is what links the pieces together. Hope that helps. -hkmlt -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
