That only seems to work for a regular button. I was trying it with a repeat button.
----- Original Message ----- From: "Neil Fallon" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, December 16, 2003 3:19 PM Subject: object index > Hi, > > I'm trying to hide a lablel and having no luck. The following is the code > that I am using. > > FormType *form; > UInt16 index; > > > index=FrmGetObjectIndex(form,lblPaint); > FrmHideObject(form, index); > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
