Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Arcilux
Forum: Lua/XML Help 11-22-22, 04:44 PM
Replies: 3
Views: 797
Posted By Arcilux
Thanks Xruptor, that looks perfect.

Thanks Xruptor, that looks perfect.
Forum: Lua/XML Help 11-22-22, 04:09 PM
Replies: 3
Views: 797
Posted By Arcilux
Getting Item Repair Cost with new Tooltip Functions

In my addon I would get the total cost to repair all of the player's gear by running:


repairTooltip = repairTooltip or CreateFrame("GameTooltip");
local slots = {'HEADSLOT', 'NECKSLOT',...
Forum: Lua/XML Help 08-06-16, 07:31 PM
Replies: 1
Views: 1,560
Posted By Arcilux
Got it figured out, the Initialize function...

Got it figured out, the Initialize function called from the XML was being called before my addon was fully loaded, so the SavedVariable wasn't set yet. I added...
Forum: Lua/XML Help 08-06-16, 01:18 PM
Replies: 1
Views: 1,560
Posted By Arcilux
Setting initial value of UIDropDownMenu

I have a UIDropDownMenu for users to set an option in my addon. I initialize the drop down menu with the following code:


function IP_BuildLimitDropdown()
local info =...
Showing results 1 to 4 of 4