From the daily archives:

Wednesday, September 5, 2007

The following example shows how you can create fixed width buttons in a Flex ButtonBar component by setting the buttonWidth style. To revert back to variable width buttons, simply set the buttonWidth style to NaN (not a number).

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can use the static ToolTip.maxWidth property in Flex to control the maximum width of a tool tip.

Full code after the jump.

[click to continue…]

{ 0 comments }