rasel

rasel
- Name: [not set]
- Favorite Languages: [not set]
- Website: [not set]
- Location: [not set]
- About Me: [not set]
-
Flex Fun - Advanced DataGrid Topics
07/07/2009 - 22:16
public function getResult(e:ResultEvent):void{
var xmlResult:XMLList=new XMLList(e.result.Catagory);
......... .......
....... .........
}
Now,In xmlResult, it has 2000 rows/tags, which information I will load in DataGrid. but how I will load first 25, then tack the rest of the result in the grid?Another thing, I am using HTTPService class of flex to get data from server side. Is it a time consuming? is there have another good mechanism(like AMFPHP)that will give me a good result?
Or, how I can appropriately measure, in which point, it spent majority of the time?
Recent Comments