Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: StafordDev
Forum: Lua/XML Help 11-16-19, 02:03 PM
Replies: 7
Views: 5,184
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,184
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,184
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,184
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,184
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...
Forum: Lua/XML Help 05-28-16, 11:27 AM
Replies: 2
Views: 1,546
Posted By StafordDev
Problem with making frames visible

Now I tried to move my addon to a WoD client. Now it's all official. And problem still exists.

Today I decided to make new addon, but now I have one problem: I can't make my frames visible when I...
Forum: Lua/XML Help 05-28-16, 08:03 AM
Replies: 2
Views: 1,605
Posted By StafordDev
Problem with making frames visible

Hello, users.
Today I decided to make new addon, but now I have one problem: I can't make my frames visible when I have aura on my character.
http://pastebin.com/dnxQUSqt - my code.
Game version: TBC...
Showing results 1 to 7 of 7