Ralph Curtis a �crit : > This is very simple to do if you can use a table. Detect selection of table > field and add to a cache of selected fields. If an already selected field is > selected again you can remove it from your cache. It is simple to highlight > selected fields that are in the cache and deselect them when removed from > the cache. If you must use a popup list, then it is going to more > difficult - might require a gadget. A way around this is to use a dialog > that contains your table instead of a list. Popup the dialog where you would > popup a list and handle as stated earlier. > > "Luc Le Blanc" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > I need to select several PDB names in a list. Is there a simple solution > > to implement multiple selection, or do I have to use a gadget and start > > from scratch?
This is exactly how I was now planning to do it. I will draw table rows as custom items so as to provide a callback for that. Then highlighting is easy. It's just too bad Palm OS UI is somewhat a subset of what you expect from a GUI; but at least you can implement some missing features working a little harder. Thanks to all who suggested solutions. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
