Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: StafordDev
Forum: Lua/XML Help 11-16-19, 02:03 PM
Replies: 7
Views: 5,219
Posted By StafordDev
Now I did as you said and also...

Now I did as you said and also replaced
LDBIcon:Register("PoisonCharges", PC_MinimapBtn, self.PC_MinimapPos)
with
LDBIcon:Register("PoisonCharges", PC_MinimapBtn, PC_MinimapPos)
And now it works...
Forum: Lua/XML Help 11-16-19, 01:48 PM
Replies: 7
Views: 5,219
Posted By StafordDev
The error described in the first post has already...

The error described in the first post has already been fixed. And yes, PC_MinimapPos is already a table even in defaults. Initialization of variables:
-- initialize variables if this is the first...
Forum: Lua/XML Help 11-16-19, 11:58 AM
Replies: 7
Views: 5,219
Posted By StafordDev
As I mentioned in the first post, third parameter...

As I mentioned in the first post, third parameter - PC_MinimapPos - is already a SavedVariable.
Forum: Lua/XML Help 11-16-19, 08:59 AM
Replies: 7
Views: 5,219
Posted By StafordDev
For anyone wondering: if I...

For anyone wondering: if I replace
LDBIcon:Register("PoisonCharges", PC_MinimapBtn, PC_MinimapPos)
with
LDBIcon:Register("PoisonCharges", PC_MinimapBtn, self.PC_MinimapPos)
it starts working. Now the...
Forum: Lua/XML Help 11-16-19, 07:24 AM
Replies: 7
Views: 5,219
Posted By StafordDev
Creating AddOn minimap button using LibDBIcon

As a developer of PoisonCharges addon (https://www.curseforge.com/wow/addons/poisoncharges) I wanted to update it to the latest WoW Classic version 1.13.2. But I ran into a number of problems trying...
Showing results 1 to 5 of 5