--- Doug Melvin <[EMAIL PROTECTED]> wrote:
> A few comments:
> Template designers - Great! I love the idea, this
> will make creation of a many-nested dynlayer widget
> (ie: the tree) somewhat faster and more robust..
> especially for those using asp or cgi to generate
> definations of node data.

Yes it's true, but see my post "About
TemplateDesigner"

> Dictionary object - 
> Negative (there has to be right?): aren't we adding
> a whole level of complexity which will confuse the
> heck out of newer DynAPI users? 

Not really. The documentation will make it clear to
the users that you can use either the long method or
the short method. They will then decide.
 
>Also: I read that
> the dictionary method of defination is also slower..

Yes, a little bit slower. This is due to the {} that
has to be created. This method is very usefull when
creating a few layers aty a time. It will not give
best performance if used inside a loop.

 
> Posative: could make for faster data transfer to
> client browser when defining large numbers of
> layers. also resulting in less data transfered
> (great for those of us with a bandwith cap)

Hmmm... True
 
> Inline binding: I don't really care how that works
> just so long as a means is selected, implemented and
> stable (ie; doesn't change again in two weeks)

It's pretty much finalised now. So you should be able
to use it without any trouble.

> Question: is the inline defination of layers faster?
> if so this will be a massive benifit to those
> dynamically generating definations from a database
> via asp or cgi.

I've never tested the speed of inline layers. but I
think it should be 30-40% faster as you will not have
to call getOuterHTML() & getInnerHTML() functions.

PS. The code inside the CVS is pretty much stable. I
think you can go ahead with the creation of your
widgets. If any is to be change it will not break the
api. Also note that we'll drop DynImage and use
functions.Image (getImage()) and ImageAnimation for
ImageClip.


--
Raymond Irving

--
Raymond Irving
> 
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to