Could you attach the complete file, as mine is a different version, and it
has become confusing.
Richard
----- Original Message -----
From: "Eytan Heidingsfeld" <[EMAIL PROTECTED]>
To: "Dynapi-Dev" <[EMAIL PROTECTED]>
Sent: Wednesday, February 28, 2001 3:18 PM
Subject: [Dynapi-Dev] Modified DynLayer.js


> 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
> ____________________________________________________________
> Get your domain name and domain-based e-mail from
> Namezero.com. New!  Namezero Plus domains now available.
> Find out more at: http://www.namezero.com
>


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

Reply via email to