News by Peter deHaan

Setting the text roll over color on a ComboBox control in Flex

15 Jul 15:36
The following example shows how you can change the text roll over color for a Flex ComboBox control by setting the textRollOverColor style. Full code after the jump.

Specifying a custom icon function on a ComboBox control in Flex

14 Jul 15:31
The following example shows how you can specify a custom icon function on a Flex ComboBox control by setting the iconFunction property on the ComboBox control’s dropdown menu. Full code after the jump.

Setting the selected item background color on a ComboBox control in Flex

13 Jul 14:55
In a previous example, “Setting the item background roll over color on a ComboBox control in Flex”, we saw how you could change the item background roll over color for a ComboBox control by setting the rollOverColor style. The following example shows how you can change the selected item background color for a Flex ComboBox control [...

Setting the item background roll over color on a ComboBox control in Flex

12 Jul 15:28
The following example shows how you can change the item background roll over color for a Flex ComboBox control by setting the rollOverColor style. Full code after the jump.

Preventing users from changing the ComboBox control in Flex

11 Jul 16:23
The following example shows how you can prevent users from changing the value in a Flex ComboBox control by setting the dropdown menu’s selectable property. Full code after the jump.

Toggling the drop shadow on the ComboBox control in Flex

10 Jul 16:04
The following example shows how you can toggle the drop shadow on the Flex ComboBox control by setting the dropShadowEnabled style on the ComboBox control’s dropdown menu. Full code after the jump.

Displaying a border on specific sides of a TextInput control in Flex

9 Jul 14:52
The following example shows how you can toggle which sides of a Flex TextInput control display the borderSides and borderStyle styles. Full code after the jump.

Toggling item roll over highlighting on a ComboBox control in Flex

8 Jul 16:01
The following example shows how you can toggle the item roll over hightlighting on a Flex ComboBox control’s dropdown menu by setting the useRollOver style using ActionScript or CSS. Full code after the jump.

Using embedded fonts with the ComboBox control in Flex

7 Jul 15:58
The following example shows how you can use an embedded font with the Flex ComboBox control by setting the fontFamily style and dropdownStyleName style. Full code after the jump.

Toggling live scrolling on a ComboBox control’s dropdown menu in Flex

6 Jul 16:48
The following example shows how you can enable or disable live scrolling on a Flex ComboBox control’s dropdown menu by setting the liveScrolling property on the ComboBox control’s dropdown property. Full code after the jump.
Pages   ← previous   next