The following example shows how you can reduce the amount of whitespace around a PopUpButton control’s pop up menu by setting the variableRowHeight property on the menu in Flex.
Full code after the jump.
The following example shows how you can reduce the amount of whitespace around a PopUpButton control’s pop up menu by setting the variableRowHeight property on the menu in Flex.
Full code after the jump.
The following example shows how you can set the corner radius on the PopUpButton control in Flex by setting the cornerRadius style.
Full code after the jump.
Continue reading ‘Setting the corner radius on a Flex PopUpButton control’
The following example shows how you can set the gap between a PopUpButton control and its pop up menu in Flex by setting the popUpGap style.
Full code after the jump.
Continue reading ‘Setting the vertical gap between a Flex PopUpButton control and its pop up menu’
The following example shows how you can check whether an embedded font has a specific glyph by passing a string to the hasGlyph() method which returns a Boolean value indicating whether the font has the specified character(s).
Full code after the jump.
Continue reading ‘Determining whether a font has specific glyphs in Flex’