How do I set the individual button sizes in a Spark ButtonBar? It used to be something like: <mx:ButtonBar id=\"myButtonBa开发者_开发百科r\" buttonHeight=\"12\" buttonWidth=\"250\" >
Is there a guide or document that deals specifically with migrating CSS and style attributes from Flex 3 to Flex 4? I have an application that 开发者_如何学GoI\'m keeping on the 2006 namespace, but I\
is there any way to change the black in background in the VideoPlayer component that comes with Flex 4 ?开发者_StackOverflow
I have two Spark Lists with custom Item Renderers. I\'m working on an application that enables users to drag these Item Renderers from one List to the other. When one of these IRs is dropped in a new
I have a spark List with an item renderer and a tile layout. If I scroll by clicking with the mouse on the scroll bar and trying to scroll with the mouse wheel after that, there is a problem:
In a spark list I could use the change event to find out which item has been selected or deselected. The dispatched IndexChangeEvent object has the properties newIndex and oldIndex holding this inform
I am trying to add a different icon each of my buttons. I have my skin file ready but not sure if I have to create a different skin class for each button. It sounds inefficient. Any suggestions?
I have a spark com开发者_如何学JAVAponent VideoDisplay which displays a video. I want to add a ProgressBar to it which will show load progress of the video and when the video is loaded ProgressBar to
How to do it using spark? Because it says it can\'t find \"w开发者_开发技巧indow\". (similar)Window is an AIR only class.
I have imported a Html text into textarea using Textconverter and it works well, but I have a problem