I\'m making a flex 3.5a/air2 application and I\'ve made a popup window but I can\'t seem to get its bottom corners rounded. Setting cornerRadius seems to only affect the top corners.
I have a datagrid where users put in different numbers for 3 different columns. These values are then calculated after the user puts in each value for each column. I also have a combobox component ins
I am shifting my project from Flex 3.5 platform to Flex 4.0. I am able to remove all compile time errors. All I am left with is approx. 1000 warnings and all are on styles.
I\'m trying to change the text format in a TextField I get from a .swf. I\'m embedding my font in a myFont.swf:
I\'m trying to edit an existing AS3 application (which was built using开发者_运维百科 Flash Develop) in Flex Builder 3.
I have a combobox with arrayCollection dataprovider, it has nothing s开发者_运维百科elected after creation. I want to add some text as first option when nothing is selected, just to indicate that the
I need to do some updates to components after a user has resized the browser window.Is there a g开发者_如何转开发ood solution to determine when a user has completed resizing? I wasn\'t able to find an
how to get dataGrid columnIndex rollOver eve开发者_StackOverflow社区nt in flex3You can add rollOver event handler to whole DataGrid or to each cell via itemRenderer, and after that check event.columnI
I have a flex app that uses AMF to talk to a S开发者_如何学运维pring Java backend.How do I get the values of cookies that have been set by the server and are being sent back by AMF?As far as I know th
I have an J2EE Enterprise Application Project in which I would like to add a few Flex screens. How do I go about adding Flex capabilities.