I make a remote call to a method defined on my Java back end (using BlazeDS). This method returns a MyType object. On the Flex side the return value is of course wrapped inside a ResultEvent object an
I have a Flex web application where I am visualizing data (for different countries) in the form of charts. The data is in the form of CSV files. There are individual files for individual charts i.e. o
I have a TabNavigator component which is not showing its children when adding them at runtime. Is there a way around this please?
Solving this problem would make my life a hundredfold easier, because working in Windows XP blows, and save for this one Adobe POS, I would be working entirely in Linux.
We are trying to fill our Flex 3 applications background with an image patte开发者_如何学Gorn by repeating the pattern throughout the background.
We are migrating our Flex-3.2 application to Flex 4.1, mainly to take advantage of the new text flow/engine features. In a first step we decided to go with compiling for MX-only and in Flex-3-compatib
Here is my code running from change event of the checkbox, var ch:CheckBox = event.currentTarget as CheckBox;
I am adding a tab navigator to a title window here. Once the title window is closed, it can be reopened using the button.But on opening the title window second time in this manner ,the content of the
How do I change the icons to Alert 开发者_StackOverflow中文版buttons like OK, CANCEL etc?If you look at the source code for Alert there really isn\'t a lot there once you get past the comments and pro
I have a asmx webservice which is accessed from office intranet. I could consume through my flex app with the local IP Address of the hosted system. When that particular system was exposed to the inte