From: Doug M. <do...@cr...> - 2003-03-27 23:34:19
|
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'); ----- 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 |