Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Flex Solutions: 1 - 25 of 838
 
I'm building an app in Flex. I'm adding and removing children from a component. The children are Canvases and the parent is an HBox. When adding and removing children, rather than the Canvases...
I have an object of type XML that is being updated constantly throughout my application. This XML was originally loaded from an external xml file. I would like to overwrite the initial xml fil...
Hi Guys, I get the above error when I compile  my web app, I have searched the internet for any related info and have come up with nothing.   I declared my variables and set them to Bin...
I have a Flex application where I have a MenuBar with submenu drop-down lists.  If a top level item on the MenuBar is clicked, a submenu list drops down with several items listed.  The problem...
I have a ComboBox which is editable but also contains data in the drop down. In the ComboBox event, is there a way to distinguish between: a change by selecting an item from the ComboBox ...
I want be able to delete a datagrid row AND rows out of a data grid if a checkbox is checked. The checkbox is part of the row (the first cell). Right now I cannot detect if the checkbox is sel...
What is the simpliest way to export the data inside a flex 3 datagrid to an Excel spreadsheet?
I need help to build a datagrid pagination in Adobe Flex 3.0 that looks like the following: < Viewing Alerts 1-25 of 400 >  View All
Can you please provide an example for the following situation? I've looked and I haven't found many examples on context menus. 1. You have a datdGrid (columns --> Title, value1, value2) 2....
I have a Flex application that allows users to build simple slides, a la Powerpoint, by entering text, uploading images and selecting from a clip art library. At the end of the process, I'm wr...
I cannot seem to get the transition to work from the state "LoggedIn" -> "LoginScreen". It should move the pieces out of the way just like they came in. It works going in but it doesnt work go...
I've currently got a web server (tomcat) configured for localhost(8080) that serves up some information through Java. I've got a flex project build in Flex that is configured to connect to ...
I was wondering in the flex data grid how would i format a column MM/DD/YY  
I have a flex datagrid to which I need to add this functionality: user clicks on cell, window should pop-up with additional information about the value in that cell.  The pop-up might need to ...
This one should be fairly simple, but I simply don't know.   I want to bind the value of a combobox to selectedItem in a datagrid. Something like <mx:ComboBox selectedItem=dataGridName.s...
Looking for a way to pause execution of a function before returning data. Please see the code in the doRequest function where the "// wait" line is.  I want to pause execution here without ...
Hi, I am trying to create a filter for the Data Grid below in Flex. I've found a few options out there, but I want something that works similar to the data filter in Excel 2007 - a drop-dow...
I am having a problem getting information back from a popup title window to the main app. During debugging, I was able to see that the value was set in the custom popup but it doesnt get back ...
I need to add an icon to the 1st column of my data grid. I assume I would use an item renderer, but have not seen an example of this.
I have two mxml files: My main mxml file has a feature that pops up a TitleWindow for user input.  When the appropriate input is made in that TitleWindow popup, it fills a bindable ArrayCol...
Hi, I'm new to flex so all help is appreciated. I'm creating a small app on AIR (for fun and some experience) which manages employees.  I have a datagrid which I'm attempting to populate...
I have the main application which creates two components(component A and component B) with actionscript. How can I catch a dispatched event in A into component B? Basically i'm trying to pass...
In the followin flex Code : Also viewable at : http://www.cse.epicenterlabs.com/checkBoxDg/checkBoxDg.html 1. Add a row in datagrid by clicking on "AddRow" 2. Click on "CheckDg" to see the...
I am developing web applicaiton with Adobe Flex builder and Java Web services using tomcat. I want to track session variables for example if a user is looged in or not? I can pass the informat...
Hi, I have a datagrid that has a combobox as an itemrenderer.  I need to populate the comboxbox's dataprovider not using binding so I need access to the actual property of the combobox.  Wh...