> I need to implement browsing functionality for 
> a DB with a large number of records (about 20,000).
> The records should be displayed as a scrollable 
> list of strings.

I think technically you can go with either a list or a
table.  Some pros and cons I see

- table requires more coding
- table allows you to use scrollbar, list has built-in
scrollers

I hope you're also planning to provide some other
means other than scrolling for the user to find/locate
a particular record.  Neithe scrollbars nor the little
scrollbuttons are going to work well; see the
Addressbook app with lots of entries.

Oliver


__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

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