From the daily archives:

Tuesday, August 26, 2008

The following example shows how you can set the vertical scrollbar policy on a Flex TextArea control by setting the verticalScrollPolicy property to one of the constants in the mx.core.ScrollPolicy class.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can add a custom link to a context menu in Flex Gumbo and Flash Player 10 by setting the link and contextMenu properties.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can scroll a Flex TextArea control by setting the verticalScrollPosition and maxVerticalScrollPosition properties.

Full code after the jump.

[click to continue…]

{ 0 comments }