Ahh..okay, i'm an idiot!!

I wasn't using the windraw functions.. :(

I did the following and viola!

Int16 x, y;
Char *na = "Not Available";


x = bounds->topLeft.x;
y = bounds->topLeft.y;

WinDrawChars(na, 13, x, y);



Merry Xmas!

Jim


--
**************************************************
James P. Garozzo - Connectivity Engineer
White-Rodgers - Affton, MO
Phone: 314.577.5201   Fax: 314.577.5248
E-mail: [EMAIL PROTECTED]
**************************************************
"Jim Garozzo" <[EMAIL PROTECTED]> wrote in message
news:106042@palm-dev-forum...
>
> Ok, I've read a million posts on the subject and can admit i'm in the
early
> phase of understanding memory chunks.
>
> But, I'm trying to simply get the table to display
something..anything..but
> it's not working.  Can anyone explain why my following
> TblSetCustomDrawProcedure is not displaying any data??  I know it must be
> something simple to somebody..b/ its not to me.
>
> Here's my test code in just to simply display something:
>
> void LoadCell(MemPtr tableP, short row, short column, RectanglePtr bounds)
> {
>
> UInt32 display = 2;
>
> // Draw the record
> TblSetItemPtr(tableP, row, column, &display);
>
> }
>
>
> My code compiles.but that's pretty much all. :(
>
> Appreciate any help you can give my already xmas brain on vacation!!
>
> Thanks!!! Merry X-Mas!
>
> Jim
>
> --
> **************************************************
> James P. Garozzo - Connectivity Engineer
> White-Rodgers - Affton, MO
> Phone: 314.577.5201   Fax: 314.577.5248
> E-mail: [EMAIL PROTECTED]
> **************************************************
>
>
> --
> **************************************************
> James P. Garozzo - Connectivity Engineer
> White-Rodgers - Affton, MO
> Phone: 314.577.5201   Fax: 314.577.5248
> E-mail: [EMAIL PROTECTED]
> **************************************************
>
>
>
>



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

Reply via email to