The following example shows how you can create a simple online estimate form in Flex using some ComboBox controls and some simple ActionScript.
{ 2 comments }
Just a bunch of Adobe Flex Examples
From the category archives:
The following example shows how you can create a simple online estimate form in Flex using some ComboBox controls and some simple ActionScript.
{ 2 comments }
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.
{ 3 comments }
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.
{ 0 comments }
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.
{ 0 comments }
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.
{ 6 comments }
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.
{ 1 comment }
The following example shows how you can set different fonts for different items in a Flex ComboBox control’s dropdown menu by using a custom item renderer.
Full code after the jump.
{ 14 comments }