FrmHideObject: Erase the specified object and set its attribute data (usable bit) so that it does not redraw or respond to the pen.
Regards Henk druid wrote:
listPtr = FrmGetObjectPtr (form, FrmGetObjectIndex (form, list1)); LstGetAttributes(listPtr, &attr); attr.usable = false; LstSetAttributes (listPtr, &attr);
-- ------------------------------------------------------------------------- Henk Jonas [EMAIL PROTECTED] Palm OS ® certified developer Please contact me, if you need an off-site contract worker. ------------------------------------------------------------------------- -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
