I want to use Open Flash Chart in Flex3/AS3 project? I mean, How Can I use Open-flash-chart in Flex application client side.. ??开发者_开发问答? (I use FlashDevelop)
In FlexUnit 1 it is possible to access the name of the currently-running test using the TestCase.getName() method because all tests subclass TestCase.In FlexUnit 4, however, there\'s no base class for
How can you find out if a Flex Component (in my case the tree) is scrollable? I tried it like this if (_listOwner.height < _listOwner.measuredHeight) {
Look my source: Template: [code] <mx:Script source=\"ListStatus.as\" /> <!-- Template --> <mx:DataGrid id=\"grid\" width=\"100%\" height=\"100%\" doubleClick=\"editRecord();\"&g
I have a Advanced DataGrid for displaying the num开发者_StackOverflow中文版ber of rows from the Database and one row strictly should not allowed drag option. Is is possible? Please share one sample ex
I have as good as finished a new project I’m working on now for a while, and I have this small problem coming up at the fine tuning.
I am working on a flex application.The application occupies 100% of the browser screen, but it is slow to load.How should i improve the performance, what are the best techniques one should follow for
I have a tab and want another tab with click of button. Another tab has VBox (Contains charts,grid etc).
I have a Advanced Datagrid with sorting. I think it is string sorting by default. But I need the sorting in number. How can I achieve the number sorting?
I have a flex component with 2 states - \"\" (ie no name / default) and \"Transactional\" - and a bunch of transitions to move from one state to the other.