In trying to adapt some of the existing examples for qooxdoo 0.5.x, the first problem I have is understanding the how qooxdoo objects are to be interacted with:
-=-JS
qx.core.Init.defineMain(function() {
// Is this right?
this.getClientWindow().getClientDocument().setBackgroundColor("green");
// Is this right?
qx.client.ClientWindow.getClientDocument().setBackgroundColor("green");
});
-=-
Or are they both wrong? Certain semantics are not obvious because of _javascript_'s nature. Can someone please help me find the rails here so that I can start out on my own? ;)
_________________________________________________
Alexander Trauzzi
------------------------------------------------------------------------- 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
