View Single Post
07-26-16, 11:17 AM   #3
spelgubbe2
A Defias Bandit
Join Date: Jul 2016
Posts: 3
Originally Posted by Resike View Post
You need to increase the frame's strata and/or level:

Lua Code:
  1. frame:SetFrameStrata("HIGH") --BACKGROUND,LOW,MEDIUM,HIGH,DIALOG,FULLSCREEN,FULLSCREEN_DIALOG,TOOLTIP
  2. frame:SetFrameLevel(20) -- 0-20
Thank you so much. I have been struggling so much
  Reply With Quote