Datefield.scroll - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

Description
Property (read-only); a reference to the DateChooser component contained by the DateField
component. The DateChooser subcomponent is instantiated when a user clicks on the
DateField component. However, if the
on the component, the DateChooser is instantiated and then hidden.
Example
The following example sets the visibility of the DateChooser subcomponent to
then sets the size of the DateChooser subcomponent to 300 pixels high and 300 pixels wide:
my_df.pullDown._visible = false;
my_df.pullDown.setSize(300, 300);

DateField.scroll

Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
Usage 1:
var listenerObject:Object = new Object();
listenerObject.scroll = function(eventObject:Object) {
// ...
};
dateFieldInstance.addEventListener("scroll", listenerObject);
Usage 2:
on (scroll) {
// ...
}
Description
Event; broadcast to all registered listeners when a month button is clicked.
456
DateField component (Flash Professional only)
property is referenced before the user clicks
pullDown
and
false

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents