I have created one mxml application in which there is Tab control and inside each tab I am displaying different components, I want to develop custom components for better management, however I read...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Flex/Q_23204672.ht...
I have a flex DataGrid. I am using itemrenderer to put three buttons into a column. I can't seem to set the click event to do anything outside the grid. For example. One button should make a pan...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Flex/Q_23352007.ht...
I have a ByteArray object that contains raw jpeg information. I want to post this to a php script which will convert the jpeg into a pdf and then reply with the pdf data. What actionscript comm...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Flex/Q_23580545.ht...
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 makin...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Flex/Q_23796147.ht...
Hi,
I am coming from flash (actionscript 3) to flex. I have movieclips in my flash file that I want to use in my flex project. How do I imports and use these files?
It is ok when the moviecl...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Flex/Q_23213799.ht...
I have a Flex DataGrid that I would like to have populated by an XML List datasource.
The XML is:
<row id="1">
<col id="1">083206-000374</col>
<col id="2">111224</col>
<col...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Flex/Q_23289544.ht...
I am dynamically populating a TileList with data from a database. There are multiple rows in the TileList, but each row needs to be a different height depending on the data that is populated, and ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Flex/Q_23432387.ht...
Within my <mx:Application> I immediately have a <mx:VBox> wrapper around the rest of my content. The idea is to have the VBox expand/collapse depending on the height of the page I am viewing. I h...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Flex/Q_23432429.ht...
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. Apparently...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Flex/Q_23440471.ht...
I have a <mx:List> control with an inline <mx:itemRenderer> which displays several rows containing the List's data. I am trying to display the current row number for each row, but cannot figure ou...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Flex/Q_23441137.ht...