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 toggle the drop shadow on a Flex Panel container by setting the dropShadowEnabled style.
Full code after the jump.
[click to continue…]
Tagged as:
dropShadowEnabled
The following example shows how you can add an icon to a Flex Panel container’s title bar by setting the titleIcon property.
Full code after the jump.
[click to continue…]
Tagged as:
titleIcon
The following example shows how you can set the border alpha on a Flex Panel container by setting the borderAlpha style.
Full code after the jump.
[click to continue…]
Tagged as:
borderAlpha
The following example shows how you can use an embedded font with the Flex Panel container so that a Panel container can be rotated or faded without the text “disappearing”. The trick here is to set the panel’s titleStyleName style to a custom style which sets the font family to the embedded font.
Full code after the jump.
[click to continue…]
Tagged as:
fontFamily