I need to implement a lazy loading table in FLEX i.e load the table data once user starts scrolling down.
I want to dynamically add component in Container like Canvas(TileList constraints each child has the same size, GridList is poor in performance), for example
I want to compile my locale, resource.properties file into a swf. How can I do that??开发者_如何学C
I had many issues found in migration from Flex 3 to Flex 4. I had done some logic in flex 3 but while migrating the same code to flex4 it is not working. Please help me out how to do the ex开发者_如何
I retrieved a fine component for drawing in flex. It uses some floating toolpalette like: toolBox = PopUpManager.createPopUp( this, ToolPalette ) as ToolPalette;
I have a small question. I am probably misunderstanding something, but when I do : public function listOfProtocolsModified():void
I have datagrid Columns FirstName, LastName and FullName. I need to bind FirstName and Last开发者_运维百科Name column fields to give FullName ?? data provider gives onlyFirstName and LastName
This question already has answers here: How to disable minimize, maximize button in the browser? 开发者_运维百科(4 answers)
When a combobox is elected i开发者_如何转开发n the flex app, there is a quick flicker, then the combobox needs to be selected again in order to get the dropdown to open. After that, the dropdown works
In Flex 3 I have a SWFLoa开发者_开发问答der: <mx:SWFLoader id=\"player\" source=\"http://youtube.com/v/...\" />