In Flex 3 I had my AIR application setup to always have the native window being invisible at startup so that the app can recall stored window position and size from a local shared object. After that i
I am seeing certain nodes of my SOAP response disappearing in Flex 4.I am using an <mx:WebService> that is written using PHP/nusoap and 99% of the responses are unserialized correctly in Flex.Fo
The Adobe docs point to a function called dateDiff, I cant however see any examples or reference as to what开发者_StackOverflow社区 I should be importing to make this function work.The implementation
How to 开发者_运维知识库embed PDF files into Flex App? Do I really need to transfer them to swf files first?This was surprisingly more complicated than it should have been (considering they are both A
So I have a custom preloader with 200 frames and the corresponding in Flex: gotoAndStop(Math.ceil(e.bytesLoaded/e.bytesTota开发者_开发问答l*100));
<mx:DataGrid id=\"calendarGrid\" dataProvider=\"{rows}\" width=\"100%\" height=\"100%\"> <mx:columns/>
I want to allow the users of my application to click on a cell in a Flex 4 DataGrid and hit Ctrl-V to paste the contents of the clipboard into the current cell and the cells below it. Basically, what
I\'ve implemented the Flex / js logic to prompt the user when they try to navigate away from my app (e.g. close browser, hit back button, etc) described here. This works great and I\'ve been super hap
I have built a basic theme for my Flex app. I would like to add support for additional pr开发者_运维百科edefined themes. By default, app has a theme and I would like it to change when user selects a t
I tried to send some services to fetch data in the creationComplete handler. Then I need to process the server开发者_开发百科 raw data before displaying some sub-components. Where should I put this ki