flex-spark
Adding background image to mx component while using flex 4
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[详细]
2023-02-23 07:28 分类:问答Make disabled Flex Spark Button more readable using CSS
I have a Flex Spark Button that I\'ve changed the background to a dark color using s|Button { color: #66ffff;[详细]
2023-02-22 23:03 分类:问答What's the best practice for generating spark radio buttons?
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.[详细]
2023-02-22 22:14 分类:问答Can a Flex Spark List have itemrenderers that are 100% width?
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[详细]
2023-02-18 17:37 分类:问答Make a tab blink in Spark (Flex)
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[详细]
2023-02-18 06:59 分类:问答What's the equivalent of this Flex MX code in Spark?
What\'s the equivalent of an inline itemRenderer checkbox element in spark? <mx:AdvancedDataGridColumn headerText=\"Eliminar\" dataField=\"eliminar\"width=\"100\" textAlign=\"center\">[详细]
2023-02-15 03:11 分类:问答Flex Spark List Mouse Wheel Scroll Speed
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[详细]
2023-02-15 02:22 分类:问答How to loop through children in MXML View?
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:[详细]
2023-02-14 19:42 分类:问答Alternative to barColor property in progress bar + Flex 4
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[详细]
2023-02-14 04:29 分类:问答Spark ItemRenderer not showing contents
I have a spark list component and a corresponding custom itemrenderer: list component: <s:List id=\"albumImagesList\" itemRenderer=\"the.namespace.for.XYZImageRenderer\" useVirtualLayout=\"false\[详细]
2023-02-13 22:48 分类:问答