Hello,

I'm a newbie to qooxdoo and to JS also. But qooxdoo seems to be very quality 
GUI library and does much things to allow me forget about browsers and JS/CSS 
specific issues. Very nice!

But I have some questions about classes/namespaces. I'm developing the app 
based on qooxdoo which is quite complicated and can't be written using one JS 
file (like skeleton proposes). So my questions are:

1. How could I access the main Application object from objects, I've created 
in its "main" method? Is there the way to access it globally?

2. I see that static methods/class can be accessed everywhere. For example:

some.package.MyClass.usefulMethod();

Is there any ability to access an object such way? For example:

//1.js
var obj = new some.package.MyClass();

//2.js 
obj.doSomethingUseful();

3. Actually I'm not completelly sure that I understand the namespaces and 
object/class access rules in JS correctly. Could anyone explain in few words, 
please.


Any help would be greatly appreciated.

Thanks,
        Alexei Golovko

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to