Discussion:
creating a table in PALM and scrollbar
(too old to reply)
shobhit
2007-07-11 08:03:24 UTC
Permalink
hi

I have to create a table, insert a new row, delete a row. the complete
operations on table. when screen full of rows then on adding a new row
scroll bar should be appear. and by scrolling it rows should be up and
down.

Also I am not understanding the functioning of TblInsertRow()
function. What I have to do if I have to insert a row at the top of
the table?

Thanks alot
Baxter
2007-07-12 01:38:25 UTC
Permalink
You have to handle the scrollbar yourself. TblInsertRow does not increase
the total number of rows - the bottom row will be bumped off. Really not
that useful.
--
------------------------------------------------------------------------------------
Free Software - Baxter Codeworks www.baxcode.com
------------------------------------------------------------------------------------
Post by shobhit
hi
I have to create a table, insert a new row, delete a row. the complete
operations on table. when screen full of rows then on adding a new row
scroll bar should be appear. and by scrolling it rows should be up and
down.
Also I am not understanding the functioning of TblInsertRow()
function. What I have to do if I have to insert a row at the top of
the table?
Thanks alot
Loading...