ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Lua/XML Help (https://www.esoui.com/forums/forumdisplay.php?f=175)
-   -   Hiding gui made from addon. (https://www.esoui.com/forums/showthread.php?t=8169)

TheCrzyDoctor 12/17/18 12:29 AM

Hiding gui made from addon.
 
1 Attachment(s)
In the tutorial it is hidden in the My First Addon Tutorial. So when you create a gui window how do you hide it when you open up the menu. See attached photo. At the bottom you see the beginning of my personal addon. Sadly like all other things from the gui it does not hide when you go into the menu system such as crown store, inventory etc.

votan 12/17/18 04:56 AM

All menus are "scenes", including the main screen, which is called base scene in the SCENE_MANAGER.
This scene and it's "mouse mode" scene are available as HUD_SCENE and HUD_UI_SCENE.

https://wiki.esoui.com/SimpleNotebookTutorial/part6
https://wiki.esoui.com/Scene_Manager:_On_scene_change

Also look at:
SCENE_MANAGER:RegisterTopLevel(topLevel, locksUIMode)

TheCrzyDoctor 12/17/18 10:18 AM

Quote:

Originally Posted by votan (Post 36647)
All menus are "scenes", including the main screen, which is called base scene in the SCENE_MANAGER.
This scene and it's "mouse mode" scene are available as HUD_SCENE and HUD_UI_SCENE.

https://wiki.esoui.com/SimpleNotebookTutorial/part6
https://wiki.esoui.com/Scene_Manager:_On_scene_change

Also look at:
SCENE_MANAGER:RegisterTopLevel(topLevel, locksUIMode)



Thanks this really helped. Appreciate it.


All times are GMT -6. The time now is 12:04 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI