News by Peter deHaan

Sequencing effects in Flex using the mx:Sequence tag (redux)

24 Apr 13:41
In a previous example, “Sequencing effects in Flex using the mx:Sequence tag”, we saw how you could sequence tween effects using the <mx:Sequence /> tag. The following example shows how you can create the same sequenced effects using ActionScript instead of MXML. Full code after the jump.

Setting the letter spacing in the RichTextEditor control in Flex

23 Apr 13:55
The following example shows how you can set the letter spacing in a Flex RichTextEditor control by setting the textAreaStyleName and letterSpacing styles. Full code after the jump.

Looping over each item in an Array in ActionScript 3.0

22 Apr 16:52
The following example shows how you can loop over an Array object and modify items using the Array class’s forEach() method. Full code after the jump.

Setting the vertical spacing between items in a LinkBar control in Flex

21 Apr 16:51
In a previous example, “Setting the horizontal spacing between items in a LinkBar control in Flex”, we saw how to change the horizontal spacing between items in a Flex LinkBar control by setting the horizontalSpacing style. The following example shows how you can set the vertical spacing between items in a vertical Flex LinkBar control by [...

Setting the horizontal spacing between items in a LinkBar control in Flex

21 Apr 14:26
The following example shows how you can set the horizontal spacing between items in a Flex LinkBar control by setting the horizontalGap style. Full code after the jump.

Setting the separator color on a LinkBar control in Flex

20 Apr 16:27
The following example shows how you can change the color of the item separators in a Flex LinkBar control by setting the separatorColor style. Full code after the jump.

Setting the background alpha on a VideoDisplay control in Flex

19 Apr 12:57
In a previous example, “Setting the background color on a VideoDisplay control in Flex”, we saw how you could modify the background color of a VideoDisplay control in Flex by setting the backgroundColor style. The following example shows how you can set the background alpha on a Flex VideoDisplay control by setting the backgroundAlpha style. Full code [...

Setting the background color on a VideoDisplay control in Flex

19 Apr 12:44
The following example shows how you can modify the background color of a Flex VideoDisplay control by setting the backgroundColor style. Full code after the jump.

Adding links to a Panel container’s status text in Flex

18 Apr 12:13
The following example shows how you can assign an HTML formatted string to a Panel container’s status text field using the getStatusTextField() method in the mx_internal namespace. Full code after the jump.

Removing items from a Flex DataGrid control using the DragManager class

17 Apr 13:51
The following example shows how you can drag an item from a Flex DataGrid control onto an Image control to remove the item from a data provider. Full code after the jump.
Pages   ← previous   next
9 10 11 12 13 14 15 16 17