I've figured it out, but before I go to the trouble of fixing it, I just wanted to make sure MQ2 is working as intended.
For example, the way I was checking before to make sure that the name of the enviro I had opened was what was expected i was using:
${Window[TradeskillWnd].Child[ContainerName].Text}
With the most recent zip, I can only find this info by using:
${Window[tradeskillwnd].Child[combw_rightsidearea].Child[combw_containerarea].Child[containername].Text}
or
${Window[tradeskillwnd].Child[combw_rightsidearea].Child[combw_containerarea].Child[combw_containername].Text}
Of course the same applies to all the buttons, lists, etc.
While I am sure this is technically accurate, I just wanted to make sure this was the expected behavior before I modified my macro.
I was also wondering which it would be better to use for people with custom UIs.
Thanks!

