Re: Adobe Flash Builder 4.7 + new AIR and Flex SDKs

2020-01-05 Thread Astraport
Hi pol! That was my topic, thanks. I have new issue. I have already successfully created a new build of the application, but now there is some problem in the Google console. Do I understand correctly that it is now necessary to generate new keys for updating the version? How can I do that? Which

Re: Text in Text control too dim when control disabled

2020-01-05 Thread Gustavo Aquino Mantovani
Hello, You can use *editable="false"*, there is another property you can use while using *enabled="false"* and that is *disabledColor* For more about these properties and styles go to https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/controls/TextInput.html Regards Gustavo

Re: Adobe Flash Builder 4.7 + new AIR and Flex SDKs

2020-01-05 Thread pol2095
You can find a workaround here -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Text in Text control too dim when control disabled

2020-01-05 Thread Blake McBride
Greetings, I am working in Flex 3.5. I have a Text control that has enabled="false". While I do not want the user to change the value, I do want them to be able to see it. It does show when I have enabled="false", it's just to dim. Is there a way to make it less dim? Thanks. Blake McBride