--- Gonzalo Piano <[EMAIL PROTECTED]> wrote:
> I'm trying to write vertical scrolls in a determined table.
> I fill the table through the content of a structure in the form:
> 
> typedef struct 
> {
> UInt16 num;
> char name[128];
> } result;
> 
> The table I use it only for displaying data, not to edit that data.

Being too lazy to read the rest of your code, I'd like to suggest that
you use a List with a callback function to draw the items.  That way,
you can let the OS do the scrolling for you.


__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - send holiday greetings for Easter, Passover
http://greetings.yahoo.com/

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

Reply via email to