I'm trying to hide some controls using "FrmHideOject."  It works okay if the
contols are on the currently active form.  But, if I have a second form as
the active form and am trying to hide controls in the first form, then my
call is only succeeding in making the controls Unusable -- unfortunately
they're still visible.  The same calls seem to work fine if the form the
controls are on is the currently active form.

My code for hiding the form is pretty straight forward:

    FormType* formP = FrmGetFormPtr(formID);
    UInt16 index = FrmGetObjectIndex(formP, objectID);
    FrmHideObject(formP, index);

Thanks in advance,
Rich


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to