[Dynapi-Dev] Documentation

2003-02-14 Thread Dan Willemsen
Hello, I'm wondering if anyone is doing documentation right now for the new DynAPI 2.9.2. I'm looking into doing some(or a lot, depends), mostly to get myself more aquanted to the new API, etc. The question is will I be duplicating anyone's work? The other question is there anyone that is accep

Re: [Dynapi-Dev] Drag & Snap

2003-02-14 Thread Raymond Irving
After thinking about it I would have to say it does make sense forget the dragsnap.js idea. The MotionX library does not require dragevents. MotionX is a very small library (4K) so I guess you can add the snap codes to it. You could add a _checkForSnap() function that's similar to _checkForCollis

Re: [Dynapi-Dev] Drag & Snap

2003-02-14 Thread Leif W
Looking in MotionX now... Where I see _checkForCollision ... logically something like _checkForSnap would go nicely. And I see some other things I hadn't considered, such as direction/angle of snap. But would all changes go into motionx.js, and no api/ext/dragsnap.js? Leif - Original Messa

Re: [Dynapi-Dev] Drag & Snap

2003-02-14 Thread Leif W
I'm not too sure how to start the dragsnap.js file. Could you give me a hint/pointer like a skeleton file? I'm looking at the api/ext/dragevent.js file. There's a DragEvent object, some global prototype variables, then some methods added to DragEvent, which use a syntax I'm not familiar with (th

Re: [Dynapi-Dev] mozilla and NS6

2003-02-14 Thread Raymond Irving
Yes we can, but it's best we start using dynapi.ua.dom for ns6, mozilla, opera v7 and other DOM browsers where dom functions are required -- Raymond Irving --- Doug Melvin <[EMAIL PROTECTED]> wrote: > being as ns6 is really just mkozilla.. should we > treat mozilla as ns6? > I will go that way f

Re: [Dynapi-Dev] mozilla..

2003-02-14 Thread Raymond Irving
As for opera v7 I'll commit my changes this weekend which will fix the mouse event errors. Strange! I can't see why mozilla 1.2.1 is having problems. But check it out doug and let us know Keep up the good work. -- Raymond Irving --- Doug Melvin <[EMAIL PROTECTED]> wrote: > It seems that nothi

Re: [Dynapi-Dev] includeed files in axamples..

2003-02-14 Thread Raymond Irving
Most of the time we just use dynapi.api which includes the mouse events. This is for the most part easier that having to spell out each module. Those extra files shouldn't hurt, correct? -- Raymond Irving --- Doug Melvin <[EMAIL PROTECTED]> wrote: > I've noticed that in the examples all of the

Re: [Dynapi-Dev] Changes to DynLayer files

2003-02-14 Thread Raymond Irving
Yep, that should be it --- Doug Melvin <[EMAIL PROTECTED]> wrote: > ( do correct me if I am wrong) > Lines 290 - 293 dynapi.js > > // DynLayer > > if (dynapi.ua.ns4) > > > this.add('dynapi.api.DynLayer','dynlayer_ns4.js','DynDocument'); > > else if (dynapi.ua.ie) > > > this.add('dynapi.api.DynLay

Re: [Dynapi-Dev] Changes to DynLayer files

2003-02-14 Thread Raymond Irving
Hi, I'm going to use the patch as you suggest. I have not commited my changes as yet but just thought I would inform the group as to what I was doing -- Raymond Irving --- Doug Melvin <[EMAIL PROTECTED]> wrote: > If you are going to submit changes in this method > rather than using the > patch b