> From: Todd Cary [mailto:[EMAIL PROTECTED]] > I am creating my popup list with LstSetListChoices() and > everything works for one list. This is because I am using > an array to store the data that is read from the DB
If the DB records map 1-to-1 with the list items, then consider using a list draw callback instead of using up extra memory with an array. > Is there an event I can use when the user touches the Popup > control rather than the Form Open to populate the list? Yes, you almost said it... the trigger thingy is indeed a control. And another word for "touch" could be "select"... -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
