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…]
Tagged as:
borderSkin,
Gumbo
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…]
Tagged as:
borderSkin,
Gumbo
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…]
Tagged as:
borderSkin,
Gumbo
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…]
Tagged as:
borderSkin,
Gumbo,
PanelBorderSkin
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…]
Tagged as:
borderSkin,
Gumbo
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…]
Tagged as:
borderSkin,
cornerRadius,
Gumbo