View Single Post
04/10/14, 06:20 AM   #2
Vicster0
 
Vicster0's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 82
I've also been attempting a similar procedure with the PopupTooltip and ItemTooltip and let me tell, it hasn't been easy.

I've got PopupTooltip half working using the lastLink that is associated to it but ItemTooltip will be another battle entirely as it appears to have no data on the item itself... I'm till researching but something tells me that in this case (as well as yours) what we will need to focus on is the control that calls for the Tooltip to be shown as it is likely to have the data we are looking for and only using that to format the Tooltips rather than supply the Item (or ability in your case) directly to the Tooltip.

I will let you know if I find anything useful...
  Reply With Quote