MoveTip is a very simple addon that lets you force all tooltips to be displayed at a specific anchor point.
The default anchor point when installing MoveTip is towards the bottom-right corner of the screen; the exact settings are this:
- Point = "bottomright"
- RelativePoint = "bottomright"
- RelativeTo = "Root"
- XOffset = -400
- YOffset = -150
To change one of these settings, use the following:
/script MoveTipSettings.SETTING = VALUE
where SETTING is one of the things on the left above, and VALUE is what you want to set it to. For instance, if I wanted to make it so that the tooltip followed the mouse instead, I might use...
/script MoveTipSettings.RelativeTo = "CursorWindow"
If I wanted to shift the tooltip up the screen more, I might use
/script MoveTipSettings.YOffset = -300
If you ever want to reset back to MoveTip's default position, just do this:
/script MoveTipSettings = false
/reloadui
Facts
- Date created
- 03 Sep 2008
- Last updated
- 03 Sep 2008