|
From: Richard B. <ma...@ri...> - 2001-03-09 20:40:52
|
If you're using loadpanel, not an i-frame, you can follow these =
examples:
Christopher_Go _Examples:
combine_Loadpanel_Scrollpane_div.htm
http://www.richardinfo.com/?menu=3Dexamples&node=3D9
Cheers,
Richard Bennett
ma...@ri...
www.richardinfo.com
(Everything running on, and ported to the 19/12/2000 snapshot of =
DynAPI2)
Find the DynAPI faq here:
http://sourceforge.net/docman/display_doc.php?docid=3D656&group_id=3D5757=
Browse the mailinglist here:
http://www.mail-archive.com/index.php3?hunt=3Ddynapi
----- Original Message -----=20
From: Rene Vendrig=20
To: 'dyn...@li...'=20
Cc: 'dyn...@li...'=20
Sent: Friday, March 09, 2001 11:17 AM
Subject: RE: [Dynapi-Chat] simple IFRAME with scrolling with external =
files
So for now there aren't any widgets yet to do the trick?
-----Original Message-----
From: Cameron Hart [mailto:ca...@bi...]
Sent: vrijdag 9 maart 2001 10:54
To: dyn...@li...
Subject: RE: [Dynapi-Chat] simple IFRAME with scrolling with =
external files
LoadPanel doesn't use IFRAME's for display, some browsers (ie4, ns6) =
use an IFRAME to load the data, and then copy and paste the data into a =
DynLayer. If you want to do things like scroll=3Dauto, I'd suggest =
trying to use a regular DynLayer, and create your IFRAME tag using =
setHTML('<iframe src=3D....>') instead of LoadPanel. LoadPanel doesn't =
currently work in Mac IE5 either. Keep in mind that IFRAME is not =
supported by Netscape4.x
cheers,
cameron.
-----Original Message-----
From: dyn...@li... =
[mailto:dyn...@li...]On Behalf Of Rene =
Vendrig
Sent: 09 March 2001 08:18
To: 'dyn...@li...'
Subject: [Dynapi-Chat] simple IFRAME with scrolling with external =
files
Hello all,
Currently I'm working on a page (sorry, online environment) where =
people can click on objects so new windows will popup. In those popups =
should load external pages (because it's half database driven).
The popups aren't really real popups, but the floating frames.
I succeed in making the loadpanel object work, but the frame will =
change its size to the content. So if the content exceeds the defined =
size, the frame will grow and v.v. when it is less.
In short:
How can I define that the loadpanel will be "noresize" and that =
the scrollbars will be "scroll=3Dauto" ?
That's the only thing I want. I prefer the scrollbars brought by =
Explorer (because of the behaviour).
Another 'challenge': it should work on Windows as well as on... =
Mac. (IE5+)
thanks
Rene.
|