Showcase

0 comments0 views
1 Star2 Stars

Setting the inactive text selection color on a FxTextArea control in Flex Gumbo

Category: Flex Examples    |    10 views    |    Add a Comment

In previous examples, “Setting the text selection color on a FxTextArea control in Flex Gumbo” and “Setting the unfocused text selection color on a FxTextArea control in Flex Gumbo”, we saw how to to set the text selection color when the FxTextArea is focused and unfocused by setting the selectionColor and unfocusedSelectionColor styles respectively.

The following example shows how you can set the inactive text selection color on a Flex Gumbo FxTextArea control by setting the inactiveSelectionColor style.

Full code after the jump.

(more…)

Share/Save/Bookmark

 

Setting the unfocused text selection color on a FxTextArea control in Flex Gumbo

Category: Flex Examples    |    5 views    |    Add a Comment

In a previous example, “Setting the text selection color on a FxTextArea control in Flex Gumbo”, we saw how you couldset the text selection color on a Flex Gumbo FxTextArea control by setting the selectionColor style.

The following example shows how you can set the unfocused text selection color on a Flex Gumbo FxTextArea control by setting the unfocusedSelectionColor style.

Full code after the jump.

(more…)

Share/Save/Bookmark

 

GNU Source-highlight 2.11

Category: Flex Samples    |    5 views    |    Add a Comment

About: GNU Source-highlight produces a document with syntax highlighting when given a source file.

Share/Save/Bookmark