Bugs item #442471, was opened at 2001-07-18 09:17
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=442471&group_id=5757

Category: None
Group: Unverified
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Backlund (bakkis)
Assigned to: Nobody/Anonymous (nobody)
Summary: NS4 possible bug using LoadPanel

Initial Comment:
Using the LoadPanel, doesn't really work correct for 
NS4.

The first panel I load, works fine.
But the rest doesn't load.
I use the setURL() function.

In IE5 this works fint dough.

To make this work ok with NS4 I have to do an explicit
call to LoadQueue.continueLoad(). NS4 doesn't like when
it tries to load and something is busy loading already,
then it "forgets" to continue.
So thats why the explicit LoadQueue.continueLoad()
is for.
Actually I have to call it like this

setTimeout('LoadQueue.continueLoad()',350) in the 
oncreate function for the last panel I create.

Maybe I just mixed it up somewhere, but I've spent
a whole working day, trying to understand this possible
bug.

/Thomas


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=442471&group_id=5757

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

Reply via email to