Setting the focus alpha on a Spark TextArea control in Flex 4
September 21st, 2009
The following example shows how you can set the focus alpha on the Spark TextArea control in Flex 4 by setting the focusAlpha style.
Full code after the jump.
<?xml version="1.0" encoding="utf-8"?>
<!– http://blog.flexexamples.com/2009/09/08/setting-the-focus-alpha-on-a-spark-textarea-control-in-flex-4/ –>
<s:Application name="Spark_TextArea_focusAlpha_test"
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
[...]
Source:Setting the focus alpha on a Spark TextArea control in Flex 4