View Single Post
11/14/15, 06:59 AM   #12
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
So I succesfully rewrited all tooltips, except (I think) one :

The one displayed when you're in Quickslot Inventory and hover a potion in the Quickslot wheel.
It should be ItemTooltip, but seems, it's not this one.


If I /zgoo the potion, it's ZO_QuickSlotXButton (ex: ZO_QuickSlot9Button)
which have a sub key .activeTooltip = ItemTooltip

If I do a ItemTooltip:SetHidden(true), the tooltip is well hidden/displayed, but any of the functions used is setting the tooltip.

It shouldbe something like ItemTooltip:SetSlotItem(slotIndex), but it doesn't seems to exists.



Last edited by Ayantir : 11/14/15 at 07:01 AM.
  Reply With Quote