From: Doug M. <do...@cr...> - 2003-03-28 06:07:34
|
but the blackboard is not in cvs? ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: "DynAPI-Dev" <dyn...@li...> Sent: Thursday, March 27, 2003 8:14 PM Subject: Re: [Dynapi-Dev] DynLayer Blackboard updates > --- Doug Melvin <do...@cr...> wrote: > > Found a bug: the following on line 92 of > > DynLayer_base.js blows up on NS > > "not a function" > > DynElement._flagCreate(this); > > When replaced with line 92 from the previous version > > is fine: > > DynElement._flagEvent(this,'create'); > > Yea, the DynElement._flagCreate is a new function. > This should have been inside the cvs. Do you have the > latest cvs version of the event.js file? If not it's > attacted. DynElement._flagCreate is much faster than > calling DynElement._flagEvent(this,'create') > > -- > Raymond Irving > > > ----- Original Message ----- > > From: "Raymond Irving" <xw...@ya...> > > To: "DynAPI-Dev" <dyn...@li...> > > Sent: Thursday, March 27, 2003 7:09 AM > > Subject: [Dynapi-Dev] DynLayer Blackboard updates > > > > > > > Hello, > > > > > > The attached zip file contains the updates for the > > new > > > blackboard feature. > > > > > > The new enableBlackboard() function must be called > > > before the layer is created or before the setHTML > > > function if the layer has already been created > > > > > > Speed test: 100 layers /w native > > blackboard:390-470ms, > > > 100 layers /w dynlayer as blackboard:721-740ms > > > > > > Layers with blackboard enabled takes a little more > > > time to be generate, but this is nothing compared > > to > > > using a second dynlayer as a blackboard. > > > > > > > > > PS. blackboard will have no impact on blueprint! > > You > > > get the same performance as before. > > > > > > -- > > > Raymond Irving > > > > > > > > > > > > __________________________________________________ > > > Do you Yahoo!? > > > Yahoo! Platinum - Watch CBS' NCAA March Madness, > > live on your desktop! > > > http://platinum.yahoo.com > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: > > The Definitive IT and Networking Event. Be There! > > NetWorld+Interop Las Vegas 2003 -- Register today! > > > http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! > http://platinum.yahoo.com |