View Single Post
05-18-16, 03:33 PM   #3
lucro
A Murloc Raider
Join Date: May 2016
Posts: 5
Currently, it appears that the texture has to be visible to request the texture and get a result. It's probably getting unloaded when hidden.

Works:
/dump UIParentLoadAddOn("Blizzard_MacroUI"), ShowUIPanel(MacroPopupFrame), ({MacroPopupFrame:GetRegions()})[1]:GetTexture()

Doesn't work:
/dump UIParentLoadAddOn("Blizzard_MacroUI"), ({MacroPopupFrame:GetRegions()})[1]:GetTexture()