MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 201

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

Example
The following example sends a message to the Output panel:
function open(evt) {
trace("The combo box has opened with text " + evt.target.text);
}
myBox.addEventListener("open", this);
See also
ComboBox.close
ComboBox.removeAll()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
comboBoxInstance.removeAll()
Parameters
None.
Returns
Nothing.
Description
Method; removes all items in the list. This is a method of the List component that is available
from an instance of the ComboBox component.
Example
The following code clears the list:
myCombo.removeAll();
See also
ComboBox.removeItemAt()
ComboBox.removeItemAt()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
,
EventDispatcher.addEventListener()
,
ComboBox.replaceItemAt()
ComboBox component
201

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

This manual is also suitable for:

Flash mx

Table of Contents