Setting the horizontal and vertical gaps on a Legend control in Flex

By peterd | Sep 30, 2008

The following example shows how you can set the horizontal and vertical gaps on a Flex Legend control by setting the horizontalGap and verticalGap styles.
Full code after the jump.

Friends Of Ted MAX NA Discount

By John Wilker | Sep 29, 2008

For the readers of my blog, I got a “Friends Of Ted” discount for Adobe MAX NA 2008. The discount enables full registration at $1295 and is the lowest price for the MAX NA event if you missed Early Bird registration. Please feel free to share the discount code with friends and coworkers as the code is time based.

The code will expire on Oct 10 at 11:59PM PST!

Discount Code: TED888

REGISTER FOR MAX North America.

Cheers,

Ted :)

Setting the marker width and height on a Legend control in Flex

By peterd | Sep 29, 2008

The following example shows how you can set the marker width and marker height on a Flex Legend control by setting the markerWidth and markerHeight styles.
Full code after the jump.

Setting the label placement on a Legend control in Flex

By peterd | Sep 28, 2008

The following example shows how you can set the label placement on a Flex Legend control by setting the labelPlacement style.
Full code after the jump.

Dynamically styling error tips in Flex

By peterd | Sep 27, 2008

In a previous example, “Changing the background color of an error tip in Flex”, we saw how you could change the background color of a Flex error tip by setting the borderColor style on the .errorTip CSS selector.
The following example shows how you can style the Flex .errorTip style dynamically using ActionScript using the static [...]

Setting a custom label function on a PieChart in Flex

By peterd | Sep 26, 2008

The following example shows how you can set a custom label function on a Flex PieChart control by setting the labelFunction property on the PieSeries object.
Full code after the jump.

Setting the font weight on a charting Legend control in Flex

By peterd | Sep 26, 2008

The following example shows how you can set the font weight of a Flex Charting Legend control by setting the fontWeight style on the LegendItem CSS selector.
Full code after the jump.

Setting background colors on a DataGrid column in Flex

By peterd | Sep 25, 2008

The following example shows how you can set alternating column background colors on a Flex DataGrid control by setting the backgroundColor style for each DataGridColumn object.
Full code after the jump.

Setting background colors on a DataGrid column in Flex

By peterd | Sep 25, 2008

The following example shows how you can set alternating column background colors on a Flex DataGrid control by setting the backgroundColor style for each DataGridColumn object.
Full code after the jump.

Displaying a drop shadow behind a VBox container in Flex

By peterd | Sep 25, 2008

The following example shows how you can display a drop shadow behind a Flex VBox container by setting the borderStyle and dropShadowEnabled styles.
Full code after the jump.

Next Page »

© 2007 Flex 3