I am not sure whether this is the same problem but I use a loadPanel
with autoresize turned off and overflow set on auto. In IE this works
fine; if a file is loaded the scrollbar does or does not show depending
on the size of the context. However, in NS6 (I did not try ns4 yet) the
contents flashes on the screen and only a scrollbar is left to see. I
have solved this problem by changing the overflow setting before loading
and changing it back after loading, ie:
        
        DynObject.all[id].css.overflow='hidden';
        DynObject.all[id].setURL(url);
        DynObject.all[id].css.overflow='auto';

This works fine in both IE and NS6. Hope it is any use.

Piebe



On Thu, 2002-04-25 at 16:22, Sandy Estrada wrote:
Hi, 

I'm trying to create a scroll page that can get it's contents from a
load panel.  This doesn't seem to work.  The contents in the loadpanel
flash on the screen then all I see is a scrollbar.  Any ideas out there
as to how to fix this?  Is the Scrollpane only suposed to use Labels?
Does anyone out there have a way to create scrollpanes that can get
content from an outside document?

Any help would be much appreciated.  I've used Dynapi for a year now and
absolutely love it!  I just upgrated to Version 2 and I'm all
confused... 

- Sandy 

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







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


-- 
CHAUVIERE Jean-Raymond
15 allée des fées
92160 ANTONY

06 80 38 01 14
[EMAIL PROTECTED]



_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to