> From: Edmond Chan [mailto:[EMAIL PROTECTED]]
> I was under the impression that the PalmOS UI object "List"
> supports multiple-selections, but reading through documents
> seems to disprove that assumption.  Can someone please confirm

Correct, the standard list object does single selection only.

> implementing such functionality with some sort of
> checkboxes/fields/scrollbar combination?

Consider a much easier approach: use a regular list with a custom draw
function to draw a check box on the front of each item, then handle
lstSelect events to toggle their state.  You'll need an extra data structure
to store the select states of all the items but overall this isn't terribly
hard.

-slj-


-- 
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