I have a chart and am trying to display the \"volume\" in a line chart as the primary series & the \"temp\" as a column chart as the secondary series...(the \"compound\" will be shown in the datat
How开发者_StackOverflow中文版 do I populate the Spark List control using onlt plain text files?
Right now I have my URLs hard-coded for HTTPService to work with my local machine\'s web server so that I don\'t need to copy files to htdocs after compiling. What\'s a good technique to easily transi
this is a 2nd question related to my first question at: Flex 4: mx|tree - how can i disable items selection?
I have a nice looking fxg button, to which I want to attach a tooltip- how do I achieve that without much hassle? (the spark button does this out-of-box, but is not very visually pleasing)
the setup i have a container (teste开发者_开发问答d with group, panel, bordercontainer) with size 500x100
I have an XML object in Flex4 that is populating a tree (amongst other things). I need to be able to find the name of the selected item when it is clicked in the tree.
I have a simple, reproducable memory leak associated with the Spark Combo box, however I\'m convinced it must be something I\'m doing wrong, rather than an SDK bug.
Hey there-I\'m attempting to change the contentBackgroundColor of a List component depending on the content found within the data开发者_高级运维provider.For instance:
I want to create a tree that it\'s child nodes contain specific flex components that I created. I override the default ItemRenderer to achieve this.