Archive for October 13th, 2008

13
Oct

Creating a toggle button in Flex using the FxToggleButton control

The following example shows how you can create a toggle button in Flex Gumbo using the FxToggleButton control in the latest version (build 4.0.0.3584) of the beta Flex Gumbo SDK.
This example also shows the new Flex Gumbo syntax for two-way data binding:

  • inline: <FxToggleButton id="fxToggleButton" selected="@{fxCheckBox.selected}" />
  • MXML: <Binding source="fxCheckBox.selected" destination="fxToggleButton.selected" twoWay="true" />

Full code after the jump.

Continue reading ‘Creating a toggle button in Flex using the FxToggleButton control’

13
Oct

3D Rotating objects in Flex using the FxRotate3D effect and Flash Player 10

The following example shows how you can rotate objects in 3D space using the Flex FxRotate3D effect using the latest version (build 4.0.0.3584) of the beta Flex Gumbo SDK.

Full code after the jump.

Continue reading ‘3D Rotating objects in Flex using the FxRotate3D effect and Flash Player 10′




Badge Farm

  • Firefox 2
  • Powered by Redoable 1.2
  • Feeds burnt by Feedburner
  • Feed