apache-flex
How to use BindingUtils with style properties (uses the setStyle method)?
Most examples of BindingUtils shows how to bind a property (either a public variable or a getter/setter) of an object at runtime.[详细]
2023-04-11 00:12 分类:问答Flex - Set focus on one component until user enters some value
I am trying to write the code for making a text input control in flex. As the user enters the value in text input control and then if he removes the typed characters to make the text input blank, then[详细]
2023-04-11 00:00 分类:问答Externalize app version info
I want my app\'s preloader to display version/build info that I have in an XML file. Obviously, the preloader can\'t pick it up because it waits for XML file to load. Is there another approach that I[详细]
2023-04-10 23:52 分类:问答issue in using flex dropdownlist with itemrenderer
I am trying to create a multiselect dropdownlist by extending dropdownlist private var COLOR_ARRAY:Array=[详细]
2023-04-10 22:58 分类:问答Flex : save a resource from url to hard drive?
How do I save a resource like \"someth开发者_开发技巧ing.rar\" from the web, like when it is located on a regular web page?use FileReference.download().There is a complete example shown at the adobe d[详细]
2023-04-10 20:49 分类:问答is flexunit is really required for Flex application?
I have a doubt on Flex unit. Unit test cases are real开发者_如何学运维ly required for flex application for displaying data.So, you should remember that not everything in Flex is a UI Component.[详细]
2023-04-10 19:28 分类:问答Flex 4 Panel skin has dependency on 'pattern_147.gif' -- Where is this?
I am trying to create a new skin for the spark Panel based on a copy of the existing skin spark.skins.spark.PanelSkin.Inside my skin is the following:[详细]
2023-04-10 18:54 分类:问答Flex 4 skins -- when to include Actionscript Styling Code?
When using Flash Builder to create a new component Skin based on an existing Skin, one has the option to include Actionscript styling code or not.Wouldn\'t this code always be necessary?[详细]
2023-04-10 18:52 分类:问答In flex4 & as3 how do you change the button label dynamically?
Is there any way to change Spark button label dynamically? When i click on it开发者_C百科, i want the label to change. I bind the String to label and gives value for the first time, but even flashBuil[详细]
2023-04-10 18:04 分类:问答How do you delete itemrenderers in a spark Listform for mobile?
I\'ve got a spark ListForm with a custom mxml itemRenderer, all the itemRenderer has is: <s:Label text=\"{data.name}\"开发者_如何转开发 />[详细]
2023-04-10 17:19 分类:问答