View Single Post
04/22/14, 03:39 AM   #17
BadVolt
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 74
Originally Posted by Wobin View Post
One caveat, if you're not on the 'Show All' tab, the data will only show the subset available.
Unfortunately it is true. Or it can be used like a feature Sort only filtered data.
I think it's possible to call handler that fires on selecting "all" filter. Need just to find this handler's name. Btw, it can be useful in many cases.

---
Found what we were looking for.
zo_callHandler(ZO_GuildBankTabsButton7,"OnClicked")

but it's unclear which handler is used to preform switching filters.
---
and some more
This function called when any bank button clicked.
ZO_Bank_ModeButton_OnClicked(buttonControl)

Last edited by BadVolt : 04/22/14 at 04:20 AM.