>...in the 3-row mode you must tap on the
>first line of each row, and that is also the only line of the row that
>inverts when tapped.
That's a bug in the table code. Taps and highlighting only happen on the
top N pixels of a row, where N is some fixed amount like 11 or so, I forget
precisely. Unfortunately there's no good way around it.
Since you're presumably doing all the drawing yourself, you might want to
consider not basing your code on the table object - the help that it
provides might not be much more than the trouble of having to fit your
design to its design. Tables are great for a specific set of tasks but
aren't an ideal generic object for anything table-like.
-David Fedor
Palm Developer Support
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html