[Dynapi-Dev] sourceforge

2003-04-05 Thread Doug Melvin
WE really need to re-evaluate our hosting soultion. In my opinion sorceforge suck ass. I have been trying to get my password sent to me for over a fucking year!! I would really like to be able to log in to CVS, I would really like to be able to log in to the bugzilla..   So, who has admin rig

Re: [Dynapi-Dev] Bug with anchors. (NS 4x)

2003-04-05 Thread Doug Melvin
That was some fast work.. The fix works.. do put it in cvs.. - Original Message - From: "Raymond Irving" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 05, 2003 7:23 PM Subject: Re: [Dynapi-Dev] Bug with anchors. (NS 4x) > Wow! Never tested that one at all. The fixed i

Re: [Dynapi-Dev] An easy way to Subclass/Overwrite functions

2003-04-05 Thread Raymond Irving
--- Benoit Marchant <[EMAIL PROTECTED]> wrote: > > function MyClass2(){} > > var p= dynapi.setPrototype('MyClass2','MyClass1'); > > dynapi.overwrite('MyClass2','setSize'); > > p.setSize=function(w,h){ > > this.superSetSize(w,h); > > // will the above superSetSize be DynLayer's or > > MyClas

Re: [Dynapi-Dev] Bug with anchors. (NS 4x)

2003-04-05 Thread Raymond Irving
Wow! Never tested that one at all. The fixed is attached. Keep up the good work -- Raymond Irving --- Doug Melvin <[EMAIL PROTECTED]> wrote: > There is a bug with anchors.. > When I add a mouse listener toa layer which hss the > blackboard enabled > I get the following error > > --- > JavaScrip

[Dynapi-Dev] Bug with anchors. (NS 4x)

2003-04-05 Thread Doug Melvin
There is a bug with anchors.. When I add a mouse listener toa layer which hss the blackboard enabled I get the following error   --- _javascript_ Error:file:///E|/code/DynAPI3x/src/api/mouse_ns4.js, line 169:   this.doc.images has no properties.   ---   The error occured in Netscape 4.8   Exam