mouseChildren=false

________________________________

From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of lytvynyuk
Sent: Monday, December 17, 2007 11:12 AM
To: [email protected]
Subject: [flexcomponents] Text Area with buttonMode or(and)
useHandCursor doesnt seems to be work



My example is simple:

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
layout="absolute">
    <mx:TextArea width="100%" height="100%" editable="false"
condenseWhite="true" selectable="false" textAlign="left"
backgroundAlpha="1" buttonMode="true" useHandCursor="true">
        <mx:htmlText>
            <![CDATA[
                <b><font size='+4'>Some Text</font></b>
            ]]>
        </mx:htmlText>
    </mx:TextArea>
</mx:Application>


 

Reply via email to