please tell me what invalidateList(); function does? i have one line of code, in which this function is getting called on arraycollection object
I am new to Flex, so please bear with me. I have encountered a strange problem. There\'s a ActionScript class which dynamically creates basic UI element.
I have an AdvancedDataGrid with XML dataProvider. Drag and drop in enabled, and works within the visible rows of th开发者_开发百科e ADG.
When using a ColumnChart created in Flex 3, how can I to change the fill color of columns that meet a certain criteria?
Why does Flex 3 DataGrid read a string from XML lastResult.node as number? A field is saved as var_char in mysql, php reads it as string and pass it OK.
I am a student of computer science and am interested in learning development of R开发者_JAVA技巧IAs. So which among silverlight and flex is more suitable for me and y?Silverlight is the very accessibl
I want 开发者_StackOverflow中文版to develop a web Application to manage school administration. But I am not clear, which technology should I use to create Rich Internet Application. At present, devele
Ok, so mouseOver and RollOver, and their respective outs work great as long as your mouse is actually over the item, or one of it\'s children. My problem is that I may have another UI component \"betw
I am using TextArea to display some text information in rows in flex gui, it automatically 开发者_如何学编程restricts the number of lines to display to 100 lines. But I want more than 100 lines in the
I am looking for sample code to create a dynamic Tree control in Flex using a Collection of objects obtained from the backend(Perl c开发者_StackOverflow中文版gi).