Search

 

November 2009
S M T W T F S
« Oct   Dec »
1234567
891011121314
15161718192021
22232425262728
2930  

Tags

Archives

Archive for November 3rd, 2009

Data Paging within Flash Builder 4

Tuesday, November 3rd, 2009

TweetOne of the coolest new features of Flash Builder 4 is built in data paging. This tutorial will show you how to enable data paging so that your datagrid intelligently fetches data only when necessary. What does that mean? In this example, I have 10000 objects defined on the Java side, however the DataGrid will [...]