View Single Post
04/10/14, 01:17 PM   #4
Vicster0
 
Vicster0's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 82
Another suggestion for running /zgoo mouse against a tooltip is what I have been doing:

/w [@youraccount] [itemLink]


Whisper yourself an item link (or in \say if you do't care who thinks you're being weird linking random items in \say) then click that link.

That will spawn a control of type PopupTooltip which I believe inherits TooltipBase which I believe is the same Tooltip that ItemTooltip inherits (if I am remembering correctly...). Either way, it is still a Tooltip.

The problem still remains that Tooltips do not appear to contain data on what items they are representing. With the exception of the PopupTooltip, which stores a variable ['lastLink']=[[itemLink]] for the purposes of closing the Tooltip when you click the link again, I believe that Tooltips are generally created and populated by their calling function or parent.

Still researching though...
  Reply With Quote