The following example shows how you can check whether the user has selected an item in the Spark DropDownList control in Flex 4 by setting the Boolean requiresSelection property to true or using a NumberValidator to check the DropDownList control’s selectedIndex property is greater than -1.
[click to continue…]
Tagged as:
Gumbo,
lowerThanMinError,
requiresSelection,
selectedIndex
The following example shows how you can make sure that the Flex Gumbo FxButtonBar control has an item selected by setting the Boolean requiresSelection property.
Full code after the jump.
[click to continue…]
Tagged as:
Gumbo,
requiresSelection