On Monday 26 July 2004 01:13 pm, Dorot?a Karine wrote: > I have a table in m application and my table has a > label column and then a data column who's cells can be > a mixture of all the table cell styles. > When my table has anything but a textTableItem in the > last row, second > column, then all the other rows that have > textTableItems in them do not > highlight correctly - the whole row gets highlighted, > not just the cell from > the column before it. Then when I select another row, > the previously > selected row has some visual artifacts from the bad > highlighting. > > I've tried this on a number of devices and simulators.
When you initialize your table.. what you want to do is use TblSetColumnEditIndicator(,, false) on the columns to the right of your label column. -- /* Chris Faherty <[EMAIL PROTECTED]> */ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
