Please see my comments below: --- Kevin <[EMAIL PROTECTED]> wrote: > Hi Raymond, > > The online examples worked fine. Though downloading > the > code and running the examples on a local web server > failed. > > The blueprints inserted in the examples seemed > truncated. > basic 200 layers: > needed ids DynObject9 to DynObject211 > deep-nest 100 layers (actually 101): > needed ids DynObject9 to DynObject112 > > I'm a bit puzzled why the generating new blueprints > define > an extra 2 divs/layers?
This I think has something to do with the debug class. When it's included it creates a Debugger object from the DynObject. In the attached file I've changed that to cause it to not use the DynObject. -- Raymond Irving > Kevin. > > "Raymond Irving" <[EMAIL PROTECTED]> wrote: > > Hello Everyone, > > > > I'm very happy to present to you the results of a > > recent test I've done with a new inline feature I > > called blueprint. The results are nothing but > > fantastic: > > > > IE (Basic) = 200 @ 250ms, average 180ms > > IE (Deep_Nest) = 100 @ 180ms, average 140ms > > > > How it works: > > > > The trick is to have dynapi generate the entire > > blueprint or inline layers for the application > you're > > going to load. To do this you'll have to use the > > dynapi.document.generateBlueprint() function. This > > will display the inline layers inside the debugger > > window. You must however remember to remove the > > dynapi.document.generateBlueprint() and the debug > > library once you're finshed. > > > > Now that you have the inline code you can insert > it > > into the document or a .js script. The next step > is to > > use dynapi.document.insertInlineLayers() function > to > > load the inline layers. > > > > New/modified functions: > > > > DynLayer._importInlineValues > > DynLayer.prototype.ignoreInlineValues > > dynapi.document.generateBlueprint > > dynapi.document.insertInlineLayers > > > > You can download the files here: > > > > > http://www24.brinkster.com/dyntools/next/dynapi3x.zip > > > > See the online examples here: > > > > > http://www24.brinkster.com/dyntools/next/examples/speedtest.dynlayer.inline-basic.html > > > > > http://www24.brinkster.com/dyntools/next/examples/speedtest.dynlayer.inline-basic-dom.html > > > > > http://www24.brinkster.com/dyntools/next/examples/speedtest.dynlayer.inline-deep_nest-dom.html > > > > Any comments? > > > > > > Benoit, > > > > I hope this will solve the speed issue with inline > > automation. Correct? > > > > > > > > -- > > 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:Crypto Challenge > is now open! > > Get cracking and register here for some mind > boggling fun and > > the chance of winning an Apple iPod: > > > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > > _______________________________________________ > > Dynapi-Dev mailing list > > [EMAIL PROTECTED] > > > http://www.mail-archive.com/[EMAIL PROTECTED]/ > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Does your code > think in ink? > You could win a Tablet PC. Get a free Tablet PC hat > just for playing. > What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > Dynapi-Dev mailing list > [EMAIL PROTECTED] > http://www.mail-archive.com/[EMAIL PROTECTED]/ __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com
debug.zip
Description: debug.zip
