Hi All,
  Have just started using the Table resource. Some sample code on table
usage is available in the online O'reilley
 programming guide.
 In the Third Party books, functions  for Table are there in Ref1.

               tableP = (TablePtr) GetObjectPtr (MainTab1Table );
               TblSetColumnUsable (tableP,0,true);
               TblSetColumnUsable (tableP,1,true);
               TblSetItemStyle (tableP,0,0,numericTableItem);
// Suppose u want to write an interger '10' at
                         - say, row 0, col 0 in the table
               TblSetItemInt (tableP,0,0,10);
     Same way u can read from a record , fill the table, and draw the
table.
Now where i am stuck is:
 Has Anyone used a horizontal scrollbar with a Table?




Regards,
Ramel Levin
CTO
The PalmMate Team

Gotta a Palm? Gotta visit www.PalmMate.com
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 28, 1999 2:36 PM
Subject: Tables ....


> Hi All,
>
> I'm in the urgent need to understand tables in order to display a list of
> records. Is there a crash course on the net avail that guides me through
the
> usage of tables ?
>
> Any help is appreciated.
>
> Thanks in advance
> Ole
>
>









Reply via email to