Posts tagged as:

titleStyleName

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.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 1 comment }

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.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 13 comments }