i've been playing around with the 2.9 release and especially
the library-loader is very cool. but in order to get the dynamic
loader to work in ie, I haved to change line #85 in library.js to 

if (elm.C==2 || elm.readyState=="complete") 

otherwise the fn-function never executes. i've testet it on both
ie5/win2000 and ie6/windows xp and it acts in the same way.

- is there any standard how widget with theme-support should be 
developed, is the 'buttugly' example Robert posted a while ago 
something to take after?

- i think it would be good we could add cvs-tags to every file 
so there's a easy way finding out what version you're using.
(there was a thread on this list about it last week)

- maybe it's a good idea to let all use of deprecated methods/object 
etc write a warning in the debugger?

ie:
DynLayer.prototype.moveTo = function(x,y) {
        dynapi.debug.print("Deprecated method [DynLayer].moveTo()");
        DynLayer.prototype.setLocation(x,y);
}

but it might be enough to give a warning when loading the 
dynapi-2.5mode.js

also, it would be good if a sf-admin could add a 2.9 category to the
bug/patches on the developer site.

/m 

--------------------------------------
harald martin str�m
www.pluxemburg.com | www.burnfield.com


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[email protected]/

Reply via email to