"Richard Burmeister" <[EMAIL PROTECTED]> wrote in message
news:58867@palm-dev-forum...
>
> > From: Igor Mozolevsky
> >
> > Is it possible, and if so, how, to make the table highlight the
whole row
> > as opposed to a cell?
> >
>
> Sure its possible.
>
> Method #1: Rewrite the Table Manager.  :)
>
> Method #2: Use a single custom drawn cell and make it look like it is
> several columns.
>
> Method #3: Same as #2, only use a List instead of a Table.
>
> Method #4: I admit, I'm out of ideas, but there are probably more
ways...

Method #4: Make sure the table starts in column 0 of the screen, then
use TblSetColumnEditIndicator to mark the left columns as highlighted
when a right column is selected for editing.  This technique is used in
Address Book for its edit details table to highlight the lable when you
click on a cell to edit the text.

Note: before Palm OS 3.5, this will only work on tables that start on
column 0.  There is an OS bug which causes the highlighting to occur at
x=0, rather than x=tblBounds.topLeft.x.




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