Tag Archive for 'indeterminate'

31
Oct

Pausing the animation in an indeterminate ProgressBar control

The following example shows how you can pause the indeterminate animation in a Flex ProgressBar control by setting the mode property to “polled” or “manual”. You can resume the animation by setting the mode back to “event”.

Full code after the jump.

Continue reading ‘Pausing the animation in an indeterminate ProgressBar control’

08
Oct

Changing the indeterminate move interval of a Flex ProgressBar control

The following example shows how you can change the move interval of an indeterminate progress bar in Flex by setting the indeterminateMoveInterval style.

Full code after the jump.

Continue reading ‘Changing the indeterminate move interval of a Flex ProgressBar control’