View Single Post
09-21-14, 02:15 AM   #3
BabyRay
An Aku'mai Servant
Join Date: Sep 2009
Posts: 39
Thank you Phanx.

I use this macro to get the name of my chatframe
Code:
/script DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetName());
My Chatframe called "ChatFrame1Tab"


Code:
/dump GetChatWindowSavedPosition(ChatFrame1)
/dump GetChatWindowSavedDimensions(ChatFrame1)
I try´d your macro and changed the name of the chatframe too.
But everytime i only get this:

/dump value=GetChatWindowSavedPosition(ChatFrame1)
/dump value=GetChatWindowSavedDimensions(ChatFrame1)

i make something wrong i think
  Reply With Quote