Let's see what we can do, my answers are below.

Darryl Cousins wrote:

> Or '3 calls for help'.
>
> Hi,
>
> DynAPI.onResize = function(){
>         if (this.loaded) DynAPI.document.deleteAllChildren();
>
> is.ns4?setTimeout("window.location.reload();",2000):setTimeout("buildPage();
> ",800);
> }
>
> 1.Could someone dictate a little script for me to enabling branching when
> building the page. I have a page with a small intro animated build of menu
> and graphic elements, onresize I would like to bypass the animation. ie
> position the elements to final position and visibility. I've tried an
> eventlistener attached to document, I really dunno. Do I really need to have
> a seperate buildPage function for all those layers?
>

If you add a listener for the onpathend (or other anim equiv) that moves the
layers to their final position, this will work whenever you stop the animation
(as long as you don't tell it not to execute the event.

>
> 2. The above window.location.reload doesn't work with DynAPIX. I resize the
> page in NS4 and loose all the layers, and need to reload manually. If I
> resize the same page with DynAPI2 the reload is called from the onResize
> function. Il maestro?
>

dunno

>
> 3.Poor results with NS6, but most of the examples are OK from the DynAPIX.
> But I have a page, fine with DynAPI2 but when I load it in NS6 the layers
> (or at least the images) are there but not positioned.
>

dunno

>
> Please believe me, I am trying to battle it out alone.
>
> Blessings, Darryl
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help

--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010




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

Reply via email to