View Single Post
05/28/14, 08:08 PM   #8
Vuelhering
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 169
Originally Posted by lyravega View Post
Below, I'll paste a code block that might help you. I'll add comments to show what I am doing, and why in that block.
lyravega, thanks for the code; I'll check that out!

Originally Posted by Aicam View Post
the callback of the button has nothing to do with the action triggered with the keybind. [...] The only option i see is to hook into ZO_Dialogs_ShowDialog( name, ... ).
I just don't think this is a really good idea unless you know all possible dialog names.
You could simply hook into it and ignore anything that isn't one of your dialogs.
  Reply With Quote