On Wed, Feb 15, 2012 at 14:28, Scott Chapman <[email protected]> wrote:
> How do I access the top-most container from a sub-container?
Scott, please don't hijack one thread for an entirely different topic.
Start a brand new thread.
The answer is:
>From a member function of any class that extends from qx.ui.core.Widget,
you can simply do:
var rootContainer = this.getApplicationRoot();
which is a shorthand for:
var rootContainer = qx.core.Init.getApplication().getRoot();
Derrell
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel