From: Sebastian B. <se...@be...> - 2001-01-07 14:02:18
|
Hi. I'm quite new to DynAPI, so maybe I'm wrong and my code is buggy... but I've found some strange behaviour in dynimage.js (latest CVS version) running in Netscape 4.76 Linux (the problem seems not to exist in IE or Netscape under Windoze?!): ------------ JavaScript Error: file:///path/to//dynapi/js/lib/dynapi/gui/dynimage.js, line 130: syntax error. .loadercheck()entListener(DynImage.listener); { ^ ------------ After changing line 115 (in dynimage.js) from: DynImage.timerId=setTimeout(DynImage+'.loadercheck()',25); ...to: DynImage.timerId=setTimeout('DynImage.loadercheck()',25); everything seems to work fine (BTW, that's the syntax already used in line 99). Can somebody please check back on this? -- Sebastian Beigel http://beigel.de |