Are there Adobe hosted rsls for the 3.4 sdk?
I know that starting with 4.0, Adobe is hosting framework rsls. Are the 3.4 framework rsls hosted anywhere? If not, does anyone know if there is a plan to do so? ...
I know that starting with 4.0, Adobe is hosting framework rsls. Are the 3.4 framework rsls hosted anywhere? If not, does anyone know if there is a plan to do so? ...
Hello, Is is possible to bind class properties to mxml components ? E.g.: I have a class A.as with a String property nameValue. What I want to achieve is always having the latest value of a mx:Text component in nameValue. Thanks. ...
I am attempting to capture a very large image that was made dynamically within the Flash Player (the size of the image is 2400px by 12,000px) and am running into some very serious issues... Let me run down how the image get's to that size in the first place: User adds elements to a canvas and then when the user is finished the canvas sc...
Is there a way to select a single cell in a Flex DataGrid, and then either select the text inside of the cell, or select the entire cell for copy + paste? It doesn't even have to copy into an excel friendly format, flat text would be fine. So far, I have only been able to select an entire row, and that doesn't seem to copy very well. I a...
How do I generate a self-signed certificate to sign an adobe AIR app? I'm using the maven flexmojos plugin. I've followed an openssl tutorial to generate a .p12, but now the mvn plugin /adt compiler is telling me that the certificate is not a X509 certificate. Thanks ...
We have a flex application communicating with our server. The flex app makes many HTTP requests (posts and gets) to the server, in many cases in parallel. We have been noticing that we get many dropped connections, experienced from the flex app. The server does not see any failed requests at all and is not under load. I am also sus...
How to put form items in view stack in flex?, so that i can get selected form item through one comboBox ...
What Approach can you use to Connect Adobe Air Application to a Local Network? Examples of function is send a message to other computer that is connected to a network, sending files or viewing their desktop. Thanks! ...
I have a flex application which use DragManager. When I'm loading this application into flash application and trying to use drag'n'drop functions - I get an error: TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.managers::CursorManagerImpl/showCurrentCursor() at mx.managers::Curs...
Is it possible to deserialize an XML file to a class in Flex without manually checking the XML and/or creating the class, with the help of a HttpService? Edit: Explained a bit more and better. We have an XML file which contains: <Project> <Name>NameGoesHere</Name> <Number>15</Number> </Project> In Flex we want this to be serializ...
I am working on my first Adobe Flex application, and have a code section that appears to be running very slowly (but it does function properly!). CC_Output is a text control, all the other controls are checkboxes (CC, CC_Duration, etc.) Any help would be greatly appreciated! <mx:Script> private fun...
I have developed an application with JSP and Flex. In that Flex application interact JSP with HTTP service. I deployed application in one server that server URL is with HTTP it is working fine. But when I deployed this project in another server (HTTPS) the application is not running. There in JSP session is not handled. Is there any serv...
Using the LineChart component of Flex: How do I make the horizontal grid lines (background within the chart) dotted? With the mx:Stroke within the mx:horizontalStroke, I can only set properties like weight, color and alpha. I'd like to make the line dotted... This is what I have now: <mx:LineChart id="linechartDays" width="100%" height...
Am I right, that Flex doesn't support HTML like text transform? s|Panel #titleDisplay { textAlign: center; textTransform: uppercase; fontSize: 16px; } ...
I want to know on what events does headerRenderer in a DataGrid get called? I have created one component for headerRenderer of one DataGrid column. It seems that it gets called at least 3-4 times before the dataGrid is shown. After it is shown it also gets called quite often...so what can I do to make it be called just once for example. ...
Hi all, I have a custom component with textbox & a poup button as <mx:HBox> <mx:Text id="source" height="100%" width="40%" data="my text" /> <mx:VBox backgroundAlpha="0" height="100%" borderThickness="0"> <mx:PopUpButton enabled="true" id="editButton" width="40" icon="@Embed('assets/images/Legends/editIcon.png')" ...
Hi All I have a problem with an AdvancedDataGrid; i want the fields Actual and Estimate to change with the timer function but it doesn't work. It works only by refreshing all the adg with the collapse of the tree structure. I want that if the tree is "exploded" only actual and estimate fields refresh. Sorry for my uncorrect english. Here...
Hi, I would like to customize labels below xAxis at bar chart - have long (4-5 words) names and would like to display them next below previous. Is it possible? Regards, pszemo ...
I'm desperate to find the ShmooCon talk by HP's Prajakta Jagdale on SWFScan and flash decompilation. All I could find was the HP white paper itself. Anyone who can help, would be greatly appreciated. ...
I have this DataGrid: <mx:DataGrid id="myDataGrid"> <mx:columns> <mx:DataGridColumn dataField="colA" headerText="Column A:" width="40" headerRenderer="path.customComponents.VerticalHeader" itemRenderer="path.customComponents.CustomDataGridItemRenderer" /> </mx:Columns> </mx:DataGrid> Only I don'...