My app has a table with a custom draw procedure with an increased
row height.  On OS's earlier than 3.5, this draw procedure does not get
called when the a tblEnterEvent is received but is called on 3.5.  When the
procedure is executed during tblEnterEvent, the row height passed is 11.
This is incorrect since the height was increased to 24.  However, 24 is
correctly passed when the table is drawn normally (not when user enters the
row).

        I draw a frame around my rows.  On OS 3.5, when a row is entered,
the frame is redrawn incorrectly since the rectangular bounds is different.

        Any ideas on how I should work around this? (Maybe I'll just hard
code the boundary dimensions)

        -Ken


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