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/
- *&@#!! Some amazing problems ! Rajesh Patidar
- Re: *&@#!! Some amazing problems ! Aaron Ardiri
- Re: *&@#!! Some amazing problems ! Richard Hartman
- RE: *&@#!! Some amazing problems ! Nesse, Rustin
- RE: *&@#!! Some amazing problems ! Paul Bohme
- Re: *&@#!! Some amazing problems ! Richard Hartman
- Re: *&@#!! Some amazing problems ! Aaron Ardiri
- RE: *&@#!! Some amazing problems ! Nesse, Rustin
- RE: *&@#!! Some amazing problems ! Nesse, Rustin
- Re: *&@#!! Some amazing problems ! Grounderyoyo22
- Re: *&@#!! Some amazing problems ! Richard Burmeister
- Re: *&@#!! Some amazing problems ! Rajesh Patidar
- Re: *&@#!! Some amazing problems ! Holger Klawitter
- Re: *&@#!! Some amazing problems ! Holger Klawitter
- Re: *&@#!! Some amazing problems ! Rajesh Patidar
- Re: *&@#!! Some amazing problems ! Philip Sheard
- Re: *&@#!! Some amazing problems ! Aaron Ardiri
- Re: *&@#!! Some amazing problems ! Richard M. Hartman
