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
- 1 comment
- 1 comment
Facts
- Date created
- 03 Sep 2008
- Category
- Last update
- 03 Sep 2008
- Development stage
- Inactive
- License
- MIT License
- Curse link
- MoveTip
- Recent file
- R: 1.0 for Beta 3.0 on 03 Sep 2008
- #1
Hoobley Thu, 04 Sep 2008 13:36:19Thank you, thank you, thank you, thank you, thank you, thank you!!!! Did I remember to say thank you?...