When you look through the opened windows (from system.gui.getOpenedWindows), the list is of window objects, just like from .getWindow()
. Hang onto the window object that has the hash you want. Look up your component in that window’s .rootContainer
.
1 Like