Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Time Tested Flex Solutions: 1 - 25 of 358
 
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 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 ...
(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'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...
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 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...
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...
Hi All, I am using FLEX 3, I have a sql server 2005 database that uses stored procedures, I need to display my data in multiple datagrids from multiple tables on one page using panels, what...
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...
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 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 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 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...
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...
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...
Hello, I use a comboBox called cboCatEANS to display a variety of choices that the user may store in the database (local SQL). The data come from an array which is populated by the function...
My Flex app willbe launched using a query string parameter such as: http://www.myserver.com/flexapp.html?memno=337466372283774 How can I extract the query string from this from within Fl...