Flex Showcase

By John Wilker | Nov 30, 2008

FLEX Applications Showcase GalleryFlex Applications Showcase http://www.Flex3.info provides inspiration Showcase of Flex Applications and resources to designers and developers working with Flex technologies. The site offers a variety of themes and skin…

MAX Europe Prep in Milano

By John Wilker | Nov 30, 2008

I am backstage in the keynote area in Milan working on MAX Europe. The event is looking really great. Registration is at 1400 and sessions and keynotes are looking great.

I am going to be sneaking out of keynote rehersal to speak at the Flex Camp going on today. I am going to be talking about a social game I have been working on.

See you in Milan!

Ted :)

Setting the rotation of a linear gradient in Flex Gumbo

By Peter deHaan | Nov 30, 2008

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

Setting the thickness of a stroke on an Ellipse in Flex Gumbo

By peterd | Nov 28, 2008

The following example shows how you can set an Ellipse object’s stroke weight by setting the weight property on the SolidColorStroke object.
Full code after the jump.

Auto-scrolling a TextArea control in Flex

By peterd | Nov 27, 2008

The following example shows how you can auto-scroll a Flex TextArea control when new content is added by setting the verticalScrollPosition property to the value of the maxVerticalScrollPosition property.
Full code after the jump.

Creating a linear gradient fill on an Ellipse object in Flex Gumbo

By peterd | Nov 27, 2008

In a previous example, “Creating a solid color fill on an Ellipse object in Flex Gumbo”, we saw how you could create a solid color fill on an Ellipse object by setting the fill property to a SolidColor object.
The following example shows how you can create a linear gradient fill on a Flex Gumbo Ellipse [...]

Creating a solid color fill on an Ellipse object in Flex Gumbo

By peterd | Nov 26, 2008

The following example shows how you can create a solid color fill on an Flex Gumbo Ellipse object by setting the fill property to a SolidColor object.
Full code after the jump.

Setting a blend mode on an Ellipse in Flex Gumbo

By peterd | Nov 26, 2008

The following example shows how you can set the blend mode of an Ellipse object by setting the blendMode property.
Full code after the jump.

Determining when the user has selected all text in a FxTextArea control in Flex Gumbo

By peterd | Nov 25, 2008

The following example shows how you can use the selectAll event to determine when the user uses the context menu or a keyboard command (Ctrl+A/Command+A) to select all text in a Flex Gumbo FxTextArea control.
Full code after the jump.

Setting the column width on a FxTextArea control in Flex Gumbo

By peterd | Nov 24, 2008

The following example shows how you can set the column width on a Flex Gumbo FxTextArea control by setting the columnWidth style.
Full code after the jump.

Next Page »

© 2007 Flex 3