Showing results 1 to 16 of 16
Search took 0.00 seconds.
Search: Posts Made By: MilleXIV
Forum: AddOn Help/Support 08-27-16, 10:09 AM
Replies: 3
Views: 2,483
Posted By MilleXIV
I'm actually doing one better and working on a...

I'm actually doing one better and working on a full rewrite with in-game config.
Forum: AddOn Help/Support 08-26-16, 09:37 AM
Replies: 3
Views: 2,483
Posted By MilleXIV
XIV Databar dev here. There is currently no good...

XIV Databar dev here. There is currently no good way of doing this. You'd have to find every instance of SetFont in the code and add the flag to the end of it. I've tagged this in an issue for the...
Forum: Lua/XML Help 08-11-16, 08:25 PM
Replies: 4
Views: 1,297
Posted By MilleXIV
Hmm, it seems that's what my problem was. I was...

Hmm, it seems that's what my problem was. I was still setting it as left/right instead of left/left. Thanks for that.
Forum: Lua/XML Help 08-11-16, 05:49 PM
Replies: 4
Views: 1,297
Posted By MilleXIV
So my intention is that f1 can have it's...

So my intention is that f1 can have it's visibility toggled, with f2 moving into the space that it was taking up. I don't know much about how the layout system works in WoW, but what I want the end...
Forum: Lua/XML Help 08-11-16, 05:14 PM
Replies: 4
Views: 1,297
Posted By MilleXIV
Frame Positioning Question

So I've been trying to figure this out and I can't quite get it. Let's say I do something like this:

local f1 = CreateFrame("FRAME", "XIV_FooFrame", UIParent)
f1:SetPoint("LEFT", UIParent,...
Forum: Lua/XML Help 08-11-16, 04:50 PM
Replies: 3
Views: 1,789
Posted By MilleXIV
Not sure if this is your entire problem, but...

Not sure if this is your entire problem, but SetTexture() for colors was deprecated with the Legion pre-patch. Use SetColorTexture() instead.
Forum: Lua/XML Help 08-08-16, 10:00 PM
Replies: 21
Views: 6,237
Posted By MilleXIV
And...tried it now and it's working. Only...

And...tried it now and it's working. Only difference was commenting out the older files in the TOC. Guess something in those files was messing with it. x.x

Thank you everybody for your help and code...
Forum: Lua/XML Help 08-08-16, 05:56 PM
Replies: 21
Views: 6,237
Posted By MilleXIV
So stripping it down to the smallest possible...

So stripping it down to the smallest possible AddOn definitely worked, but only if I stripped down my AddOn environment to just that, BugSack, and !BugGrabber. So...conflicting with another AddOn...
Forum: Lua/XML Help 08-08-16, 04:39 PM
Replies: 21
Views: 6,237
Posted By MilleXIV
So I've been running at this thing with the...

So I've been running at this thing with the following script in WoWLua:

print('--------------------------------------------------')
local xb = LibStub('AceAddon-3.0'):GetAddon('XIV_Databar')
--local...
Forum: Lua/XML Help 08-08-16, 12:12 PM
Replies: 21
Views: 6,237
Posted By MilleXIV
Oh I know it will. Just wasn't sure if there was...

Oh I know it will. Just wasn't sure if there was a community suggested standard. The only reason this ended up getting mixed is that I had modified it on two different computers which seem to have...
Forum: Lua/XML Help 08-08-16, 10:02 AM
Replies: 21
Views: 6,237
Posted By MilleXIV
1. My issue with that was that my calls to some...

1. My issue with that was that my calls to some Tradeskill functions were doing nothing after the addon was loaded. Though that might just be how it was called. I haven't even tested if that fixed...
Forum: Lua/XML Help 08-08-16, 09:21 AM
Replies: 21
Views: 6,237
Posted By MilleXIV
Will have to look into the globalstrings.lua for...

Will have to look into the globalstrings.lua for anything I need. Did not know about that.



1. Ah. I'll keep that option in mind in case it's ever requested.
4. Yeah, the way I have it those groups...
Forum: Lua/XML Help 08-08-16, 08:31 AM
Replies: 21
Views: 6,237
Posted By MilleXIV
Okay, lots of feedback there. What's the...

Okay, lots of feedback there.


What's the benefit to forcing my addon to call OnEnable itself versus waiting for it to be called automatically?
Will have to try out that way of adding the...
Forum: Lua/XML Help 08-08-16, 07:22 AM
Replies: 21
Views: 6,237
Posted By MilleXIV
Good feedback. This is my first time using the...

Good feedback. This is my first time using the Ace libraries so I'm still getting used to them.


Good catch, didn't even realize I had left it global
That was more a weird preference for not...
Forum: Lua/XML Help 08-08-16, 06:08 AM
Replies: 21
Views: 6,237
Posted By MilleXIV
Hmm, the first time I call AddOn:Refresh() is...

Hmm, the first time I call AddOn:Refresh() is during AddOn:OnEnable() so it's definitely after the SVs get loaded. I'm even having this issue when I move initiating the DB up to the first line of...
Forum: Lua/XML Help 08-07-16, 10:11 PM
Replies: 21
Views: 6,237
Posted By MilleXIV
AceDB Resetting

Started having an issue earlier where AceDB wasn't keeping my settings, however my SavedVariables are saving right. Was wondering if anybody has encountered this before. I'm using AceConfig with a...
Showing results 1 to 16 of 16