| Updated: | 07-31-08 03:55 AM |
| Created: | unknown |
| Downloads: | 2,974 |
| Favorites: | 9 |
| MD5: |
|
For change the ToolTip anchor, open xToolTip.lua with wordpad and replace the second line by : Code:
tooltip:SetOwner(parent, "ANCHOR_xXx") "xXx" can by : CURSOR BOTTOMRIGHT BOTTOMLEFT TOPRIGHT TOPLEFT CENTER For example with ToolTip on CURSOR : Code:
function GameTooltip_SetDefaultAnchor(tooltip, parent) tooltip:SetOwner(parent, "ANCHOR_CURSOR") end -- -- If you want to attribute X, Y coords you can do it too. Like that: Code:
tooltip:SetOwner(parent, "anchor", x, y) X and Y must be replaced by numbers, for example : Code:
function GameTooltip_SetDefaultAnchor(tooltip, parent) tooltip:SetOwner(parent, "anchor", 1500, -1150) end Et voilą. |
![]() |
Comment Options |
|
|
|
|
Hey my reworked UF .blps in the screenshot
. Havent seen `em a long time... For that I`ll rate your addon ... |
|
|
|
|
|
|
|
What did i do?
![]() |
|
|
|
|
|
||
|
||
|
|
|
|
|
|
what's thad bag mod? Oo;
__________________
IF HOME IS WHERE THE HEART IS... WHERE DO YOU GO WHEN YOU DON'T HAVE A HEART? ALSO KNOWN AS: LYN |
|
|
|
|
|
|
|
Description of the addon
"ReadMe.txt for some help"
No offence, but, couldn't you go to that tiny extra bit of effort and just paste whatever's in the ReadMe.txt on WoWI? I'm not going to bother downloading an additional archive in order to extract just one file, sorry. Perhaps you don't care - but then why did you upload your addon in the first place? |
|
|
|
![]() |