Marilia Mendes wrote:
I 'm supposeed to display data in a tabular form --
i already have the data in an array and i'm displaying
it in the table with ten rows, calling custom load
routine. As of now first ten rows are coming fine --
how i can display next rows using Scrollbar ?? can anybody explain me please in step by step
approach?? (i 'm new in Palm Programming)
I have already added a scroll bar and set the height
as the associated table and initialised Max=24,Min
=0;PageSize=50(are the values ok ??) --- now i know
that i have to update these values calling my won
function in sclRepeatEvent -- can anybody give me idea
with code example ??

You sure you need a table and that a list won't work? Lists are a little easier to work with if it is sufficient.


To do a table, you need to store the offset of the top row. So when you start, the top row offset is 0, then scroll down 1 and it's 1. Then the 5th visible row should now display the 6th row from your array.

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

Reply via email to