Sorry Derrell. I didn't think this was hijacking because it was a continuation of the previous thread.
I tried setting the cursor on the root container but find that it doesn't take effect when you're mouse is over a clickable place, or over a text input field, etc. It appears that elements override the "global" cursor for their local needs. Is there a way to temporarily override that? Thanks! Scott On Wed, Feb 15, 2012 at 11:32 AM, Derrell Lipman <[email protected]> wrote: > 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 > ------------------------------------------------------------------------------ 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
