Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Fizzlemizz
Forum: Lua/XML Help 07-22-21, 11:11 AM
Replies: 4
Views: 1,662
Posted By Fizzlemizz
Presumably you would be doing that as part of...

Presumably you would be doing that as part of initialising the list with it's data.
Forum: Lua/XML Help 07-21-21, 10:27 AM
Replies: 4
Views: 1,662
Posted By Fizzlemizz
fSlider:SetThumbTexture("pathToMyAddon.tga") local...

fSlider:SetThumbTexture("pathToMyAddon.tga")
local t = fSlider:GetThumbTexture()
t:SetTexCoord(0.25, 0.75, 0.125, 0.875)
Showing results 1 to 2 of 2