Developer Network Home  Help 

YDN Flash Developer Center Astra Flex Components TimeStepper Examples
Flash Developer Center

ASTRA TimeStepper

TimeStepper is a user interface component for Flex that allows the user to input a time value. This control include fields for hours, minutes, seconds, and AM/PM. Styling options allow the time to be presented in 12- or 24-hour formats. Up and down buttons allow the user to increase or decrease the currently selected field.

Examples: TimeStepper for Flex 3

TimeStepper MXML Example Screenshot

Creating a TimeStepper in MXML

This example demonstrates the minimum MXML required to create a TimeStepper.

Source MXML | Output
TimeStepper ActionScript Example Screenshot

Creating a TimeStepper in ActionScript

This example demonstrates the minimum ActionScript required to create a TimeStepper.

Source MXML | Output
TimeStepper Scheduler Example Screenshot

Creating a Simple Appointment Scheduler

This example creates a simple scheduler that combines the TimeStepper with a DateChooser.

Source MXML | Output