Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: Fizzlemizz
Forum: Lua/XML Help 06-30-19, 06:29 PM
Replies: 33
Views: 13,836
Posted By Fizzlemizz
Probably easier to use a filtered "display" table...

Probably easier to use a filtered "display" table to store information from the main table.


local upper = string.upper
local classes = { "DH", "DK", "Druid", "Hunter", "Mage", "Monk", "Paladin",...
Forum: Lua/XML Help 06-29-19, 07:05 PM
Replies: 33
Views: 13,836
Posted By Fizzlemizz
If you're going to sort on classes, you'll...

If you're going to sort on classes, you'll probably want to create the classes table in alphabetical order because TableData is storing the classes key (1, 2, 3 etc.) not the actual class...
Forum: Lua/XML Help 06-29-19, 06:20 PM
Replies: 33
Views: 13,836
Posted By Fizzlemizz
MyFrame_Update is creating new FontStrings each...

MyFrame_Update is creating new FontStrings each scroll on top of the ones before.

Create the Fontstrings in CreateRow() so they only get created once

f.DKPInfo[i].Text1 =...
Forum: Lua/XML Help 06-29-19, 10:55 AM
Replies: 33
Views: 13,836
Posted By Fizzlemizz
And to package the table into a really ugly (but...

And to package the table into a really ugly (but hopefully visual concept wise) no xml (on your part) scroll list for display (use sorting from fusionpit to add sort buttons):

local classes = {...
Forum: Lua/XML Help 06-28-19, 12:30 AM
Replies: 33
Views: 13,836
Posted By Fizzlemizz
HybridScrollFrame is probably not that often used...

HybridScrollFrame is probably not that often used and unlike JavaScript there are a lot less WoW addon authors to find people with time and inclination to write up documentation/examples on every...
Forum: Lua/XML Help 06-27-19, 10:53 PM
Replies: 33
Views: 13,836
Posted By Fizzlemizz
There have been several books written on creating...

There have been several books written on creating addons for WoW (I don't think anyone got rich from them) and much of the basic information in them is still relevant although somewhat geared toward...
Showing results 1 to 6 of 6