View Single Post
11-21-20, 03:44 AM   #7
Zulu
A Murloc Raider
Join Date: Nov 2020
Posts: 5
Thank you Xrystal, I'll check that.

Here is the full addon : https://github.com/zulunovembre/Merchant/tree/dev

The current branch is "dev"

I've also added it as file attachment to this reply.

You have to open your bank once to fill the stockpile table.

The code calling Merchant.UI.DrawStockpileGrid is in Stockpile.lua, in function Merchant.UI.DrawStockpile, which is called by the three dropdown handlers Merchant.UI.Stockpile[Chars,Display,Filters]DropDownHandler. DrawStockpile is also called in the OnShow event handler of the global panel, in UI/Main.lua in Merchant.UI.Create function
Attached Files
File Type: zip merchant.zip (33.3 KB, 240 views)

Last edited by Zulu : 11-21-20 at 03:49 AM.
  Reply With Quote