1. 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.

  2. 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.

  3. tks ;)