I have a flex3 web application that displays some data from the server on the same page by using the states class.
I know this question is something difficult to resolve, but I have been walking thourgh sources, googling, etc... and haven\'t found anything clear bout the problem I\'m going to expose.
I am performing a find operation in a datagri开发者_如何学编程d on one of the columns. After I find the row containing the item, I make that as the selected index row, which highlights it. But now I a
I am using text layout framework textflow in Flex 3 to get embedded images. In the edit field for the application the user can apply formatting. This all works fine except if the user deletes all the
For example: for(var i:int=0; i<someArray.length; i++) { var loader:Loader=new Loader(); loader.load(new URLRequest(\"开发者_开发百科http://testurl.com/test.jpg\"));
Probably a silly question but, what is the actual height of a container in Flex without scrollbars?Height开发者_StackOverflow中文版 and measuredheight seem to tell me what the visual height of a conta
Is there anyway we can add the tomc开发者_如何学JAVAat 7 plugin to Adobe Flex Builder 3?Install eclipse for java ee developers (or any version with WTP plugins) then you can both add flex builder as a
I have created one button component using one Bitmap and one Label in it. Thing is that when user Clicks on on the button I want to changes button\'s Icon/Image and Label Text.
I\'m working (for my sins) on a Flex 3.3 project, which unfortunately cannot be upgraded to a newer SDK version at this stage, and have hit an issue with the custom hierarchical tree class (subclassin
So i decided to implement some themes in my AIR app. I have converted my CSS files into SWF files, removed the Style linkage from my main file. Based on the user preferences stored in a file, I decide