>Clarification: Could the table manager be modified such that when it
>internally calculates the bounds of custom drawn table items, it uses the
>height of the row rather than the height of a single line of bold text?
Unfortunately it is too late to make this change in 3.5, because of the
large potential to create compatibility risks for apps relying on the old
behavior whether intentionally or not. But I've entered a fairly strongly
worded change request for a future OS release.
The hit testing routine always uses FntLineHeight(boldFont) for the height
of non-text items, and TblGetItemBounds returns a height for non-text items
which is FntLineHeight() of the font of the cell. Neither of which in my
opinion are correct; the first is doubly incorrect IMHO :-)
-David Fedor
Palm Developer Support