Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Flex Solutions: 1 - 25 of 405
 
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...
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...
Alright, i am new to flex but am familiar with flash and php.  What i am trying to do is populate flex 3 advanced datagrid with an xml file that is created at runtime.  So in other words if i ...
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'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...
(NOVICE ALERT) I am using a Flex HTTPService post to send data to an API that returns XML I can not seem to parse the return correctly. The returned XML is : <connector_ret>   <functio...
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 ...
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 datagrid with an arrayCollection data provider. On a button click, I call a method to update the dataGrid. Some of the cells in the datagrid are supplied by comboBoxes and Numeric Ste...
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 am trying to populate a flex line chart with numbers on Y and dates on X, I am returning a coldfusion query object and data typing it as a arraycollection. The Chart works... but X access is...
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...
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...
Basically i have a XML file called countries.xml which contains the following XML code.  What I want to do is when the application runs CANADA is selected in the combo box.  
Is there a way to determine what Tile container the dragSource is coming from (in a similar way  to the e.currentTarget)? This question is a followup question to the following: http://www.e...
I am posting a long parameter string using httpservice post method like this: <mx:HTTPService method="POST" id="xmlDropPhrase" url="http://www.mysite.com/phrase/test.php" showBusyCursor="tr...
In the code below I call an httpservice and get the results into an array collection.  I use that in a combo box.  This works in the code below.  What I want to do is populate a field on the f...
K here is my code, i am loading a xml file into the flex file and populating a datagrid.  I actually use the browser manager to get variables across the url that i use in a URL request but i h...
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 Guys, I have an application with 3 Panels, one panel contains a tilelist component which is populated from a database, when a user clicks on an image in the tilelist I want to list all the...
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...
When my Flash widget/application first loads into the page, an alert pop-up appears into the page asking the following: "Where is the debugger or host application running?" It then offer...
I need to put a delay on a mouse over - I have a map of Maryland, Virginia, North Carolina and South Carolina that have a mouse over and mouse out events. When you mouse over the state grows a...
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...
I am trying to add a link in the data grid that has a roll over which will underline and highlight in blue hre is my code below not sure why it isn't working.