These versions are not 100% plug'n'play, when changing to the newest
version, all dynapi files using events have to include these separately,
like this:
DynAPI.include('dynapi.api.*');
DynAPI.include('dynapi.event.*');and if you have any home-made widgets using this.id="foo" you should delete that line. Apart from these changes, the rest of the code is pretty-much compatible. The best code to check out (for developers) is the daily snapshot, which you can find here: http://dynapi.sourceforge.net/snapshot/ Or you can check out the same code using CVS, see: http://sourceforge.net/cvs/?group_id=5757 > Is version 2.5 an unstable version of DynAPI? No, when used correctly (see above) it is more stable, more compatible with IE6 and NS6/Mozilla, and less memory-leak prone. And if you want to help out with development that's great. We're not really into structures here, so if you have something to contribute, or want to volunteer to do something, feel free to do so, or to discuss your ideas on the dynapi.dev list. Cheers, Richard. www.richardinfo.com _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[email protected]/
