From: Luis Lacerda on
Hi again,

I am elaborating a GUI which will derive into three "subGUI's" and all interact amongst them. I already know how to passa handles of the main objects between GUIs but i do not know how to access the other handles inside each object in each individual GUI.

What i am trying to say is that i would like to change a handle that is inside an object in GUI 1, for example, through a callback in GUI 2...

Can someone tell me how to access these "subhandles", i.e, handles that i created not the handles to the GUI's objects?

Thank you in advance

Luis
From: Luis Lacerda on
i found that either the functions findobj or findall can be useful to find what i need. Thanks anyway.

Luis Lacerda