View Single Post
04/03/14, 04:06 PM   #8
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 648
I tested it again last night before I said something.
Lua Code:
  1. znb.bg = wm:CreateControl(nil, znb, CT_TEXTURE)
  2. znb.bg:SetTexture("ZAM_Notebook\\NotebookBG.dds")
Replacing my bg texture name with nil caused the background to no longer be displayed. Though it didn't throw any errors for references to znb.bg.
  Reply With Quote