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/
