I found as part of my latest round of tweaks, that there is a minor problem with the order that the onUnLoadCodes are being executed.  I found that it I put code in the onUnLoadCodes array, it should be executed in the reverse order that it is added.  For example, if widgetA puts some garbage collection in and then widgetB add's it own,  I want widgetB to clean up before widgetA.  This is especially the case when dealing with the more advanced widgets that inheret from other widgets.

The same goes for the "Hook" methods.

Also, regarding the recent discussion of an "animation" object, I have implemented a simple version of this in the latest release (here) of my distro.  I'd be interested to hear comments regarding the structure.
--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010

Reply via email to