I tried using "Control->attr.usable" instead but the compiler complains with the same emssage.
"LeSalle Munroe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Try "Control->attr.usable".... > ----- Original Message ----- > From: "Patrick Lucas" <[EMAIL PROTECTED]> > Newsgroups: palm-dev-forum > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > Sent: Friday, August 13, 2004 8:46 AM > Subject: Visibility of form elements > > > > How can I find-out if a form element (control, list and so on) is visible > or > > not? > > > > If I write something like > > > > ControlType* pControl; > > ... > > if (pControl->attr.visible) { > > ... > > } > > > > The compiler complains of a "dereferencing pointer to incomplete type" > error > > on the line with the if statement. > > > > Any ideas? > > > > > > > > > > > > -- > > 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/
