To support both EventListeners and simple events with only one extra line of
code this is all you have to add:
Change
Line 136: if (!this.hasEventListeners) return;
to
if ((!this.hasEventListeners) && (!this["on"+type]))return;
Add after line 159:
this["on"+type](this.lyrobj,e);


If this will make it in the CVS then you can use WinMngr with dragging
windows and everything else.
If it doesn't and you still want to drag windows then change the examples
use of simpleevents to event listener.

8an


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to