Example
The following example returns a value that indicates whether the control with the ID
attribute
myListBox
var isEnabled = fl.xmlui.getEnabled("myListBox");
fl.trace(isEnabled);
See also
,
fl.xmlui
document.xmlPanel()
xmlui.getVisible()
Availability
Flash 8.
Usage
xmlui.getVisible(controlID)
Parameters
A string that specifies the ID attribute of the control whose visibility status you
controlID
want to retrieve.
Returns
A Boolean value of
true
Description
Method; returns a Boolean value that specifies whether the control is visible or hidden.
Example
The following example returns a value that indicates whether the control with the ID
attribute
myListBox
var isVisible = fl.xmlui.getVisible("myListBox");
fl.trace(isVisible);
See also
xmlui.setVisible()
is enabled:
,
xmlui.setEnabled()
if the control is visible, or
is visible:
if it is invisible (hidden).
false
XMLUI object
525
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?
Questions and answers