View Single Post
04/06/14, 07:33 AM   #16
Cr4x
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 11
You can capture such events with :SetHandler("OnShow", MyAddOnFunctionOnShow)

However you need to set the handler to a toplevel window cause thats usually the only one wich is shown or hided.

So ZO_PlayerInventory:SetHandler("OnShow", MyFunction)
  Reply With Quote