In a message dated 10/4/00 2:49:40 PM Mountain Daylight Time, 
[EMAIL PROTECTED] writes:

> ... but I'd have to see the code for GetObjectPtr().  It's
>  gotta be somewhere since it isn't part of the actual Palm API.

to clear a lot of this up, GetObjectPtr() is a utility function...

static VoidPtr GetObjectPtr (Word objectID)
{
    FormPtr frm;
    
    frm = FrmGetActiveForm ();
    return (FrmGetObjectPtr (frm, FrmGetObjectIndex (frm, objectID)));
}

use it as a shortcut, like GetObjectPtr (resourceId);

( }#^} Ritz

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