Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Fizzlemizz
Forum: Lua/XML Help 05-13-21, 11:40 AM
Replies: 9
Views: 3,609
Posted By Fizzlemizz
local glyphedSpells = GetGlyphedSpells() You're...

local glyphedSpells = GetGlyphedSpells()
You're setting up your lookup table of glyphs when your addon loads before much of the character data has been gathered especially when first loggin in. Doing...
Forum: Lua/XML Help 05-12-21, 08:50 PM
Replies: 9
Views: 3,609
Posted By Fizzlemizz
I don't have many Glyphs except a couple on a...

I don't have many Glyphs except a couple on a Druid (Cheetah etc.) so I'm not sure how to get one to display as active or in confict.

You do your RefreshLayout OnShow and and on receiving a...
Forum: Lua/XML Help 05-12-21, 02:56 PM
Replies: 9
Views: 3,609
Posted By Fizzlemizz
I can't see anything usable in the Pastebin page...

I can't see anything usable in the Pastebin page but then again, I'm not a Pastebin expert.
Forum: Lua/XML Help 05-03-21, 11:20 AM
Replies: 9
Views: 3,609
Posted By Fizzlemizz
button.Text:SetText(item.text or ""); local tex...

button.Text:SetText(item.text or "");

local tex = button:CreateTexture(nil,...
Showing results 1 to 4 of 4