View Single Post
07-18-19, 10:51 AM   #3
Lybrial
A Flamescale Wyrmkin
AddOn Compiler - Click to view compilations
Join Date: Jan 2010
Posts: 120
Name doesnt matter. I just wanted to make sure that "Detach" is getting called.
But yes, If I would want to output the parent frame you would be right.

Code:
print("detach: " .. (self:GetParent()):GetName())
To varify that the right code is called I used your print: Its correct.

Still all frames are still attached to nameplate and not UIParent.

Last edited by Lybrial : 07-18-19 at 10:57 AM.
  Reply With Quote