Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: Aeriez
Forum: Lua/XML Help 09-14-19, 01:44 PM
Replies: 7
Views: 4,524
Posted By Aeriez
I've found individuals interested in helping with...

I've found individuals interested in helping with translations. I'm simply not certain what within the addon needs to be translated. It's clearly not working in other localizations.
Forum: Lua/XML Help 09-13-19, 06:36 PM
Replies: 7
Views: 4,524
Posted By Aeriez
Localization Help

So I've got the jist on *how* to localize an addon. My question, and request for assistance, is regarding *what* needs to be localized. Is it just any text that I'm presenting within the addon? It's...
Forum: Lua/XML Help 08-10-19, 10:17 PM
Replies: 3
Views: 1,597
Posted By Aeriez
Guild Permissions

I've already written a script to get guild permissions with regards to Officer Notes. However, I've run into a bit of a snag on the login process. It appears my addon loads considerably before any...
Forum: Lua/XML Help 07-16-19, 08:09 PM
Replies: 4
Views: 2,400
Posted By Aeriez
That actually just appears to give rank...

That actually just appears to give rank permissions. I already know Guild Master and Officer ranks have Officer Note permissions. That's implicit. I'm looking more for something that checks if X...
Forum: Lua/XML Help 07-15-19, 11:54 PM
Replies: 4
Views: 2,400
Posted By Aeriez
Check another players permissions

I'm trying to set permissions for certain broadcasts within an addon. C_GuildInfo.CanEditOfficerNote() identifies if the native user is able to edit officer notes. But is there a method/function that...
Forum: Lua/XML Help 07-07-19, 12:42 PM
Replies: 2
Views: 1,898
Posted By Aeriez
Ok so my problem was just a brain fart. Figures....

Ok so my problem was just a brain fart. Figures. Thanks! They've gone through too many different variants of those functions.
Forum: Lua/XML Help 07-07-19, 12:15 PM
Replies: 2
Views: 1,898
Posted By Aeriez
nil returning functions

So I'm probably brain farting after years of not programming. But this seems like it's relatively unique to Lua. When checking a function for a value/true vs nil/false, is there a shorthand to...
Forum: Lua/XML Help 07-06-19, 03:31 AM
Replies: 3
Views: 3,080
Posted By Aeriez
My goal was to minimize the footprint of the...

My goal was to minimize the footprint of the SavedVariable file. But if storing the string is the best method I'll go ahead and do that. Thank you
Forum: Lua/XML Help 07-06-19, 02:45 AM
Replies: 3
Views: 3,080
Posted By Aeriez
GetItemInfo hanging?

I'm looping through a SavedVariable storing loot history. Printing line by line with a link to the item within the line. However, when create a SavedVariable with a 100 item history, when I load the...
Forum: Dev Tools 07-04-19, 12:31 AM
Replies: 59
Views: 40,221
Posted By Aeriez
I've done all of the steps and I've gotten it...

I've done all of the steps and I've gotten it working... mostly. However, it seems to scream at every single variable as undefined. "globalfinder: W113 - accessing undefined variable 'table'". Is...
Forum: Lua/XML Help 07-02-19, 10:11 PM
Replies: 1
Views: 2,876
Posted By Aeriez
Addon Comms with AceComm 3

So I've been picking through AceComm 3.0 in conjunction with AceSerializer. I've managed to start to figure out how it's working. However, when I reload the UI, it always triggers OnCommReceived()...
Forum: Lua/XML Help 06-30-19, 11:18 PM
Replies: 33
Views: 13,133
Posted By Aeriez
Thanks a ton! I ended up doing something similar...

Thanks a ton! I ended up doing something similar to that actually. Much appreciated!
Forum: Lua/XML Help 06-30-19, 03:41 PM
Replies: 33
Views: 13,133
Posted By Aeriez
So I've been making a lot of progress on the look...

So I've been making a lot of progress on the look and feel of the whole thing. However, I tried making a filter for the list (checkboxes for each class). On click, it runs the update function...
Forum: Lua/XML Help 06-29-19, 05:25 PM
Replies: 33
Views: 13,133
Posted By Aeriez
I went ahead and made each row a single button...

I went ahead and made each row a single button with 3 embedded fontstrings so you could get the highlight effect on mouseover for the entire row. But when it scrolls, it simply overwrites the...
Forum: Lua/XML Help 06-29-19, 02:03 PM
Replies: 33
Views: 13,133
Posted By Aeriez
Tremendously appreciated guys.

Tremendously appreciated guys.
Forum: Lua/XML Help 06-28-19, 11:04 PM
Replies: 33
Views: 13,133
Posted By Aeriez
Is FauxScrollFrame capable of, say, a 3-4 column...

Is FauxScrollFrame capable of, say, a 3-4 column sheet (ie: Listing players, their class, their dkp etc) that is sortable by each column? Or would that have to be Hybrid? If anyone had an example it...
Forum: Lua/XML Help 06-28-19, 10:05 AM
Replies: 33
Views: 13,133
Posted By Aeriez
I think this is my biggest frustration with...

I think this is my biggest frustration with trying to learn WoW specific functionality of Lua. It requires far more digging than I'm used to. Between examples of functionality and documentation, I'm...
Forum: Lua/XML Help 06-27-19, 11:34 PM
Replies: 33
Views: 13,133
Posted By Aeriez
So where's the API information on...

So where's the API information on HybridScrollFrame_CreateButtons. Or the documentation on how it interacts with HybridScrollFrame_Update? You can't just read Blizzards code itself and draw that...
Forum: Lua/XML Help 06-27-19, 10:00 PM
Replies: 33
Views: 13,133
Posted By Aeriez
Definitely have asked a few questions. Haven't...

Definitely have asked a few questions. Haven't gotten any responses yet. I'm going to assume that's because this forum is dead as I'm sure it's not because no one has a clue how to answer. What I...
Forum: Lua/XML Help 06-25-19, 03:49 PM
Replies: 0
Views: 1,067
Posted By Aeriez
HybridScrollFrames

Hey, I've been looking around trying to find information on HybridScrollFrames and have been reluctant to find anything. Does anyone have any resources or possibly tutorial style write ups regarding...
Forum: General Authoring Discussion 06-24-19, 07:23 PM
Replies: 2
Views: 4,165
Posted By Aeriez
HybridScrollFrames

I'm still pretty new to Lua/XML as a whole. And since there doesn't appear to be much out there in the way of learning it aside from technical documentation, I've just been picking things apart and...
Forum: Lua/XML Help 06-16-19, 05:31 PM
Replies: 33
Views: 13,133
Posted By Aeriez
Trying to Learn

Are there any up-to-date resources to learn Lua in conjunction with WoW? I've found one series on YT regarding it but it's severely out-dated and the individual appears to have stopped making them...
Forum: AddOn Help/Support 04-29-08, 11:13 AM
Replies: 2
Views: 2,920
Posted By Aeriez
Looking through the config file it shows that...

Looking through the config file it shows that revenge warning was actually removed. Probably because when ur tanking u would CONSTANTLY be getting spammed by "REVENGE" since the trigger for it is...
Forum: AddOn Help/Support 04-29-08, 11:03 AM
Replies: 3
Views: 3,815
Posted By Aeriez
Library help?

Im not new to UIs. Been using them since release for most part. However ive never made them and never really tried. I downloaded a UI package a while ago and noticed that it increased my load times...
Showing results 1 to 24 of 24