Again, a theming question. Because the project I\'m working on requires older libraries that extend mx components (such as TitleWindow and TabNavigator), I can\'t use what I know about Spark skinning
I have a Flex Spark Button that I\'ve changed the background to a dark color using s|Button { color: #66ffff;
I have a list of radio buttons, which I want to be able to both set the value of programmatically and for the user to set the value of manually.
This is an odd one for me but I am also new to Spark. I have a List class with an itemrenderer. 开发者_开发百科How can I get the itemrenderers to divide the List width between them? Normally, I would
In a Flex 4 app (with Spark components) I have a ViewStack with various screens, and a TabBar to navigate between them. I\'d like the screens to be able to \"blink\" their tab when something happens i
What\'s the equivalent of an inline itemRenderer checkbox element in spark? <mx:AdvancedDataGridColumn headerText=\"Eliminar\" dataField=\"eliminar\"width=\"100\" textAlign=\"center\">
I have a component extending a Spark List, and when I scroll using the mouse wheel it scrolls too much in one go. I have tried looking for the handler that deals with mouse wheel scrolling in the List
I have mxml component and want to go through all its children, that I\'ve created in it and not to go deeper. For example I have this view:
I had used a property \'barColor\' in ProgressBar component for showing performance with filling colours. Now I am moving the application to Flex 4. So this property is not available in Flex 4. Can yo
I have a spark list component and a corresponding custom itemrenderer: list component: <s:List id=\"albumImagesList\" itemRenderer=\"the.namespace.for.XYZImageRenderer\" useVirtualLayout=\"false\