"Walter Levy" <[EMAIL PROTECTED]> wrote in message
news:44272@palm-dev-forum...
>
> I'm working on an app in which the user builds a set of one-word
items,
> which I want to display in a scrollable list. The user will also have
the
> option to highlight an item in the list and tap a button to delete it.
>
> Should I use a list or a table for this?
It sounds like a list would be an easier implementation. I would use a
custom draw routine for the list, although maintaining a list of string
pointers for this kind of application wouldn't be too hard either. The
list already handles highlighting and selection for you. The only other
difficulty would be if you wanted a scroll bar rather than the up/down
arrows -- if so, the list becomes a little harder to manage because you
would need to keep in a constant size and adjust your display code to
map list indices into real indices as managed by the scroll bar.
--
Ben Combee, [EMAIL PROTECTED]
Techwood Broadcasting Foundation, Austin Bureau
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/