The TabbedButton and the TabbedPage classes were designed to work together and share setup data common to both.
Entries Tagged as 'page'
Applying the TabbedButton and TabbedPage classes
December 21st, 2009 · 2 Comments · AS3 Custom Classes, Apps
Using the GridLoader Class with Paging: PageManager Class
November 3rd, 2009 · 1 Comment · AS3 Custom Classes
In the last post, I introduced the GridLoader class which loads a grid of thumbnail images. The settings defining the grid and list of thumbnails are defined in a XML file. In this posting, the PageManager class is used to add a paging function to the grid. The number of pages and [...]
Loading a Grid of Thumbnails: GridLoader Class
October 25th, 2009 · No Comments · AS3 Custom Classes
The GridLoader loads a series of thumbnail images in a user specified grid of rows and columns. If either the row or the column setting is set to 1, the class resembles the earlier ThumbnailScroller and ThumbnailSifter classes. Differences between this class and the others is the method with which hidden images are made visible; [...]