Re: Problems with tables

2000-11-20 Thread Ben Combee
> I get these errors without editing any values. Here is the load data > callback. > > Err pcMainTable::LoadData( Word row, Word column, Boolean editable, >VoidHand *data, WordPtr dataOffset, >WordPtr dataSize, FieldPtr fld ) This callback d

RE: Problems with tables

2000-11-20 Thread Eric R. Oliver
:[EMAIL PROTECTED]]On Behalf Of Ben Combee Sent: Monday, November 20, 2000 2:11 PM To: Palm Developer Forum Subject: Re: Problems with tables > I get these errors without editing any values. Here is the load data > callback. > > Err pcMainTable::LoadData( Word row, Word column, Boo

Re: Problems with tables

2000-11-20 Thread Ben Combee
> I'm sorry I wasn't more clear. Sometimes brevity isn't always best . This > is not the actual callback. I have a static callback that dispatches to the > correct class instance. My comments about an invalid "this" were in the context of the member function being used directly as a callback. Pl

Re: Problems with Tables

2004-09-22 Thread Ben Combee
At 04:46 PM 9/22/2004, you wrote: When I use these functions: TblSetItemType(table, i, 0, label TblSetItemPtr(table, i, 0, text); to show some text in a Table, the text appears with a ":" in the final. And I would want to left align the text. How can I solve this?! Use a custom table cell type. T

Design considerations was RE: Problems with tables

2000-11-20 Thread Eric R. Oliver
Forum Subject: Re: Problems with tables > I'm sorry I wasn't more clear. Sometimes brevity isn't always best . This > is not the actual callback. I have a static callback that dispatches to the > correct class instance. My comments about an invalid "this" were in t