Thread Tools Display Modes
04/21/14, 07:53 PM   #1
ahostbr
 
ahostbr's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 3
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?

Last edited by ahostbr : 04/21/14 at 08:57 PM.
  Reply With Quote
04/21/14, 08:53 PM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 648
Lua Code:
  1. if not SCENE_MANAGER:IsInUIMode() then
  2.     SCENE_MANAGER:SetInUIMode(true)
  3. end
  Reply With Quote
04/21/14, 09:09 PM   #3
ahostbr
 
ahostbr's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 3
much obliged
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Givefocus(MyAddon) Equivalent


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