{WebBrowser1.moveToImage('browserImage')}
>
> what would be the consequences?
>
> -Original Message-
> From: Michael Pemberton
> To: [EMAIL PROTECTED]
> Sent: 2/11/01 2:20 PM
> Subject: Re: [Dynapi-Dev] DynAPI resizeHandler
>
> I think that your chang
have I been wrong in just doing it like this?
DynAPI.onResize=function(){WebBrowser1.moveToImage('browserImage')}
what would be the consequences?
-Original Message-
From: Michael Pemberton
To: [EMAIL PROTECTED]
Sent: 2/11/01 2:20 PM
Subject: Re: [Dynapi-Dev] DynAPI resize
I think that your changes should be added to the API by one of the admins. I'm
surprised no one has mentioned of it earlier. : )
David Holbrook wrote:
> I have been trying to make a Layer that would resize as the browser window
> resizes... I tried something like this without much luck:
>
> Dy
I have been trying to make a Layer that would resize as the browser window
resizes... I tried something like this without much luck:
DynAPI.onLoad = function() {
var pad = 10;
myLayer = new DynLayer();
myLayer.setSize(DynAPI.document.getWidth()-(pad*2),DynAPI.document.getHeight
()-(pad*2