RE: [Dynapi-Help] width of browser window

2001-05-15 Thread SidY
[mailto:[EMAIL PROTECTED]] Sent: Monday, May 14, 2001 6:47 PM To: [EMAIL PROTECTED] Subject: RE: [Dynapi-Help] width of browser window Annoyingly onResize also occurs when the page gets loaded, so if you want a "real onResize" you need to compare the initial width and height with the

RE: [Dynapi-Help] width of browser window

2001-05-14 Thread Joshua Hewitt
al > Strider > Sent: lunes, 14 de mayo de 2001 0:22 > To: [EMAIL PROTECTED] > Subject: RE: [Dynapi-Help] width of browser window > > > It throws an onResize event. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of >

RE: [Dynapi-Help] width of browser window

2001-05-13 Thread Digital Strider
It throws an onResize event. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Sunday, May 13, 2001 2:56 PM To: [EMAIL PROTECTED] Subject: RE: [Dynapi-Help] width of browser window Michael, thanks for the tip...works as

RE: [Dynapi-Help] width of browser window

2001-05-13 Thread SidY
: [EMAIL PROTECTED] Subject: Re: [Dynapi-Help] width of browser window just use the getWidth() method of the dyndocument that you have added the layer to. [EMAIL PROTECTED] wrote: > Hi all, > > Newbie question: If I want to create a layer called "menubar" that is the > width o

RE: [Dynapi-Help] width of browser window

2001-05-11 Thread Eytan Heidingsfeld
There is also a JS value called screen.width if you want the screen width and not the window ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help

Re: [Dynapi-Help] width of browser window

2001-05-10 Thread Michael Pemberton
just use the getWidth() method of the dyndocument that you have added the layer to. [EMAIL PROTECTED] wrote: > Hi all, > > Newbie question: If I want to create a layer called "menubar" that is the > width of the frame that it is currently in. Since i do not know the width > before hand because

[Dynapi-Help] width of browser window

2001-05-10 Thread SidY
Hi all, Newbie question: If I want to create a layer called "menubar" that is the width of the frame that it is currently in. Since i do not know the width before hand because the user can resize it, what do I pass to: menubar = new DynLayer(); menubar.setSize(,25)