I've been working on getting rid of all the system internal structure
references in my app, and I'm down to two for which I see no alternative.

One is hiding a form bitmap on pre-OS 3.3 systems.  FrmHideObject does not
seem to work on those systems, and I see no alternative to it.  Is
FrmHideObject supposed to work in this context, or is there another method
that must be used?

The second one is changing a table to shrink the number of rows by one on
pre-OS 3.5 systems.  TblRemoveRow works on 3.5 and later, but all I can see
to do on other systems is decrement the numRows field directly.  What is the
alternative here?

Thanks,

Mark Peters



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