Today it seems the probe scanner and solar system map were moved from the main UI tree. Any ideas on how to find them again?
Thanks for sharing!
The standard approach in such a case is browsing through the tree view until you find a matching node.
What is the list of children you see in the node containing the user-movable windows?
You can use a differential approach to isolate the path these UI elements are on: Change the number of UI elements and then compare the number of descendants in the tree view before and after.
It was my own folly. I had multiple clients open and the pid check I was using to pull from the correct client was failing silently, but thanks for the reply!
1 Like