Currently, I am doing a code migration from Flex 3 to 4 and I am setting currentState in initialize function of a popup.
We are working on a project where we have multiple modules- all these share a common set of functions like rounding, string parsing etc.
I want to make a reusable Alert Box Class which will be instantiated on various screens of my Flex Project.
I have an AIR application in which I have to start some native applications in a windows machin开发者_如何学编程e.But the problem I am facing is that whenever I try to create a NativeProcess instance,
I\'m upgrading my applications from flex 3 to flex 4.5 and encountered an error. It happened when a component was dynamically added into a module. The codes that can simulate the error have been extra
I have been searching google, Apache Docs*, and FlashPunk forums looking for an answer to this: I cannot get Ant/Flex to find and compile a folder of libraries in *.AS format.
I need to create a menu component in which each menu item looks like this: icon label right-aligned-keyboard-shortcut
I am trying to move a \'Shape\' object across the screen. As the object moves, a copy is being left at the initial position. Almost as if only an instance of original object ahs been moved
I have a component \"child\" which has a cancel button. Now this component is placed in a state called \"newChildComp\"
I have a List with textInput as itemrenderer. Initially the list is loaded with data from a data provider. However since the items are rendered in textInputs, I have the ability to change the value of