From: Raymond I. <xw...@ya...> - 2003-03-28 15:09:16
|
--- Doug Melvin <do...@cr...> wrote: > but the blackboard is not in cvs? No, it's not yet in cvs. You'll have to use the attached files to perform the updates. I'm working on an addHTML() feature that will us to add a block of html code to the document before and after page loads. It might also be possible to add a block of HTML code to DnLayers after they're loaded. IMO this will enable us to download inline layers and append them to not only the document object but to DynLayers also, thus creating very large and complex widgets that can be implemented in stages. -- Raymond Irving > ----- 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 > > > ------------------------------------------------------- > 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 |