flex3
Flex: Changing states sometimes fail to change display
I have a flex3 web application that displays some data from the server on the same page by using the states class.[详细]
2023-03-18 12:35 分类:问答Random "Connection reset" error when calling 2 or more RemoteObject function
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.[详细]
2023-03-18 10:11 分类:问答Scroll the datagrid down or up to selected index row flex
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[详细]
2023-03-17 19:41 分类:问答How do I stop the formatting (bold etc) being lost when a user deletes a whole line in Flex tlf textflow control
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[详细]
2023-03-17 12:30 分类:问答In Flex, can I pass an extra parameter to callback event and have it evaluate early?
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\"));[详细]
2023-03-16 17:59 分类:问答What is the actual height of a container without scrollbars?
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[详细]
2023-03-16 11:16 分类:问答Adding Tomcat 7 Plugin to Flex Builder 3
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[详细]
2023-03-16 07:00 分类:问答How to change bitmap and label of an Button component [Flash CS5, ActionScript-s]
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.[详细]
2023-03-16 05:53 分类:问答Forcing vertical scrollbar re-calcuation in a hierarchical tree class derived from mx.controls.Tree
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[详细]
2023-03-16 03:04 分类:问答Dynamically loading style in Flex AIR App
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[详细]
2023-03-16 01:20 分类:问答