--- Dave Lippincott wrote:
Tables will only highlight one cell in a row at a time.  I get around it by
using a single column and then custom drawing the data in the cells so it looks
like multiple columns.
--- end of quote ---

This is how the address list form handles it as well.

The Reference.pdf (p427) states that if you want to select an entire row of a
multi-column table, you have to roll your own selection code. 

Has anyone done this? I started thinking about it, and you can handle the
tblSelectEvent. To invert multiple columns, I'm guessing that each column would
have to be a customTableStyle, with it's own drawing function. Then you could
invert the draw, invalidate the row, and have it redrawn. Comments?

Sounds like more trouble than making one column look like mulitple by
manipulating the draw function. Probably why Address Book does it that way. 

Steve

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