Thread Tools Display Modes
12-20-10, 02:21 PM   #1
Diatrive
A Wyrmkin Dreamwalker
Join Date: Jan 2010
Posts: 59
RDX 8 and the Tooltip

How do I stop RDX from taking over the tooltip? I use a mod (TinyTip) to maintain it and RDX is overriding it.

Thanks!
  Reply With Quote
12-21-10, 02:42 AM   #2
sigg
Featured Artist
 
sigg's Avatar
Featured
Join Date: Aug 2008
Posts: 1,251
Hello

Modify this file
RDX\DesktopMgr\GameTooltip.lua

and comment all these lines :

Code:
--RDXEvents:Bind("INIT_VARIABLES_LOADED", nil, function()
--	hooksecurefunc("GameTooltip_SetDefaultAnchor", function(tooltip, parent)
--		if usemouse then
--			GameTooltip:SetOwner(parent, "ANCHOR_CURSOR");
--		else
--			GameTooltip:SetOwner(parent, "ANCHOR_NONE");
--			GameTooltip:SetPoint("CENTER", btn, "CENTER");
--		end
--	end);
--end);
cheers
__________________
RDX manager
Sigg
  Reply With Quote
12-21-10, 04:00 PM   #3
Diatrive
A Wyrmkin Dreamwalker
Join Date: Jan 2010
Posts: 59
Thanks, worked great.
  Reply With Quote

WoWInterface » Featured Projects » OpenRDX » OpenRDX Community » OpenRDX: Community Chat » RDX 8 and the Tooltip


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