Posts Tagged ‘mx:AppControlBar’

Changing live dragging on a TileList control in Flex

No Comments »

Changing live dragging on a TileList control in Flex

Read More »


Triggering effects when a container is resized – mx:ControlBar – resizeEffect – mx:Resize

No Comments »

The following example uses a resizeEffect effect along with a Resize tween effect () to create a smooth tween effect whenever the panel is resized.

Read More »


Setting the focus blend mode on a TextArea control in Flex – focusBlendMode

No Comments »

A class that provides constant values for visual blend mode effects. These constants are used in the following:
The blendMode property of the flash.display.DisplayObject class.
The blendMode parameter of the draw() method of the flash.display.BitmapData class
Example shows how you can set the focus blend mode of the focus rectangle on a Flex TextArea control by setting the focusBlendMode style.

Read More »


Setting a Flex ProgressBar control’s text indent – mx:ProgressBar

No Comments »

The following example shows how you can control the amount of text indenting on a progress bar label.

Read More »


Animating a Flex PieChart control’s rotation when a user clicks on an item – mx:SeriesInterpolate mx:showDataEffect

No Comments »

In a previous example, “Rotating a Flex PieChart control when a user clicks on an item”, we looked at changing a PieChart’s rotation when the user clicked on a pie wedge. In the following example, we look at how to add a nice animation effect with some easing to make the effect a bit more smooth.

Read More »