Hello,

i create a new class for using globals


qx.Class.define("mb.system.Globals", {
        extend: qx.core.Object,
        members :
            {   
            processorURL                : "../../index.php",
            containerMain                 : null,
            containerTop                 : null,
            containerMiddle             : null,
            containerBottom             : null,
            classSystemModules     : null
            }
         });

But i cabt access the first predefined value:( Always get undefined. How 
can i set  predefined values  ?




------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to