Archive for January 3rd, 2008

03
Jan

Setting the vertical gap between items in a Flex VBox container

The following example shows how you can control the amount of vertical spacing between items in a VBox container by setting the verticalGap style.

Full code after the jump.

Continue reading ‘Setting the vertical gap between items in a Flex VBox container’

03
Jan

Styling the Alert control’s status message

The following example shows how you can customize the appearance of the status message in an Alert control in Flex by setting the statusStyleName style and status property.

Full code after the jump.

Continue reading ‘Styling the Alert control’s status message’

03
Jan

Styling the Alert control’s nested buttons

The following example shows how you can customize the appearance of the buttons in an Alert control in Flex by setting the buttonStyleName style.

Full code after the jump.

Continue reading ‘Styling the Alert control’s nested buttons’

03
Jan

Styling the Alert control’s message text

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

Full code after the jump.

Continue reading ‘Styling the Alert control’s message text’

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’