I\'ve got HTML component as part of a datagroup itemrenderer which I need to resize the content of (there are lots of them).
In my mxml file, I\'m doing some calculations in the script tag, and binding them to a custom component.
I have a combobox in a view that receives information about application state changes, and then is supposed to show or hide it\'s children based on the whole application state.
I\'m working with Flex4 and I\'m trying to skin a form (add a background and a border to it, etc.) I\'m trying to do it the Flex 4 way with skinClass=\"\"
from this (normal dataGrid) (source: narod.ru) into this (horisontal data g开发者_开发技巧rid) How to turn Flex MXML DataGrid into something like Horisontal DataGrid? (may be some how with Flash
I have a label component in a mxml file like below <mx:Label x=\"700\" y=\"409\" text=\"Label\" id=\"lble\" width=\"131\" height=\"41\"/>
Solution: if you have the same problem, addElement() instead of addChild() is what did it I\'m trying to move away from mxml to actionsctipt. I have a <s:Rect> that I\'ve created and set its
I\'m just starting with Adobe Flex on linux, and can\'t get the hello world example to work. My application.mxml file is simply
So my string is something like \"BlaBlaBlaDDDaaa2aaa345\" I want to get rid of its sub string which is \"BlaBlaBlaDDD\" so the result of operation will be a string \"aaa2aaa345\" How to perform such 开
so I have a str开发者_StackOverflow中文版ing \"bla dla dla vre bla 54312\" I want to turn it into \"bla dla dla \" by saying something like