Thread: /focus
View Single Post
06-13-09, 04:16 PM   #1
Kelgar
A Defias Bandit
Join Date: Apr 2008
Posts: 2
/focus

What I'm trying to do is make a button to set a focus.
I tried something like this:
line = "/focus";
--ChatFrameEditBox:setText("");
ChatFrameEditBox:Insert(line);
ChatEdit_SendText(ChatFrameEditBox);
But it say that it's protect by Blizzard.
So I was wondering how to do it.
  Reply With Quote