In a previous example, “Changing the Flex ComboBox control’s opening and closing easing functions”, we saw how you could control how the open/close duration and easing functions on the drop down list in a Halo ComboBox control by setting the openDuration, openEasingFunction, closeDuration, and closeEasingFunction styles.
The following example shows how you can set the Halo ComboBox control’s openEasingFunction and closeEasingFunction styles in a <Style/> block using the new PropertyReference() method in Flex 4.
Full code after the jump.
[click to continue…]
Tagged as:
closeDuration,
closeEasingFunction,
Gumbo,
openDuration,
openEasingFunction,
PropertyReference()
The following example shows how you can set the icon/symbol color on a Halo ComboBox control in Flex 4 by setting the symbolColor style.
Full code after the jump.
[click to continue…]
Tagged as:
Gumbo,
symbolColor
In a previous example, “Removing the vertical separator from the ComboBox control in Flex”, we saw how you could remove the vertical separator from the Flex ComboBox control by creating a custom ComboBox skin using ActionScript.
The following example shows how you can remove the vertical separator fro a Halo ComboBox control (with default Spark skin) in Flex 4 by creating a custom skin and setting the skin style.
Full code after the jump.
[click to continue…]
Tagged as:
Gumbo,
skin
The following example shows how you can remove the vertical separator from the Flex ComboBox control by creating a custom ComboBox skin using ActionScript.
Full code after the jump.
[click to continue…]
Tagged as:
skin
The following example shows how you can set the border color for a Flex ComboBox control’s dropdown menu by setting the dropdownBorderColor style.
Full code after the jump.
[click to continue…]
Tagged as:
dropdownBorderColor
The following example shows how you can set the label color on a disabled Flex ComboBox control by setting the disabledColor style.
Full code after the jump.
[click to continue…]
Tagged as:
disabledColor