Hi,

In my application the user can perform a search. Each search brings up a
separate new window with a tree and a container. Inside the container is a
loading gif image and a label. The container is hidden with .hide();

When the user clicks on an item in the tree, I need to be able to show the
container and alter the label text.

I cannot work out how to set the container to show on the window that holds
the tree that the item that was clicked belongs to because I don't know how
to reference the container.

What I would like to do is set the container object to have an easy name
like "statusContainer" and then do something like this:

treeItem.parentWindow.statusContainer.show();

Can anyone help with the correct way to access the container just by having
the tree item that was clicked on?

Thanks!!!!


-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Identifying-and-Accessing-Child-Objects-tp5019274p5019274.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------

_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to