Here is the way that I'm getting the frmP.
{
FormPtr frmP;
UInt16 ObjIndex;
...
frmP = FrmGetActiveForm();
ObjIndex = FrmGetObjectIndex(frmP,ReviewLoadButton);
FrmShowObject(frmP,ObjIndex);
}
TIA,
Paul
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
- FrmShowObject crashes OS 3.5 but not 3.3 and less Paul
- Re: FrmShowObject crashes OS 3.5 but not 3.3 and l... Richard Burmeister
- Re: FrmShowObject crashes OS 3.5 but not 3.3 and l... Richard Burmeister
- Re: FrmShowObject crashes OS 3.5 but not 3.3 and l... Paul
- Re: FrmShowObject crashes OS 3.5 but not 3.3 and l... Richard Burmeister
- Re: FrmShowObject crashes OS 3.5 but not 3.3 and l... Richard M. Hartman
