- Joined
- Jan 29, 2023
- RedCents
- 190¢
I see a lot of macros out there that do things like this:
which is super cool. The only problem is that I have no idea what the identifiers are (such as QuantityWindow and QTYW_Accept_Button in the above example) for the windows and buttons that I'd like to manipulate. Two questions:
1. Is there a master list of all windows and all buttons/controls within each window?
or better yet...
2. Is there a script that I can run that will display the current "view hierarchy" within EQ? I'm not sure the correct term for that, I'm borrowing the iOS term "View Hierarchy", but I'm looking for a way that I can query for all windows and controls presently visible in EQ. That way I can manually go through the flow that I want to script and then query for the IDs/Names of the windows/controls as I encounter them.
Thanks.
INI:
/nomodkey /notify QuantityWnd QTYW_Accept_Button leftmouseup
1. Is there a master list of all windows and all buttons/controls within each window?
or better yet...
2. Is there a script that I can run that will display the current "view hierarchy" within EQ? I'm not sure the correct term for that, I'm borrowing the iOS term "View Hierarchy", but I'm looking for a way that I can query for all windows and controls presently visible in EQ. That way I can manually go through the flow that I want to script and then query for the IDs/Names of the windows/controls as I encounter them.
Thanks.