Yes, it should be available. I think a lot of
programs that start out based on the templates
that come with CW have this function:
> Does Palm OS 5 support the FrmGetObjectIndex
> function call?
extern void * GetObjectPtr(UInt16 objectID)
{
FormPtr frmP;
frmP = FrmGetActiveForm();
return FrmGetObjectPtr(frmP, FrmGetObjectIndex(frmP,
objectID));
}
Certainly all my apps have it, and they work fine in
the simulator. Besides, it would be pretty hard
for PalmSource to desupport an API that is so
widely used.
Oliver
__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/