Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Fizzlemizz
Forum: General Authoring Discussion 08-12-18, 10:32 AM
Replies: 12
Views: 5,874
Posted By Fizzlemizz
Mostly green with occaisional leaps into the...

Mostly green with occaisional leaps into the blue... this can't end anywhere good :eek:.
Forum: General Authoring Discussion 08-12-18, 12:06 AM
Replies: 12
Views: 5,874
Posted By Fizzlemizz
You're probably thinking of the original, mine is...

You're probably thinking of the original, mine is just a pale imitation so, not so legendary :). Have fun.
Forum: General Authoring Discussion 08-11-18, 11:53 PM
Replies: 12
Views: 5,874
Posted By Fizzlemizz
local BottomPane = CreateFrame("Frame",...

local BottomPane = CreateFrame("Frame", "BottomPane", UIParent)
BottomPane:Hide()
...

The nil in your CreateFrame statement was incorrect, the third parameter is the parent.
Forum: General Authoring Discussion 08-11-18, 11:30 PM
Replies: 12
Views: 5,874
Posted By Fizzlemizz
The frame didn't have any height and a few other...

The frame didn't have any height and a few other errors

local BottomPane = CreateFrame("Frame", "BottomPane", nil, UIParent) -- creates a frame named BottomPane. Note, we also set a variable called...
Showing results 1 to 4 of 4