Can anyone tell me why this code below works fine with Palm OS 3.3 on a
Palm IIIx and Visor with OS 3.1 but crashes both a TRGPro with Palm OS
3.5.1 and the emulator IIIc with OS 3.5.0
The CW6 setting is for 3.1 and higher. I am using the PalmOS.h and the
PalmCompatibility.h in the #includes.
{
FormPtr frmP;
UInt16 ObjIndex;
ObjIndex = FrmGetObjectIndex(frmP,ReviewLoadButton);
FrmShowObject(frmP,ObjIndex);
}
The button is hidden in Constructor by unchecking the usable box.
TIA,
Paul
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/