Pete Dempsey wrote:

Juergen,

To Do sample uses a table, I'm looking for an example where a List has checkbox 
items.
Then you must use a custom draw function and just draw checkboxes (or whatever you want) next to your list item text. As far as the system is concerned you just have a list of elements, and you can draw ANYTHING you want in those list element spaces. If you want it to ACT like a table, such that you can select and deselect the checkboxes, then you would need to track the pen ups/downs and lstSelects to figure out what's going on. Probably better to do a table if that's what you need. Bob.

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

Reply via email to