Maybe one step further:
I turned off all optimizations and debugged the build version a little:
Inside a class of abc.core:
-----------------------------------------------------------
qx.Class.define("abc.core.View", {
extend : abc.core.AbstractView,
statics : {
period : d3.time.day,
-------------------------------------------------------------
This is the first place, where loading interrupts. If I wrap the d3 function
loading continues:
------------------------------------------------------
qx.Class.define("abc.core.View", {
extend : abc.core.AbstractView,
statics : {
period : function() { return d3.time.day },
-------------------------------------------------------
Do I really have to wrap all references to external libs?
Those involved in class building?
If I guess right, loading will successfully continue and finish, if I wrap
all references and then the add-script part is executed and all script tags
get inserted.
If I'm right, can you advise, which parts of the class definition should be
wrapped that way?
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/add-script-css-problem-does-not-insert-script-css-tags-tp7581132p7581134.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel