Hi,
    To speed up loading the first page in my system, i use a extern js
library like jquery to load qooxdoo framework.(qx.js is generated by Job
"build-all" in framework).
    Code like:
------   CODE   -------
        window.qx =
    {   
        $$environment:
        {   
            "qx.application" : "myapp"
        }   
    };

    $.getScript("qx.js");


    qx.Class.define("myapp", {

    extend : qx.application.Standalone,

    members : {

        main: function() {
        ......
        }

------END CODE------
    Question is qx said "Missing application class: myapp"?Why?
    Dose qx core framework need "document.onLoad" like listener to do some
init?
    Can just call the "Init" method manauly?
    Someone help to explain the init process of qx?Or a document about it.
    Thanks very much!


--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/About-qx-framework-init-tp6762581p6762581.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to