Archive for January 14th, 2008

14
Jan

Indenting a Flex Panel control’s title

The following example shows how you can indent the title of a Panel control in Flex by setting the titleStyleName style and textIndent style.

Full code after the jump.

Continue reading ‘Indenting a Flex Panel control’s title’

14
Jan

Setting a label’s font weight on a Flex LinkBar and ToggleButtonBar control

The following example shows how you can set the font weight of a label on LinkBar control and ToggleButton control in Flex by setting the linkButtonStyleName style and buttonStyleName style respectively.

Full code after the jump.

Continue reading ‘Setting a label’s font weight on a Flex LinkBar and ToggleButtonBar control’