From: "Ken Hejmanowski" <[EMAIL PROTECTED]>
Subject: Re: TextTableItem wider than column width?


> Thanks for the reply!  The first column is not editable, but the second
_is_
> editable, so I need to stick to using two columns.  Would you suggest
doing
> the custom draw function for the first column since it's not editable, but
> continue what I'm already doing for the second column ( TableLoadData(),
> etc. ) ? I've never mixed the two and don't know if that's acceptable, but
I
> don't see why not. I wonder if doing the WinDrawChars() will correctly
draw
> over the second editable column?

You can use WinDrawChars to draw anywhere within the current draw window, so
unless you change the draw window or the Table Manager has changed the draw
window (and you can always change it to anything you want anyway),  you can
use it to draw in the second column.  However, if the second column is
editable you will get very undesirable results if the user taps anywhere in
the second column while you have drawn on it.   So if you want to try this
you will also have to change the second column to not editable with
FldSetAttributes() for any rows where you have drawn over two columns.  This
all seems quite messy to me, so you might want to think about doing
something else.



-- 
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