Component framework July update
Posted on July 4, 02008
Filed Under DaVinci, Development, Flash, Journal
I've been working with the AbstractComponent base class for about a week or so and it seems to be working out okay so far. Along the way I've moved some things around, added some more comments and cleared a bug in the suspend resume system. I've revised the code in the earlier posts to reflect these fixes and updates. Once all the features are in and it's looking stable I'll put a demo together with some source code.
The two big features I'm keen to add next are support for managing children and granular invalidation. These could both get quite complicated so I might try out a few ideas for posting those up. I have an idea at the back of my head to spin off the state management into a separate manager class that is included in the base class using composition. It will make the base class a bit cleaner.
Related Journal Entries
- Choosing an AS3 component framework
- The project architecture
- The Computus Engine on Google Code
- Hacking the Date class for GeoLocation
- AS3 Component: TimeStepper
- AS3 Component: NumberStepper
- AS3 component: NextPreviousButton
- Building an AS3 component framework: The Finished BaseComponent Class
- Building an AS3 component framework: Suspend and Resume
- Building an AS3 component framework: Events and Inheritance
- Building an AS3 component framework: Deferred Rendering
- Building an AS3 component framework: Garbage Management
- Inside the Bit-101 MinimalComps
- Building an AS3 component framework: Planning
- Projects update March 2009
Comments
Leave a Comment
If you would like to make a comment, please fill out the form below.

