View Single Post
09-22-14, 02:29 AM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by BabyRay View Post
My Chatframe called "ChatFrame1Tab"
No, it's not. That's the name of the tab attached to the chat frame. The chat frame itself is just "ChatFrame1".

Originally Posted by BabyRay View Post
I try´d your macro and changed the name of the chatframe too.
But everytime i only get this:
Upon further investigation, the two Get functions actually require just a number, not a name or reference.

Code:
/dump GetChatWindowSavedPosition(1)
/dump GetChatWindowSavedDimensions(1)
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote