> If I force this.isIFrame to true on DynLayer.prototype.toLoadLayer all
> working ok ... so may be the problem is something related with times and
> behavior:url when two or more files are loading at the same time
> on Ie55 and
> win32... need fix
I just had a look at your code. I don't think that the problem is the
behaviour, but the way you have set up LoadQueue. In the original LoadPanel
code, the queue is initialised by the last line which says
LoadPanel.queue=new LoadQueue(); You have changed this to
DynLayer.prototype.queue=new LoadQueue(); The effect of this is that each
DynLayer you create has it's own LoadQueue, so if you create two DynLayers,
they have two different queues and will potentially try and load documents
at the same time, which negates the purpose of having the queue in the first
place.
You need to rethink your use of the LoadQueue to fix loading problem.
Cameron.
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help