Posts tagged as:

borderSkin

In a previous example, “Setting the background fill color on a Halo TextArea control in Flex 4″, we saw how you could set the background fill color on the Halo TextArea control (with default Spark skin) in Flex 4 by setting the contentBackgroundColor style.

The following example shows how you can create a linear gradient background on a Halo/MX TextArea control in Flex 4 by creating a custom border skin with a LinearGradient fill and setting the borderSkin style.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can remove or modify the border on the Halo Tree control (with default Spark skin) in Flex 4 by setting the borderSkin style.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can set the control bar background image fill on a Halo Panel control (with default Spark skin) in Flex 4 by setting the borderSkin style.

Full code after the jump.

[click to continue…]

{ 2 comments }

In a previous example, “Setting a background image fill on a Halo Alert control in Flex 4″, we saw how you could can a repeating background image fill on a Halo Alert control (with default Spark skin) in Flex 4 by setting the borderSkin style.

The following example shows how you can set the title bar background image fill on a Halo Alert control (with default Spark skin) in Flex 4 by setting the borderSkin style.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can remove the default dropshadow from the Halo Alert control (with default Spark skins) in Flex 4 by setting the borderSkin style.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can set a repeating background image fill on a Halo Alert control (with default Spark skin) in Flex 4 by setting the borderSkin style.

Full code after the jump.

[click to continue…]

{ 1 comment }

The following example shows how you can set the background fill image on a Halo DataGrid control (with default Spark skin) in Flex 4 by setting the borderSkin and alternatingItemColors styles.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can set the corner radius on the Halo TextArea control (with default Spark skin) in Flex 4 by creating a custom skin and setting the radiusX and radiusY properties on the Rect objects (in Flex 3 and earlier this was done by setting the cornerRadius style directly).

Full code after the jump.

[click to continue…]

{ 3 comments }

Changing the background alpha on the Halo TextArea control in Flex 4

by Peter deHaan June 9, 2009

The following example shows how you can set the background alpha on the Halo TextArea control’s Spark skin in Flex 4 by setting the borderSkin style. As you may have noticed, the Halo components have new “Spark” themed skins in Flex 4 (basically so you can use Halo+Spark components in the same Flex project and [...]

Read the full article →

Removing the border skin on a List control in Flex

by Peter deHaan February 2, 2009

The following example shows how you can remove the border skin on a Flex List control by setting the borderSkin style to null using MXML, CSS, and ActionScript.
Full code after the jump.

Read the full article →