I have a group of controls and I want to organize them in a table like fashion.I want 1 row and 6 columns.Col 1,3,4,5,6 should all auto size to the contents and col 2 should take up the remaining avai
I have an AIR app initially written in Flex 3 that I had removed the Chrome from, but now it shows up when I compile using Flash Builder 4 with Flex 4 SDK. I have
How to enumerate items of Spark List component after setting dataProvider开发者_如何学Python property?
I have a Spark DropDownList that has a custom ItemRenderer. The ItemRenderer, upon creation, checks the label text and if it matches certain criteria, then the label text color changes. The label text
Just to confirm what I think I understand from reading about use of google APIs in RIAs (FLEX 4 and ActionScript) there is no way to connect to blogger API for example, directly from RIA because of go
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=\"\"
I want to find a way to get the character index in a Sparkbased RichEditableText bas开发者_StackOverflow社区ed on mouse x, y position.
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
In my view I have a welcome screen: <component:WelcomeScreen 开发者_StackOverflowincludeIn=\"welcome\"
if I place a Border with width and height of \"100%\" inside a开发者_Go百科 Group with width and height of 10 pixels the Border looks bigger than 10 pixels, why?