View Single Post
01/23/24, 07:31 AM   #8
CircleOf14
Join Date: Jan 2024
Posts: 4
Originally Posted by Baertram View Post
Try to use addons like merTorchbug and/or zgoo to inspect the controls below your mouse.

Move mouse above the control, then type in chat
With merTorchbug addon:
/tbm (or /tbug mouse)
or alternatively press SHIFT + LEFT MOUSE + RIGHT MOUSE (At the same time!)

With zgoo addon:
/zgoo mouse

The inspector will open and show you the name and all data of the inspected control so the name should show as e.g.
ZO_SmallGroupAnchorFrame then
or similar

You can see the child controls then at the bottom so you can clicka round and find the controls, and even manipulate it with e.g.
double clicking the hidden state to change the true/false and see if it hides then.
Wow! That sounds amazing! Inspecting any control for all the details seems like an invaluable development tool for addons. Thanks!

And thanks again to Masteroshi430 for fixing the original problem.
  Reply With Quote