Advertisement

1 - 10 of 31 containing alltags:("Flex, Actionscript") (0.001 seconds)
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...
Zones: Flex, Web Development, Web DevelopmentDate Answered: 03/04/2008 Grade: A Views: 26
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...
Zones: Flex, Macromedia FlashDate Answered: 04/25/2008 Grade: A Views: 5
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...
Zones: Flex, ActionScriptDate Answered: 07/22/2008 Grade: A Views: 71
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...
Zones: Flex, ActionScriptDate Answered: 10/15/2008 Grade: B Views: 103
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...
Zones: Flex, Macromedia FlashDate Answered: 03/06/2008 Grade: A Views: 137
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...
Zones: Flex, XML, Macromedia FlashDate Answered: 04/02/2008 Grade: A Views: 149
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 ...
Zones: Flex, WebApplicationsDate Answered: 06/10/2008 Grade: A Views: 155
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...
Zones: Flex, WebApplicationsDate Answered: 05/26/2008 Grade: A Views: 110
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...
Zones: Flex, WebApplicationsDate Answered: 05/31/2008 Grade: A Views: 77
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...
Zones: Flex, WebApplicationsDate Answered: 05/29/2008 Grade: A Views: 23