Thread Tools Display Modes
Prev Previous Post   Next Post Next
10-28-05, 11:25 PM   #1
xmlover
A Fallenroot Satyr
Join Date: Oct 2005
Posts: 25
how to redefine an offical <OnEnter>?

what i thought is to show my tooltip when mouse moves over the default EXPBar....

i check the offical MainMenuBar.xml

and found

Code:
<OnEnter>
        TextStatusBar_UpdateTextString();
        ShowTextStatusBarText(this);
        ExhaustionTick.timer = 1;
GameTooltip_AddNewbieTip(XPBAR_LABEL, 1.0, 1.0, 1.0, NEWBIE_TOOLTIP_XPBAR, 1);
       GameTooltip.canAddRestStateLine = 1;
</OnEnter>
hmmm,,,,which function should i hook.....once i thought to hook a EXPBar_OnEnter(),but now,i was confused......



if no results.....i will define a new frame over the default EXPBar..... but ...it's not what I want.....
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » how to redefine an offical <OnEnter>?


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