In Flex, what's the difference between 'creationComplete' and 'addedToStage'?
I want to count (via google analytics) the times a pop-up is displayed to the user. Which event should I use to deduce that the pop-up is being displayed to the user? ...
I want to count (via google analytics) the times a pop-up is displayed to the user. Which event should I use to deduce that the pop-up is being displayed to the user? ...
I am trying to use an HTTPService to send a string of text to a controller action. How do I access it within the controller? Thanks. ...
hi all I want build a 3statetree with checkbox,I had got the resource from cookbook,but I don't know how to use it with json, and how can i click one node then send the request to server and expand the subnode after receive the json data from server. thank you,thank you. ...
I have a Flex UI that will need to connect to Rails. How do I manage authentication and only authenticated user's can connect and see their own data only? UPDATE: And how would I do this if I should not want to use RubyAMF (right or wrong)? ...
please suggest which tool should i use - QTP, RIATest , Selenium for Flex Application Functional Automation Testing . please help me compare them with different advantages and disadvantages. any help appreciated ...
If i create a table in JQuery or any other Ajax framework, can i completely pass the table to flex with the same look and feel... using FABridge. ...
All I need to open a new IE Window from within Flex code on click of a link. P.S I dont want to open a new Browser. I want to open a browser window only that can open a new URL. Something like clicking on a link in Flex and then open cnnibn.com in a Pop up window. ...
I'm trying to create dynamic flower component to depict relations between parent object and it's children. Parent object is represented by daisy center and the children are represented by petals. Each of above can have a specific fill/color and text label, moreover petals should be draggable. My question is: is that possible to do using ...
I have created a MyTreeItemrenderer extending TreeItemrenderer. However, I do not want any label, folder, disclosure icon nor icon. I want to dispaly every node of the tree with my own graphic like eg: a line, round image etc., Kindly help me getting the solution. Thnaks in advance... Narender R ...
Where should we declare the destinations and how to link applicationContext.xml and remoting-config.xml file? ...
Is there a way to avoid the copy of the empty folders, based on the current source library structure, in bin-debug folder? I'm using Flex 3.2 Thanks ...
Hi, Can anyone suggest good places for source control on personal Flex projects, and what eclipse plug-ins are available for these source control services? I'd like to add some personal projects to source control when they are ready. Thanks Stephen ...
So here's the situation: I have a Flash application I'm deploying to facebook as a canvas app. There are various states within this app - different "pages", sort of. I want to be able to share this app with other users using Facebook's baked-in sharing mechanism. However, I want each state to have its own share button. That way when so...
I'm extending a Panel to build a custom component. Without knowing what this will contain later, how can I add a method to temporarily hide all contents and displaying an internal object (which is normally invisible) instead? That is, is there a better way than for each (var ui:DisplayObject in this.getChildren()) { ui.visible = fals...
look at this code: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" horizontalScrollPolicy="off"> <mx:VBox horizontalScrollPolicy="on" width="100%"> <mx:DataGrid> <mx:columns> <mx:DataGridColumn width="5000" /> </mx:columns> </mx:DataGrid...
Is it possible to use the flash.net.NetConnection object to connect to my Flash remoting enabled web application over HTTPS within Tomcat or any other servlet container? I am using the SpiceFactory cinnamon project for amf remoting and have searched for examples of using HTTPS but see only the reference to a proxy type in the NetConnect...
I have an app that moves a project and its files from preview to production using a Flex front-end and a .NET web service. Currently, the process takes about 5-10 mins/per project. Aside from latency concerns, it really shouldn't take that long. I'm wondering whether or not this is a good use-case for multi-threading. Also, considering t...
I am having difficultly parsing an XML file using e4X. I can acquire information from the 'version' tag, but I cannot from any nested tags. Could someone please point out what I am doing wrong? Here is the XML: <NameOfRoot xmlns="http://www.theaddress.com/file"> <version>1.0</version> <NameOfChild1> <NameOfChild2...
I have the following dictionary in flex, and i d like to sort it by value. Couldn't find any resource. '1'=>2, '0' =>1, '3'=>4 .. Any ideas ? How can i sort this by value ? ...
Hello stackoverflowers, we are designing a major webapplication for the www. It a social community site. and i would like to know witch direction i need to take. What works faster, flex and php or java and flex? i've read that flex and php with amfphp is very fast (with AMFEXT). but i have seen that 90% of the major companies here i...