Hi, I'm building a fairly dynamic form using a table, with some of the 
cells needing a popup list.  The intent is to appear similar to the 
address book's editor, only that this form doesn't know what it's 
displaying until runtime, so no static list resources may be created.

AFAIK, I have two options
(1) create lists for each cell that requires it when I set up the table
(2) have one flyweight list that's filled on demand as the user selects 
the popup trigger

the first one seems the most straightforward, but also wasteful compared 
to the second.  However, I don't know what event to trap in order to set 
up the list.

Is there any way to do #2?  Is there a better way?  Or am I stuck with 
#1?

Thanks in advance for any help.

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

Reply via email to