Showing results 1 to 14 of 14
Search took 0.00 seconds.
Search: Posts Made By: Twitchy250
Forum: Lua/XML Help 10-28-16, 09:20 PM
Replies: 2
Views: 1,969
Posted By Twitchy250
I guess to simplyfy things I'm asking if someone...

I guess to simplyfy things I'm asking if someone could give an example of how to properly create a dictionary, or put arrays inside another array
Forum: Lua/XML Help 10-28-16, 07:14 PM
Replies: 2
Views: 1,969
Posted By Twitchy250
Dictionary-Attempt to Index Field ? a Nil Value help

Hello WoW Interface,

I have been working on a simple AH analytics Addon and requires a bit of a bulky dictionary and have not worked with dictionaries outside of php (which has been a while).

The...
Forum: Lua/XML Help 10-26-16, 09:18 PM
Replies: 6
Views: 2,658
Posted By Twitchy250
I managed to get it fully functional so far. I'm...

I managed to get it fully functional so far. I'm not fully sure what I did but I removed the ~= checks and may have altered the query command. But the Event is successfully firing and successfully...
Forum: Lua/XML Help 10-26-16, 06:18 PM
Replies: 6
Views: 2,658
Posted By Twitchy250
Thank you very much for your reply's I found...

Thank you very much for your reply's



I found this very useful, I will work on fixing the variables. I understand what you mean by boolean values and agree this may be the problem. How would I...
Forum: Lua/XML Help 10-26-16, 03:34 PM
Replies: 6
Views: 2,658
Posted By Twitchy250
Just realized I forgot to update to the new patch...

Just realized I forgot to update to the new patch version, which didn't make a difference. But I did reenable Auctionator which at the moment uses some of the same function names and forgot to...
Forum: Lua/XML Help 10-26-16, 02:55 PM
Replies: 6
Views: 2,658
Posted By Twitchy250
CanSendAuctionQuery Always False and Reading AH Help

Hello WoW Interface,

I am here to see if I can get help having to do with my last post. The code has changed a lot and couldn't figure out how to delete the last post, but hopefully this one will be...
Forum: Lua/XML Help 10-23-16, 06:07 PM
Replies: 0
Views: 2,066
Posted By Twitchy250
Auction Events, Variables, Display Help

Hello again wow interface,

I am here again as a beginner Add-on developer with little understanding of the Blizzard Interface, and so I have a few questions that are kind of big.

From what I am...
Forum: Lua/XML Help 10-19-16, 06:11 PM
Replies: 10
Views: 6,793
Posted By Twitchy250
I found a work around. I just created a new...

I found a work around. I just created a new button to hide the frame. It looks a little messy but it will work
Forum: Lua/XML Help 10-19-16, 05:47 PM
Replies: 10
Views: 6,793
Posted By Twitchy250
Now I am presented with another problem. The...

Now I am presented with another problem.

The Auction window displays when the tab is clicked, but when clicking on another AH tab the frame doesn't have a way of hiding and covers the content of...
Forum: Lua/XML Help 10-19-16, 05:39 PM
Replies: 10
Views: 6,793
Posted By Twitchy250
This worked excellent! Thank you very much. It...

This worked excellent! Thank you very much.

It is greatly appreciated
Forum: Lua/XML Help 10-19-16, 05:05 PM
Replies: 10
Views: 6,793
Posted By Twitchy250
Also forgot to note, the floating window is...

Also forgot to note, the floating window is dragable and loads in a weird spot as of now. Just drag and move and both the window and the AH should be visible
Forum: Lua/XML Help 10-19-16, 04:54 PM
Replies: 10
Views: 6,793
Posted By Twitchy250
Attempt to Index Global

Hello Wow Interface,

I am new at add-on development and came here in the hope to get some help, all help is appreciated!

First off I want to note am vaguely familiar with event handling and have...
Forum: Lua/XML Help 08-26-16, 08:44 PM
Replies: 4
Views: 6,606
Posted By Twitchy250
Smile Thanks all for the quick reply. I think I may...

Thanks all for the quick reply.

I think I may have worded my issue poorly but this helped me with my problem.


a = {{1,2,3}, {4,5,6}, {7,8,9}}
for i = 1, #a do
local v = a[i]
print(v)
...
Forum: Lua/XML Help 08-26-16, 04:35 PM
Replies: 4
Views: 6,606
Posted By Twitchy250
Lua loop Multidementional Array help

Hello wowinterface,

I am beginning learning Lua to start writing wow addons. ( I do have prior experience due to html and php)

I am trying to loop through a multidementional array displaying...
Showing results 1 to 14 of 14