Re: [Dynapi-Help] loading inline layers

2001-09-25 Thread Doug Melvin
Now look what I've gone and started.. :-) - Original Message - From: "Tuomas Huhtanen" <[EMAIL PROTECTED]> To: "Dynapi-Help@Lists. Sourceforge. Net" <[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 4:45 AM Subject: RE: [Dynapi-Help] loading inline

RE: [Dynapi-Help] loading inline layers

2001-09-25 Thread Tuomas Huhtanen
> > > It would be nice if we could clone layers :) I would recommend doing it with a similar scheme as in java. Define an "interface" cloneable, which contains a method called clone(). If an object has an method called clone(), that will be run when cloning. Otherwise the old object reference is

Re: [Dynapi-Help] loading inline layers

2001-09-24 Thread Raymond Irving
; Or am I way off? > - Original Message - > From: "Raymond Irving" <[EMAIL PROTECTED]> > To: "DynApi-Help" > <[EMAIL PROTECTED]> > Sent: Friday, September 21, 2001 3:36 PM > Subject: Re: [Dynapi-Help] loading inline layers > > > > >

Re: [Dynapi-Help] loading inline layers

2001-09-21 Thread Raymond Irving
> If you need to create, delete, move, show, hide > update, clone a layer, > and you need this to work in NS AND IE, > (not to mention that NS will kill all of your layers > when you re-size the > browser) > THEN you use a library like DynAPI. It would be nice if we could clone layers :) exampl

Re: [Dynapi-Help] loading inline layers

2001-09-21 Thread Doug Melvin
rom: "john reeve" <[EMAIL PROTECTED]> To: "Abre Chase" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, September 21, 2001 1:00 PM Subject: RE: [Dynapi-Help] loading inline layers > I solved the problem by stripping out all of the DynAPI code. The onl

RE: [Dynapi-Help] loading inline layers

2001-09-21 Thread john reeve
12:27 PM :To: [EMAIL PROTECTED] :Subject: RE: [Dynapi-Help] loading inline layers : : :Just a thought, but you could just hide them until they've been :picked up by :the DynAPI. : :Very nice design, BTW. : :- Abre : :-Original Message- :From: john reeve [mailto:[EMAIL PROTECTED]] :Sent

RE: [Dynapi-Help] loading inline layers

2001-09-20 Thread Abre Chase
Just a thought, but you could just hide them until they've been picked up by the DynAPI. Very nice design, BTW. - Abre -Original Message- From: john reeve [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 3:20 PM To: [EMAIL PROTECTED] Subject: [Dynapi-Help] loading i

[Dynapi-Help] loading inline layers

2001-09-20 Thread john reeve
When creating inline layers at http://www.pelagodesign.com, i've noticed that a javascript error occurs if you mouseover the main menu before the page is done loading. I am assuming this is due to DynAPI not initializing the layers as objects until the page is finished loading. However, expecting