--- Todd Cary <[EMAIL PROTECTED]> wrote: > I need to create an information screen and I am not sure > if one uses a Table that can then be scrolled or some > other Resource. >
If you need scrolling, you can use a Table or a List. A List handles scrolling for you, but only has one column of data (though you can use a custom draw procedure and make it look like several columns). If you use a Table, you have to write code to handle scrolling. If you don't need to allow editing the data, a List is probably the easiest object to use. If you need editing, use a Table. See all the details in the Reference. __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
