1. #1
    Deleted

    Chat - how to set default Window (Tab)?

    I use Prat, and create my own Window (Tab) with background and filtering I prefer. Problem is, I cant find the way to make my Tab as default, i.e. activated when I log on, its always Blizzard's General.

    Is there a Prat (or any other addon) option who does it?

  2. #2
    Deleted
    Nobody knows? ;-(

  3. #3
    Deleted
    Paying well for an answer ;-P

  4. #4
    try this addon script; it had to be delayed a bit though or it somehow wouldn't work ..
    Code:
    local f = CreateFrame("Frame")
    f:RegisterEvent("VARIABLES_LOADED")
    f:SetScript("OnEvent", function() ChatEdit_SetLastActiveWindow(ChatFrame3EditBox) end)
    Where 3 is the Chat Window index, you can find it with
    Code:
    /fstack
    [HowTo] Make a code snippet into an addon in twelve easy steps

    Edit:
    That script only works for the editbox .. not for scrolling up/down actually ><

    I also have this example which should work for scrolling too, but for some reason it seems to give errors when used from an addon ..
    Code:
    FCF_Tab_OnClick(ChatFrame3Tab, "LeftButton")
    Last edited by Ketho; 2011-05-25 at 01:55 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •