From: <cam...@ya...> - 2001-01-07 12:40:01
|
Hi, I've come across a bug in the latest dynlayer.js creation code. I don't know what's causing the problem as yet. It's happening in ie5 on pc. Sometimes when I create layers, I get the following error: Line: 222 Char: 3 Error: 'this.elm.style' is not an object It's being caused by assignElement being called from assignChildren with elm being undefined. I haven't managed to track the problem any further than that at the moment. Cheers, Cameron. --- Pascal Bestebroer <pa...@dy...> wrote: > see f.a.q. at > http://www.dynamic-core.net/core/files/faq.dynapi2.html > it > includes the info needed. > > Pascal Bestebroer > pa...@dy... > http://www.dynamic-core.net > > > -----Oorspronkelijk bericht----- > > Van: dyn...@li... > > > [mailto:dyn...@li...]Namens > Eytan Heidingsfeld > > Verzonden: zondag 7 januari 2001 10:25 > > Aan: dyn...@li... > > Onderwerp: Re: [Dynapi-Dev] CVS List > > > > > > I'm sorry to bother again about this subject but > how do I get into the CVS > > > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > __________________________________________________ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ |
From: Raymond S. <dst...@or...> - 2001-01-07 20:13:37
|
FYI, the removal of the getComponent methods is also causing the delete/add DragEvents to throw an error, since they use these methods. ----- Original Message ----- From: "Cameron Hart" <cam...@ya...> To: <dyn...@li...> Sent: Sunday, January 07, 2001 4:40 AM Subject: [Dynapi-Dev] bug in latest dynlayer.js from cvs > Hi, I've come across a bug in the latest dynlayer.js > creation code. I don't know what's causing the problem > as yet. It's happening in ie5 on pc. > > Sometimes when I create layers, I get the following > error: > > Line: 222 > Char: 3 > Error: 'this.elm.style' is not an object > > It's being caused by assignElement being called from > assignChildren with elm being undefined. > > I haven't managed to track the problem any further > than that at the moment. > > Cheers, > > Cameron. > > > --- Pascal Bestebroer <pa...@dy...> wrote: > > see f.a.q. at > > > http://www.dynamic-core.net/core/files/faq.dynapi2.html > > it > > includes the info needed. > > > > Pascal Bestebroer > > pa...@dy... > > http://www.dynamic-core.net > > > > > -----Oorspronkelijk bericht----- > > > Van: dyn...@li... > > > > > > [mailto:dyn...@li...]Namens > > Eytan Heidingsfeld > > > Verzonden: zondag 7 januari 2001 10:25 > > > Aan: dyn...@li... > > > Onderwerp: Re: [Dynapi-Dev] CVS List > > > > > > > > > I'm sorry to bother again about this subject but > > how do I get into the CVS > > > > > > > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > > > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > > > > > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > > > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Photos - Share your holiday photos online! > http://photos.yahoo.com/ > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > |
From: Robert R. <rra...@ya...> - 2001-01-07 20:22:58
|
As far as I can tell in the latest snapshot the getComponent is not used by DragEvents. After a quick search, I do not see anywhere in the latest from CVS where getComponent is used anymore. -- // Robert Rainwater On 1/7/2001, 3:11:52 PM EST, Raymond wrote about "[Dynapi-Dev] bug in latest dynlayer.js from cvs": > FYI, the removal of the getComponent methods is also causing the delete/add > DragEvents to throw an error, since they use these methods. > ----- Original Message ----- > From: "Cameron Hart" <cam...@ya...> > To: <dyn...@li...> > Sent: Sunday, January 07, 2001 4:40 AM > Subject: [Dynapi-Dev] bug in latest dynlayer.js from cvs >> Hi, I've come across a bug in the latest dynlayer.js >> creation code. I don't know what's causing the problem >> as yet. It's happening in ie5 on pc. >> >> Sometimes when I create layers, I get the following >> error: >> >> Line: 222 >> Char: 3 >> Error: 'this.elm.style' is not an object >> >> It's being caused by assignElement being called from >> assignChildren with elm being undefined. >> >> I haven't managed to track the problem any further >> than that at the moment. >> >> Cheers, >> >> Cameron. >> >> >> --- Pascal Bestebroer <pa...@dy...> wrote: >> > see f.a.q. at >> > >> http://www.dynamic-core.net/core/files/faq.dynapi2.html >> > it >> > includes the info needed. >> > >> > Pascal Bestebroer >> > pa...@dy... >> > http://www.dynamic-core.net >> > >> > > -----Oorspronkelijk bericht----- >> > > Van: dyn...@li... >> > > >> > >> [mailto:dyn...@li...]Namens >> > Eytan Heidingsfeld >> > > Verzonden: zondag 7 januari 2001 10:25 >> > > Aan: dyn...@li... >> > > Onderwerp: Re: [Dynapi-Dev] CVS List >> > > >> > > >> > > I'm sorry to bother again about this subject but >> > how do I get into the CVS >> > > >> > > >> > > _______________________________________________ >> > > Dynapi-Dev mailing list >> > > Dyn...@li... >> > > >> > >> http://lists.sourceforge.net/mailman/listinfo/dynapi-dev >> > > >> > >> > >> > _______________________________________________ >> > Dynapi-Dev mailing list >> > Dyn...@li... >> > >> http://lists.sourceforge.net/mailman/listinfo/dynapi-dev >> > >> > >> >> >> __________________________________________________ >> Do You Yahoo!? >> Yahoo! Photos - Share your holiday photos online! >> http://photos.yahoo.com/ >> >> _______________________________________________ >> Dynapi-Dev mailing list >> Dyn...@li... >> http://lists.sourceforge.net/mailman/listinfo/dynapi-dev >> > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |
From: Raymond S. <dst...@or...> - 2001-01-07 23:50:50
|
My bad, sorry.... I had another custom extension that used getComponent triggering my errors. In the future I'll actually 'check' rather then go by memory. DS ----- Original Message ----- From: "Robert Rainwater" <rra...@ya...> To: "DynAPI Development List" <dyn...@li...> Sent: Sunday, January 07, 2001 12:27 PM Subject: Re[2]: [Dynapi-Dev] bug in latest dynlayer.js from cvs > > As far as I can tell in the latest snapshot the getComponent is not > used by DragEvents. After a quick search, I do not see anywhere in > the latest from CVS where getComponent is used anymore. > > -- > // Robert Rainwater > > On 1/7/2001, 3:11:52 PM EST, Raymond wrote about "[Dynapi-Dev] bug in latest dynlayer.js from cvs": > > > FYI, the removal of the getComponent methods is also causing the delete/add > > DragEvents to throw an error, since they use these methods. > > > ----- Original Message ----- > > From: "Cameron Hart" <cam...@ya...> > > To: <dyn...@li...> > > Sent: Sunday, January 07, 2001 4:40 AM > > Subject: [Dynapi-Dev] bug in latest dynlayer.js from cvs > > > >> Hi, I've come across a bug in the latest dynlayer.js > >> creation code. I don't know what's causing the problem > >> as yet. It's happening in ie5 on pc. > >> > >> Sometimes when I create layers, I get the following > >> error: > >> > >> Line: 222 > >> Char: 3 > >> Error: 'this.elm.style' is not an object > >> > >> It's being caused by assignElement being called from > >> assignChildren with elm being undefined. > >> > >> I haven't managed to track the problem any further > >> than that at the moment. > >> > >> Cheers, > >> > >> Cameron. > >> > >> > >> --- Pascal Bestebroer <pa...@dy...> wrote: > >> > see f.a.q. at > >> > > >> http://www.dynamic-core.net/core/files/faq.dynapi2.html > >> > it > >> > includes the info needed. > >> > > >> > Pascal Bestebroer > >> > pa...@dy... > >> > http://www.dynamic-core.net > >> > > >> > > -----Oorspronkelijk bericht----- > >> > > Van: dyn...@li... > >> > > > >> > > >> [mailto:dyn...@li...]Namens > >> > Eytan Heidingsfeld > >> > > Verzonden: zondag 7 januari 2001 10:25 > >> > > Aan: dyn...@li... > >> > > Onderwerp: Re: [Dynapi-Dev] CVS List > >> > > > >> > > > >> > > I'm sorry to bother again about this subject but > >> > how do I get into the CVS > >> > > > >> > > > >> > > _______________________________________________ > >> > > Dynapi-Dev mailing list > >> > > Dyn...@li... > >> > > > >> > > >> http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > >> > > > >> > > >> > > >> > _______________________________________________ > >> > Dynapi-Dev mailing list > >> > Dyn...@li... > >> > > >> http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > >> > > >> > > >> > >> > >> __________________________________________________ > >> Do You Yahoo!? > >> Yahoo! Photos - Share your holiday photos online! > >> http://photos.yahoo.com/ > >> > >> _______________________________________________ > >> Dynapi-Dev mailing list > >> Dyn...@li... > >> http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > >> > > > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev > |