Hi all

I have a problem using Tables�.

I only need a list where I can choose one line, similarly to the Address
book.

The problem is, when I use the

StrCopy(Text,�Help�);
TblSetItemStyle (LView,0,0,labelTableItem);
TblSetItemPtr (LView,0,0,Text);

I get on the display: �Help:� and it is right aligning, and I need left,
without the :

Then I have tried to use

TblSetCustomDrawProcedure (LView,0,DateCol());
TblSetItemStyle (LView,0,0,customTableItem);

static TableDrawItemFuncPtr DateCol(void)
{  
   WinDrawChars (Text,StrLen(Text),3,27);    
}

Then my Program crash when I select the Item. 


Is there a way to use the labelTabelItem command where I can setup the right aligning, 
and without �:� ?

Best regards,

Flemming


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

Reply via email to