View Single Post
08-12-18, 12:01 AM   #9
candrid
Premium Member
 
candrid's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 61
Originally Posted by Fizzlemizz View Post
Lua Code:
  1. local BottomPane = CreateFrame("Frame", "BottomPane", UIParent)
  2. BottomPane:Hide()
  3. ...

The nil in your CreateFrame statement was incorrect, the third parameter is the parent.
Wow. First off, you are a Legend, I used to use your UI when it was new. It was revolutionary. Second, thank you so much for the help, I think I understand this switch now. Third, I even learned how to color my code on the forums! Thanks!
  Reply With Quote