ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   General Authoring Discussion (https://www.esoui.com/forums/forumdisplay.php?f=174)
-   -   Givefocus(MyAddon) Equivalent (https://www.esoui.com/forums/showthread.php?t=1079)

ahostbr 04/21/14 07:53 PM

Givefocus(MyAddon) Equivalent
 
After a search for a few hours now,
I cant come across any good information on a way to show the mouse when your addon opens.

basically a givefocus(MyAddon)

or the equivalent of pressing "."

The only thing I see that could even come close to causing this effect is mouseEnabled="true" in xml.

But I know that isnt it...

Any helps guys?

Seerah 04/21/14 08:53 PM

Lua Code:
  1. if not SCENE_MANAGER:IsInUIMode() then
  2.     SCENE_MANAGER:SetInUIMode(true)
  3. end

ahostbr 04/21/14 09:09 PM

:) much obliged


All times are GMT -6. The time now is 06:05 AM.

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