From: Jason L. <ja...@go...> - 2000-11-04 15:57:49
|
Pascal, I made the replacement however there is still an error: ERROR: DynAPI.getDocument("DynDocument0").allID.JSDynLayer0 has no properties. - line 34 core.ext.slide.js ~Jason -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Pascal Bestebroer Sent: Saturday, November 04, 2000 10:30 AM To: dyn...@li... Subject: RE: [Dynapi-Help] core.ext.slide.htm example not working in 2001030b Change this line: this.slideInterval = setInterval(this+".slide()",speed) in the slideStart() method to: this.slideInterval = setInterval(this.toString()+".slide()",speed) and it should work again.. Pascal Bestebroer pa...@dy... http://www.dynamic-core.net -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Jason LaFosse Verzonden: zaterdag 4 november 2000 16:21 Aan: dyn...@li... Onderwerp: [Dynapi-Help] core.ext.slide.htm example not working in 2001030b Not sure if anyone else is aware of this but I have found that the core.ext.slide.htm example does not work (IE5) in the latest distribution: dynapi-2000.10.30b.zip, however it was working in the: dynapi20001024-full.zip version. Pax, Jason _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |