Thread Tools Display Modes
02-21-09, 04:59 AM   #1
khurzog
A Frostmaul Preserver
 
khurzog's Avatar
Join Date: Dec 2007
Posts: 266
chat window strata

i need to change the strata of certain chat windows, i use chatter but didn't see an option for it, if someone can work up some simple code, i'll just make a simple mod for it. thanks =D
  Reply With Quote
02-21-09, 05:42 AM   #2
Mera
Retired of WoW, In ESO :)
 
Mera's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 331
/script _G.ChatFrame1:SetFrameStrata("blabla")

ChatFrame goes from ChatFrame1 to ChatFrame7 maximum.
  Reply With Quote
02-21-09, 07:15 AM   #3
khurzog
A Frostmaul Preserver
 
khurzog's Avatar
Join Date: Dec 2007
Posts: 266
awesome thank you worked perfectly =D
  Reply With Quote
02-21-09, 07:23 AM   #4
khurzog
A Frostmaul Preserver
 
khurzog's Avatar
Join Date: Dec 2007
Posts: 266
actually, one more question about this. that line works perfectly ingame, but doesn't work in an lua. what would i change?
  Reply With Quote
02-21-09, 08:39 AM   #5
Miralen
A Rage Talon Dragon Guard
 
Miralen's Avatar
Join Date: Dec 2006
Posts: 341
I would assume:

ChatFrame1:SetFrameStrata("blabla")

would be all you need in an lua for it to work, though im not 100% sure as I dont know what the _G. means.
__________________
Never hold discussions with the monkey when the organ grinder is in the room.

- Winston Churchill
  Reply With Quote
02-21-09, 12:29 PM   #6
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
The _G is the global table of all of the variables in that global scope. It's not needed in the script either.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » chat window strata


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off