Flex 2 Pagination (1 of 3)
The Flex 2 / Actionscript 3 Pagination example is intended to step through a large amount of data and give the user the ability to view it in manageable chunks instead of all at one time.
This first display example of three which I will be releasing iterates through a Collection and calculates amount of data you would like to show based on your initial input. It will create a group of buttons based upon paginated values. Each button will be given two values which will then be used to filter on collection and grab corresponding data.
In the next pagination example I will be using a display which utilizes the next and previous buttons as shown in Google image below:

Comments Questions, concerns are welcome.
Enjoy,
-Augie
example | source code | download | asdoc
Posted: May 10th, 2007 under Source Code, Flex 2.0, ActionScript 3.0.
Comments: 2
Comments
Comment from sxm20
Time: June 9, 2007, 5:02 pm
good work Augie,
will be curious to see the next versions of this. Thanks for sharing the code.
-Shailesh
Comment from abhishekchess1
Time: December 4, 2007, 5:03 am
could u tell me how can paginate using repeater control while taking data from youtube in flex 2 ?
please mail me : abhishekchess1@gmail.com

Write a comment