From: <cam...@ya...> - 2001-01-08 11:58:48
|
i noticed that the latest updated to loadpanel has changed this line in LoadQueue.prototype.loadNext from: this.index++; to: DynAPI.removeFromArray(this.queue,this.index); Why has this been changed? It seems to break LoadPanel for me, although it still works in the example that comes with the API. Also, I've found that the line if (is.ns4) window.stop(); in LoadQueue.continueLoad causes problems in netscape when loading large files into the LoadPanel. As far as I can tell, this is because continueLoad is executed after a setTimeout, rather than when I document is loaded. So window.stop can be executed before the document has finished loading, thus the transfer is interupted. Unless there is a reason for that line being in there, i'd recommend removing it. Cheers, Cameron. __________________________________________________ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ |