flex

synchronous and asynchronous call in flex

Hi, what is synchronous and asynchronous call in flex. Why Httpservice is asynchronous and how to make a call to asynchronous call. Thanks, Ravi ...

Getting pop-up window when cell is selected in flex

I have a flex datagrid to which I need to add this functionality: user clicks on particular cell, window should pop-up with additional information about the value in that cell. The pop-up might need to be another datagrid with more info.Can u provide flex code for this.I am new to flex. ...

Stoping web service in flex?

is it possible to stop a web service from executing? I have a flex web application that searches clients with both full name and client id, when searching by name sometimes the usuer just types the last name and it takes a long time. Since the app is used when clients are waiting in line, I would like to be able to stop the search and...

combobox nested in datagrid from an external button click

I am going crazy trying to get a combobox value inside a datagrid by pressing a button external to the datagrid. here is the code: mxml left="243" top="0" title="Voting" hideEffect="{fadeOut}" showEffect="{fadeIn}" > ...

Advanced DataGrid image renderer

hi, I need to develop Advanced Datagrid like the below attached image. So I had developed the Grid with some columns but do not know how to rendering the image in the result part of the grid. Any one please help me, how to rendering the images in the result part. c ...

Flex: Modifying valueOf XML for node where hasSimpleContent()==true using ActionScript

All I want to do is modify the text value of the XML corresponding to the CURRENTLY SELECTED node in the tree. Everything is a piece of cake except actually changing 'abc' to 'xyz'. [Bindable] public var xml:XML= <rootnode> Content A <parentnode Name="value" Attr2="4"> parent content1 <childnode Name="child"...

Flex: time how long HTTPService takes to load?

I am loading some XML with HTTPService in Flex. It is taking longer than I would like to load. So I want to do some trouble shooting, but in order to tell what is making a difference I need to be able to time the requests and how long they are taking. What is the best way to time an http service to see how long it took from HTTPService....

Mate not catching Event in EventMap [Flex]

In my AIR application I am having problems catching dispatched events in my eventmap. The class that is dispatching the events looks like this: Shortcuts.as [Event(name="centeredZoomOut", type="flash.events.Event")] public class Shortcuts extends EventDispatcher { // Event Names public static const CENTERED_ZOOM_OUT:String = "...

Getting data into flex charts from csv

I am developing a flex charting web application which gets data from csv files. This application is supposed to be installed on the website of a client. The client uses a web server management system where the URLs generated are pretty long and contain non-alphanumeric characters. An example is given below: http://www.example.com/EXTERN...

Advanced DataGrid CheckBox

Hi, I have a scenario like, Advanced DataGrid have a checkBox and if i select the header checkBox all the field checkBoxes has to be selected that means multi-select checkBox. If any one having the sample code, please send me. Thanks, Ravi ...

Conditionally including Flex libraries (SWCs) in mxmlc/compc ant tasks

I have been struggling trying to figure out how to conditionally include Flex libraries in an ant build based on a property that is set on the command line. I have tried a number of approaches with the <condition/> task, but so far have not gotten it to work. Here is where I am currently. I have an init target that includes condition ...

Is it possible to make an item in a Flex List control not selectable?

Is it possible to make an item in a List control not selectable? If so, how would this be accomplished? I've tried one thing so far. What I did was use a custom item renderer that checks for a value in the data property upon a FlexEvent.DATA_CHANGE event. If that value is not set, I tried setting the item renderer's selectable property ...

How can I make a HTTPS call using HttpService in flex

I want to make an https call using HttpService. My code is working perfect when the url is http, but when i can the url to https is gives me the following error : [RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Destination: DefaultHTTP"] How should I make a Https call?? Regards Zee...

Object not found - - Error 404

My url is : https://virtual.app.c7beta.com/rpc/json?c=Sticky&amp;m=get_user_notes And I got the following error: Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. If you think this is a server error, please contact the webmaster. Error 404 My c...

How to create an insert Form with TextInput containing ComboBox provided by mySQL Database Table

I have a Flex application which manage a database composed by 7 tables. I have created the insert form and all work great. Now I wanto to improve the Form performances; the idea is to replace the TextInput of the Form with ComboBoxes which are provided by the DataBase tables. Any ideas? Thanks in Advance ...

Flex + Topology View

Currently I'm working on creating a view of displaying a entire school database in the form of a graphical view. School; Classes; Teachers; and Students I display an Image for each of the above mentioned ones. I need a plugin/tool (freeware) to use to create the links between them. My default view would be a School Image, either on ...

Spreadsheet like input facility for ASP MVC

I'm looking for recommendations for a spreadsheet-like input facility to sit in an ASP MVC environment. The client currently has a large number of very complex interlinked shared spreadsheets (which they are effectively running 90% of their core business from) for collecting and processing information. They wish to move this to a web...

Do not allow users to deselect an item after they select an item in Flex lists, tree and drop down components

I have a tree control in my Adobe Flex 3.2 application. When the swf loads the first time, there is no item selected in the tree. The user must select one and only one item to generate a report. The issue that I am having is that after the user selects an item, the user can deselect that item by holding control and clicking that item. Th...

Dynamically adding radiobuttongroup

I'm trying to make a quiz in flex and am loading data from an xml file. For each question I want to create a radiobuttongroup so I can associate radio buttons to it. How can I accomplish that with actionscript? I can see that addChild method works for DisplayObjects and I presume that radiobuttongroup is not one because I'm receiving err...

Flex and Twittter data visualization

Hi , Is it possible to run the .json file which is has status data from twitter and run it with flex to create a visualization of the data ? ...