I have a class which inherit from ComboBox .i want to implement a function to control the position of the cursor.Any builtin function?
I have a simple MOVE animation effect on my component in MXML. I need this animation to run with same speed (not accelerate at s开发者_开发技巧tart, not slowly at the end animation (its default). I ne
My Combobox is not alway updating when I update the ArrayCollection. [Bindable] public var newUserList:ArrayCollection
How to include google search page inside of my flex web application without using 开发者_C百科iframe. Any alternative way for solve this issue.Try this:
I am facing one weird problem. In my flex application, there is one grid on click of each grid item, it will dispatch one event and show
I have a AS spinner class that I downloaded from Jake Hawkes (click here to see it running). I want to replace the flex application preloader with this spinner. I have previously used custom preload
I have a currentStateChange handler. In that handler. I want to set another state based on a variable. The currentStateChange handler fires but in the handler function it won\'t change it to the next
I\'ve done a bit of a search but couldn\'t find an answer to this question. For example: sampleComponent.explicitMinWidth = 500;
I have a several chart components that I have created in Flex.Basically I have set up a special UI that allows the user to select which of these charts they want to print. When they press the print bu
Is there a programmatic equivalent of the following: When using mxml, I can bind a property to a function, so that if the property changes, the bound function will be invoked (with the bound property