|
I've
just updated LoadPanel in CVS to fix this problem. If you check the Javascript
console in NS4 you will see that there was an error being generated which was
causing the problem.
Damn,
just checked again and it's still not working consistently. Back to the drawing
board...
The
problem I think is to do with layers being recycled by the DynAPI for Netscape
4. Pre DynAPI 2.5 layers were not recycled when using removeFromParent, but now
they are. If you have a chance, check your sample code out with DynAPI 2 and see
if it works any better (and let us know).
Cheers,
Cameron.
The problem looks to be more dificult... Infact, the real bug is that Loadpanel can't check if a file is completely loaded or not.(I speack only about NS4 wich uses the 'src' property of the layer to load the html content). So if you have to LoadPanels loading at the same time (only a few miliseconds of delay), The first Loadpanel loads correctly but the second do not load. If you insert a break (an alert('hello'); for example) between the two loadpanels creation, the files are able to load completely and so you don't have any problems. Do anynody see a workaround or any ways to patch the loadpanel ? Thanks. See example code bellow (test it on NS4, any plateform) <html> |
- [Dynapi-Help] LoadPanel Problem... Nicolas MASSART
- [Dynapi-Help] Key Event Problem jeff
- Re: [Dynapi-Help] LoadPanel Problem... Nicolas MASSART
- Re: [Dynapi-Help] LoadPanel Problem... Nicolas MASSART
- Re: [Dynapi-Help] LoadPanel Problem... Michael Pemberton
- RE: [Dynapi-Help] LoadPanel Problem... Cameron Hart
- RE: [Dynapi-Help] LoadPanel Problem... Cameron Hart
- Re: [Dynapi-Help] LoadPanel Problem... Nicolas MASSART
- Re: [Dynapi-Help] LoadPanel Problem... Michael Pemberton
- Re: [Dynapi-Help] LoadPanel Problem... Cameron Hart
- Re: [Dynapi-Help] LoadPanel Problem... Richard Bennett
- RE: [Dynapi-Help] LoadPanel Problem... Williams, Chris
- Re: [Dynapi-Help] LoadPanel Problem... Michael Pemberton
- RE: [Dynapi-Help] LoadPanel Problem... Cameron Hart
- Re: [Dynapi-Help] LoadPanel Problem... Nicolas MASSART
- Re: [Dynapi-Help] LoadPanel Problem... Richard Bennett
