View Single Post
04-08-20, 10:43 AM   #11
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,877
Frame names are global so MainFrame is not a good name. You should also add $parent to subframe names (and/or use the parentKey attribute).

Code:
<Frame name="blocker147MainFrame" movable="true" enableMouse="true">
...
    <OnLoad>
        tinsert(UISpecialFrames, "blocker147MainFrame")
    </OnLoad>
</Frame>
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 04-08-20 at 11:45 AM.
  Reply With Quote