Thread Tools Display Modes
10-07-10, 08:07 PM   #1
Waky
A Cobalt Mageweaver
 
Waky's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2010
Posts: 200
GameTooltip:iLag

I have this problem with the GameTooltip's. Currently my code is:

Code:
--OnEnter
GameTooltip:SetOwner(self, "ANCHOR_TOPLEFT");
GameTooltip:AddLine("Portal: Shattrath");
GameTooltip:Show()
--OnLeave
GameTooltip:Hide()
When I mouse over the frame the game skips a couple of frames and since I have multiple frames next to each other it's not unusual that you'd mouse over multiple within a few seconds. When you mouse over multiple the game starts to skip a lot of frames.

Is the ability to mouse over multiple things with custom tooltips like this improbable or is there another way to go about doing this?

Thanks in advance!
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » GameTooltip:iLag

Thread Tools
Display Modes

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