Setting a base color on an FxTextArea control in Flex Gumbo

By Peter deHaan | Jan 6, 2009

The following example shows how you can set a base color on a Flex Gumbo FxTextArea control by setting the baseColor style.
Full code after the jump.

Setting a symbol color on an FxTextArea control in Flex Gumbo

By Peter deHaan | Jan 6, 2009

The following example shows how you can set a symbol color on a Flex Gumbo FxTextArea control by setting the symbolColor style.
Full code after the jump.

Setting the origin X and Y coordinate for a linear gradient stroke in Flex Gumbo

By Peter deHaan | Jan 5, 2009

The following example shows how you can set the origin X and Y coordinate for a linear gradient stroke in Flex Gumbo by setting the x and y properties on the LinearGradientStroke object.
Full code after the jump.

Setting the rotation of a linear gradient stroke in Flex Gumbo

By Peter deHaan | Jan 4, 2009

The following example shows how you can set the angle of a LinearGradientStroke stroke on a Flex Gumbo Ellipse object by setting the rotation property on the LinearGradientStroke object.
Full code after the jump.

Setting the miter limit on a stroke object in Flex Gumbo

By Peter deHaan | Jan 3, 2009

The following example shows how you can set the miter limit on a Flex Gumbo stroke by setting the miterLimit property on a stroke object.
Full code after the jump.

Setting the joint style on a stroke in Flex Gumbo

By Peter deHaan | Jan 2, 2009

The following example shows how you can set the joint style on a Flex Gumbo LinearGradientRect object by setting the joints property to a static constant in the JointStyle class (flash.display.JointStyle).
Full code after the jump.

Creating a linear gradient stroke on a Rect object in Flex Gumbo

By Peter deHaan | Jan 1, 2009

The following example shows how you can set a linear gradient stroke on a Flex Gumbo Rect object by setting the stroke property to a LinearGradientStroke object.
Full code after the jump.

Maintaining an video’s aspect ratio on a VideoDisplay control in Flex

By Peter deHaan | Dec 31, 2008

The following example shows how you can maintain a loaded video’s original aspect ratio on a Flex VideoDisplay control by setting the maintainAspectRatio property.
Full code after the jump.

Determining the length of an FLV video using the VideoDisplay control in Flex

By Peter deHaan | Dec 30, 2008

The following example shows how you can determine the length of an FLV video (in seconds) using the Flex VideoDisplay control by using the totalTime property.
Full code after the jump.

Toggling data tips on the HSlider control in Flex

By Peter deHaan | Dec 29, 2008

The following example shows how you can toggle data tips on the Flex HSlider control by setting the Boolean showDataTips property.
Full code after the jump.

Next Page »

© 2007 Flex 3