-
Posted by sent26 on Sun, 14 Aug 2011 12:51:51
Hi,
i need to know the name of the frame that show the item name and the sell value when mouse is over an item.
i try to use that macro:
/script DEFAULTCHATFRAME:AddMessage( GetMouseFocus():GetName() );
but is impossible
tks for any help.
-
Posted by jnwhiteh on Sun, 14 Aug 2011 20:40:50
It's the tooltip. It's called
GameTooltip
. It's not just a frame, and getting information out of it is a bit weird. There may be a snippet you can use, I'm not sure. -
Posted by sent26 on Mon, 15 Aug 2011 12:35:58
tks ;)