Tag Archive for 'titlestylename'

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’

03
Jan

Styling the Alert control’s title bar

The following example shows how you can customize the appearance of the title in an Alert control in Flex by setting the titleStyleName style:

Full code after the jump.

Continue reading ‘Styling the Alert control’s title bar’

21
Nov

Customizing the Flex RichTextEditor control’s title style

The following example shows how you can stylize the Flex RichTextEditor control’s title bar by setting the titleStyleName style.

Full code after the jump.

Continue reading ‘Customizing the Flex RichTextEditor control’s title style’

11
Aug

Styling the Flex Alert control

This is a more complex version of my previous example. This time in addition to making the Alert control’s text non-selectable, we use an embedded font for the Alert title, message, buttons, as well as edit the drop shadow, remove the rounded corners, and remove the button skins.

Full code after the jump.

Continue reading ‘Styling the Flex Alert control’