It would seem that the NS resize fix was removed form the code-base
completely..

Anyone planon putting it back?

I would, but I wasn't even sure of the logic behind it all.
----- Original Message -----
From: "Chris Casad" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 16, 2001 8:30 AM
Subject: RE: [Dynapi-Dev] Netscape resize ... <pulling hair out>


> It is a single page ... no frame.
>
> Oh and I am using the newest DynAPI 2.53 (May 8, 2001).
>
> Chris
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jordi
> Ministral
> Sent: Wednesday, May 16, 2001 11:23 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [Dynapi-Dev] Netscape resize ... <pulling hair out>
>
>
> Is you page in a frame ?
>
> Chris Casad wrote:
>
> > Ok ... does the onResize work with Netscape (I'm using 4.76)? I thought
I
> > had it working at one time but I can't even get this simple script below
> to
> > work correctly.  Am I forgetting something or am I wrong in the fact
that
> it
> > is suppose to work in Netscape?
> >
> > The layer shows up correctly onLoad but when I resize Netscape the layer
> > just disappears.
> >
> > And of course, it works in IE.
> >
> > --Chris
> >
> > /////////////////////////////////////////////////////////////
> >
> > <script language="Javascript">
> >
> > DynAPI.onLoad=function() {
> >         backLayer = new DynLayer();
> >         backLayer.moveTo(2,2);
> >         backLayer.setWidth(DynAPI.document.getWidth()-4);
> >         backLayer.setHeight(150);
> >         backLayer.setBgColor('#000000');
> >         backLayer.setVisible(true);
> >
> >         DynAPI.document.addChild(backLayer);
> > }
> >
> > DynAPI.onResize=function() {
> >         backLayer.setWidth(DynAPI.document.getWidth()-4);
> > }
> >
> > </script>
> >
> > /////////////////////////////////////////////////////////////
> >
> > _______________________________________________
> > Dynapi-Dev mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/dynapi-dev
>
>
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-dev
>
>
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-dev


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

Reply via email to