View Single Post
10/22/23, 05:55 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,003
frame:SetHidden(true) would only work if you got an extra control e.g. <control name="$(parent)Frame" ... /> and have assigned it in lua via
local frame = MyUI_TLC_Keyboard:GetNamedChild("Frame")

But as this is not the case, and the frame is only a texture <Edge file="....

Try if commenting this line will remove the frame texture around it:
<!-- <Edge file="EsoUI/Art/Miscellaneous/dark_edgeFrame_8_thin.dds" edgeFileWidth="64" edgeFileHeight="8" /> -->

Last edited by Baertram : 10/22/23 at 05:59 AM.
  Reply With Quote