Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: Jokertito
Forum: Lua/XML Help 05-14-21, 01:37 PM
Replies: 7
Views: 2,087
Posted By Jokertito
Thanks, I noticed the constant creation of...

Thanks, I noticed the constant creation of entries as well when clicking and shall look over your code to make sense of it lol :D
Forum: Lua/XML Help 05-14-21, 11:17 AM
Replies: 7
Views: 2,087
Posted By Jokertito
This is all I wanted local table = { ["entry"]...

This is all I wanted


local table = {
["entry"] = "one",
["entry2"] = "two",
["entry3"] = "three",
}

local f = CreateFrame("Frame", nil, UIParent, "BasicFrameTemplateWithInset")
Forum: Lua/XML Help 05-14-21, 08:59 AM
Replies: 7
Views: 2,087
Posted By Jokertito
I just want to display a table of information...

I just want to display a table of information with its k,v pairs together. After the information is displayed that's the end lol. I don't need any animations, tooltips, textures or anything just a...
Forum: Lua/XML Help 05-13-21, 10:21 PM
Replies: 7
Views: 2,087
Posted By Jokertito
How do you loop k,v pairs to create fontstrings?

Similar to this

local table = {"entry", "entry2", "entry3"}

for i = 1,20 do
local fsname = frame:CreateFontString(nil, "OVERLAY", "GameTooltipText")
fsname:SetPoint("TOPLEFT", frame,...
Forum: AddOn Search/Requests 04-20-20, 10:03 PM
Replies: 0
Views: 3,431
Posted By Jokertito
Item level grid addon

Does anyone know of an addon that has a simple grid that tracks the ilvl of each gear slot on alts across all realms?

https://i.imgur.com/Dyp95qI.png

I got that image from http://bruk.org/wow/

I...
Showing results 1 to 5 of 5