I have a table whose rows I need to set to a fixed height (36 pixels). All of the cells in the table are custom items. I am using both TblSetRowStaticHeight and TblSetRowHeight to set the height (because using either alone doesn't do the job), and that is being done during frmOpenEvent processing prior to doing a FrmDrawForm.
During subsequent events, a call to TblGetItemBounds for a given row/column yields a Y extent that is 11 pixels, which I gather is the default height of a row. This implies that TblGetItemBounds will always return the current font height for the Y extent, which isn't useful. Is it supposed to work this way? I was expecting the Y extent to be 36, reflecting the changed row height. Thanks, Mark Peters -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
