Hi,

I'm using the following code to draw border for table

TableType *table;
RectangleType tblbounds;

Table = GetObjectPtr(....);

TblGetBounds(table,&tblbounds);
WinDrawRectangleFrame(simpleFrame,&tblbounds);

But the border is not coming to the table when the form is shown at
runtime.

Am I doing anything wrong or Am I missing something?

Thanks for any valuable help...

Girish.



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

Reply via email to