Rat32 Posted August 10, 2017 Share Posted August 10, 2017 Hello. Is the way to get element tree of gui? For example I have a GUI window, tab panel and two buttons in tab panel. I must get tree of root elements like this: Window (root) --> Tab Panel --> Button, Button Link to comment
NeXuS™ Posted August 10, 2017 Share Posted August 10, 2017 (edited) You can use getElementChildren for this function. Edited August 10, 2017 by NeXuS™ 1 Link to comment
Rat32 Posted August 10, 2017 Author Share Posted August 10, 2017 Ok. But I have other question - is the way to get which gui is on top, on second etc? Link to comment
NeXuS™ Posted August 10, 2017 Share Posted August 10, 2017 The one on top is the first element, the second is the first element's child etc. 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now