Thread Tools Display Modes
08-03-06, 10:32 AM   #1
Photonic
A Kobold Labourer
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 1
Auction House Interface (2D Arrays/Tables)

Ok, so I have a 2D Array and it is constantly changing in row size at the user adds more info into it. The general size is X,8. What I want to do is display that information in game though a graphic interface somewhat like the Auction House. You know, a list that allows me to click on each row and then change or remove the entry. Any suggestions. I honestly don't even know where to start on something like this.
  Reply With Quote
03-22-07, 12:51 PM   #2
Synthos
A Deviate Faerie Dragon
Join Date: Mar 2007
Posts: 10
When the first dimension is changed, make a new button with handle = CreateFrame("button","MyButton" .. X,"ParentFrame","MyButtonTemplate");
handle[buttonNum]=X;

Have 8 Set FontStrings, and change the contents of those based on which button was pressed.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Auction House Interface (2D Arrays/Tables)


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off