if you are using a common event method across all "managed" windows, isn't this
where eventlistners is intended to be used?

Eytan Heidingsfeld wrote:

> 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

--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010




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

Reply via email to