Archive for August 26th, 2008

26
Aug

Setting the vertical scrollbar policy on a TextArea control in Flex

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.

Continue reading ‘Setting the vertical scrollbar policy on a TextArea control in Flex’

26
Aug

Adding a link to context menu in Flash Player 10

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.

Continue reading ‘Adding a link to context menu in Flash Player 10′

26
Aug

Programmatically scrolling a TextArea control in Flex

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

Full code after the jump.

Continue reading ‘Programmatically scrolling a TextArea control in Flex’