Hello all,
I've made some (I think) improvements to the DynAPI2:
- better management of all[] arrays
- fewer memory leaks
- better handling of dyndocuments for multiple windows
- a toString method that works (no more eval(this.obj+"=this") crap) for
both DynLayers and DynDocs
- MouseEvent now also catches ctrl-shift-alt modifiers uniformly
- Right-click events captured in MouseEvent (no more "onrtmousedown";
you test for the button in your listener
- DynAPI.addLibrary method allows you to append new libraries onto
DynAPI for inclusion
- plus a few other transparent tweaks
Also, I have some basic widgets, including a pretty cool CollapseMenu
and Tree.
I've documented all my changes and tested them in IE5 and NS4.7.
I need someone to test my changes and I need to know who to submit all
this stuff to. Or should I just paste it all into the patch manager? I
haven't done this for awhile.
Best regards,
scottandrew
|