Everything works fine except selecting a row in the table. If you tap within
the top 11 pixels per row, I get the expected tblSelectEvent event. However, it
highlights only the top half of the table row, that is, 11 pixels. Worse, if
you tap the bottom half of the row, ie within the bottom 11 pixels, it does not
fire a tblSelectEvent.
The "tallCustomTableItem" type was added in Palm OS 4 to solve this problem. The table manager in previous OS versions just can't deal with custom items larger than 11 pixels correctly, so you have to manually intercept the events and do your own highlighting if you want to support those OS versions.

--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com

--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/


Reply via email to