Christian!

Thanks!

I agree about the layout root, same definition. But there is also the nearest 
layout container above in the hierarchy, which is interesting to reach.

qx.application.Standalone or Inline have the getRoot() function, but ...

1. it is not static so you need to save the base/root visible container of your 
app instance
2. it gives Page class containing popups etc.... but our application layout 
root is on top of that

We are trying to find a better way to access a function in the app layout root 
(not the container where we add our app layout)
 from a child anywhere in the hierarchy, but the best way to find it is to know 
the level of the child and then access it
by using getLayoutParent() several times to get to the app layout root.

or is there a better idea?

Stefan

                                          
------------------------------------------------------------------------------
Virtualization is moving to the mainstream and overtaking non-virtualized
environment for deploying applications. Does it make network security 
easier or more difficult to achieve? Read this whitepaper to separate the 
two and get a better understanding.
http://p.sf.net/sfu/hp-phase2-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to