Thread Tools Display Modes
07/18/15, 04:06 PM   #1
Kulvar
Join Date: Jul 2015
Posts: 2
Basic tools

Hello!

I'm looking to develop an AddOn but I can't find how to do some things with the GUI.

Do you know a way to listen every event on a GUI element for a better understanding of how things works and what's available? (a debug mode?)

Is it possible to remove a GUI element, and possibly append it to an other element? How can we perform both?

Is there a way to know the name of a GUI element pointed by the mouse cursor? It would help knowing what it is without checking all elements one by one.
Something like "I put my cursor on the element and write /gui_name chat command"
  Reply With Quote
07/18/15, 04:18 PM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,579
What you are looking for is called Zgoo. You can also take a look at our wiki and the ui sourcecode to get a better understanding of what is possible.
  Reply With Quote
07/18/15, 04:19 PM   #3
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
zgoo addon: http://www.esoui.com/downloads/info2...ctiontool.html

Put your mouse over an object & type this in chat:
Lua Code:
  1. /zgoo mouse
  Reply With Quote
07/18/15, 04:55 PM   #4
Kulvar
Join Date: Jul 2015
Posts: 2
Thanks you very much!

/zgoo mouse will save my life!

I read some of the wiki but not all at the moment, thanks for the link to ui source code.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Basic tools


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