What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

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

 
Time Tested Flex Solutions: 101 - 125 of 838
 
newbie to flex/flash wondering how to properly debug flex applications. when i run my flex app, i get the following error message Error #2044: Unhandled IOErrorEvent:. text=Error #2035: ...
Is there a way to get a tool tip within a column of a datagrid? I have this column that needs more than just the column header to explain its usage. When I try a put a toolTip in the grid ...
Hi, I am modifying the contents of a DataGrid cell with this line of code:      toolGrid.dataProvider.getItemAt(row)[field] = tempValue; However, the change is not displayed on the scree...
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.  
Hi, I am trying to completely import a flash program written in AS3 into Flex. So far I created a New Action Script project in flex and import all of my AS3 files from flash into flex. This...
In my Flex application, I have a ComboBox with maybe 10 items in it.  When I click on the dropdown arrow, this dropdown list appears with the items listed, and a scrollbar on the right.  Appar...
I have two array collections, and they both have a field in common: sourceCode I would like to push the data from the 2nd into the first. What's the best way to accomplish this?
I have a problem with the variables of form submitted with POST.  In my doPost function of my servlet, I do not receive the variables, or at least they cannot be accessed in the HttpServletReq...
I have an array created from an XML file (from a PHP script), that I pull into an arrayCollection using an HTTPService. The XML file looks like this, and I'd like to filter on the value of ...
I have a custom ComboBox component where each item consists of a checkbox and a label. I need to be able to clear all selected checkboxes when needed, but I can't figure out how to access the ...
I am trying to create an Alert Box in Flex with no buttons in it... the default is always Ok... I have a hack which does:                  Alert.buttonHeight = 0;                Alert.buttonWidth = 0;...
I get the "warning: unable to bind to property 'id' on class 'XML' (class is not an IEventDispatcher)" whenever I click on a row in a DataGrid.
Hi experts, I've a problem with flex and cancas object. Basically what I need to do is add a movieclip child created by code to a canvas container. This is very easy to do. What I need is...
I have a mxml component module which includes an actionscript file.  I need to be able to call/trigger the mxml component from another mxml component (which also includes the same actionscript...
I need a grand total of the Avg. Cost field.  Using the code below I have an Avg. Cost per item using a label function.  SInce there is no true data coming fron the arraycollection I cannot ge...
I have a tilelist that uses an itemrenderer. The itemrenderer has a hbox with six canvas's and inside each canvas is an image box. When a user click on one of the images I need the canvas back...
Is there a way to assign backgroundcolor to each cell, row or column of datagrid in Flex 3? Thanks
Hello, I use an ArrayCollection to populate a comboBox (cboCatEANS), but I do not want to rely on the default index of the array (0, 1, 2, etc) In the end, the data will be stored in a data...
How are session's handled in Adobe flex 3 as compare to HTML and server side java
How to number the records in AdvancedDatagrid tree view withing each parent group. In flat view I'm using a label function to produce row numbers but it's not working  for tree view // F...
In my project I am using Flex and PHP. From PHP I am generating a dynamic XML. I am giving you the XML.  <?xml version="1.0" encoding="utf-8" ?> - <quiz>     - <question ord_num="1" rans...
I need a php script that takes a request and some variables from an HTTPService in Flex, goes to the referenced mysql database field, returns the values in an xml object to flex which are then...
Hey experts! I'm doing a personal project involving the flexbook component (created by Ely Greenfield), and the images I'm gonna put in the book are gonna fill the entire pages. The aver...
Can someone provide suggestions, help or a code sample for sending and receiving UDP packets from Adobe Air ?  Flex or Actionscript might help
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...