Aaron Ardiri wrote:
>On Thu, 28 Feb 2002, Paul Nevai wrote:
>
> > BUT when you do a
> >
> > frmP->objects[objIndex].object.bitmap->attr.usable = false;
> >
> > job, POSE complains. Could this complaint be eliminated? It
> > is a major nuisance. /Paul N.
>
> come on paul.. you can get around this!
>
> if (palmos_3_2_supported)
> FrmHideObject(...);
> else
> frmP->objects[objIndex].object.bitmap->attr.usable = false;
>
> that'll solve the complaints by POSE, and, you can make an
> exception for palmos versions prior to 3.2. it tell you do this.
> they cannot fix things in OLDER os versions, however, you can
> make exceptions in your code and fix.
Why would one need exceptions, what's wrong with
FrmHideObject(...);
CtlSetUsable(..., false);
?
Gert-Jan
-----
Percussive Maintenance - The fine art of whacking the crap out of
an electronic device to get it to work again.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/