google-code-export / autobar

Automatically exported from code.google.com/p/autobar
0 stars 0 forks source link

Tool tip location has changed #273

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Problem: I use Tool Tip replacement program (af_tooltip).  Up until 
2.04.01.43 the tool tip from autobar was moved to where I placed it. 
Starting with 2.04.01.46 it now puts it tool tips over the bar itself.  
Can you please return the tool tip placement back to the way it was 
previously or have a config value which lets you switch between the two 
options.

Original issue reported on code.google.com by ericsch...@gmail.com on 14 May 2008 at 5:51

GoogleCodeExporter commented 9 years ago
AutoBar does not do anything special to tooltips.  The relevant code is:

    if (GetCVar("UberTooltips") == "1") then
        GameTooltip_SetDefaultAnchor(GameTooltip, self)
    else
        GameTooltip:SetOwner(self, "ANCHOR_PRESERVE")
    end

Run it by your Tooltip mod author.  If they dont like it then post what it 
should be 
or have them post in the AutoBar forum.  Meanwhile I use CowTip and have no 
issues.

Original comment by dirk.bes...@gmail.com on 14 May 2008 at 7:01

GoogleCodeExporter commented 9 years ago
Af_tooltip is not up to date so I switched to CowTip to help remove some of the 
variables in the discussion.  I am attaching 3 screen shots for version 
2.04.01.43, 
2.04.01.46, and the current version 2.04.01.51.  What seems to have changed is 
that 
in .43 and prior it was suppressing the additional data displayed by auctioneer 
and 
now it is displaying this data and making the tool tip larger and misplaced.  
The 
only changes made between each of these screen shots was to install different 
versions of AutoBar.  No other changes were made to any other addons between 
screen 
shots.

Original comment by ericsch...@gmail.com on 14 May 2008 at 9:21

Attachments:

GoogleCodeExporter commented 9 years ago
Ah ok now that makes sense.  I did add the comparison code call.   I will add a 
setting to disable it.

Original comment by dirk.bes...@gmail.com on 15 May 2008 at 9:38

GoogleCodeExporter commented 9 years ago

Original comment by dirk.bes...@gmail.com on 16 May 2008 at 7:12