Hi,

I have a 2 column table, and I'm trying to figure out how to get an entire
row to highlight when you select it.  When an cell is selected, only that
one cell highlights.  

Is it odd that TblRowSelectable takes in a row, while TblSelectItem takes in
a row and column, or am I missing something?  It seems like the granularity
for enabling selection is everything on one row, but the granularity for
actually selecting things is one cell at a time.

I tried to manually select the adjacent cell when I receive a tblSelectEvent
with TblSelectItem, but that lead to the problem of deselecting the cell the
user actually pressed.  

I could ignore it, and the app will work, but I think it looks bad to allow
the user to select cells when I mean for them to select a whole row.

-Jason

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