are ther开发者_Go百科e any events that the scroller will dispatch when being scrolled? To my knowledge, the Scroller component doesn\'t dispatch an event when it\'s scrolling the way the ScrollBar cla
When I try to set the width of a BorderContainer to a bindable variable in Flex tags declaration it works well. Code looks something like this:
I have just implemented a dropdownlist of checkboxes taken from this ComboCheck example but made it extend DropDownList instead of ComboBox to provide better functionality that I required. I am attemp
We have a flex application and in that we have a screen that taking a lot of time to load, almost 60 seconds.Basically the screen is a very big form. I 开发者_如何学Cwanted to divide the form as a wiz
How can I set a function to be called when the length of a DataProvider开发者_运维问答 changes?Here is a good solution using the event \"CollectionEvent.COLLECTION_CHANGE\" :
My question is: Is there a way that I can intercept all button click event in my Flex(air) app, because I need to add a sound when some button is clicked, and I dont want go over all screens and add
Is there a way to enable dragging of only leaf nodes in a tree c开发者_运维问答omponent?First you need to intercept the dragStart event from your tree
Is it possible to create and compile my own .SWC file using only Flex 4 / 开发者_如何转开发Flash Builder 4? I don\'t have Flash Professional installed and based on some people I\'ve asked, it is made
I am calling a JSP page from Flex using an HTTP request, but I am getting an error, \"Body could not be parsed as valid XML/AMF/JSON.\"
Are there any resources where I can learn or possibly see a sample of a simpl开发者_StackOverflow社区e circuit-type top-view racing game using Flex 4? Also, please provide pointers of things to consid