I have a label object which I use to display un-editable data. Depending on the 'state' of the program, this label may be visible or not. For a certain user action, I need to change the text on the label Only if it is visible.
How do I look at the visible atrribute since directly accessing the control structures is not allowed in POSE?
Use the PalmOSGlue library function FrmGlueGetObjectUsable to tell if an item is displayed and active on the form.
-- Ben Combee, DTS technical lead, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
