Results: 8Comments by: Jadessia
File: Chicchai02-04-10
Originally posted by Lolzen -- Mo...
Posted By: Jadessia
Originally posted by Lolzen -- Modify this to maximize only on special channels -- comment/remove it to react on all channels local channelNumbers = { = true, = true, = true, } Just add your channelnumber in here. = true, seems bugged, I've tried so many things, I dont want the window to go up on trade general...
File: oUF_TotemBar01-17-10
Originally posted by Soeters Fixe...
Posted By: Jadessia
Originally posted by Soeters Fixed version: http://wowi.pastey.net/131553 That didn't work because you didn't add the piece of code in the good place, but I fixed this :) sadly this didn't work either, i tried with placing it there before but i had same result, being that the layout doesnt work and default blizzard frames ar...
File: oUF_TotemBar01-16-10
ahh sorry :p well i changed it t...
Posted By: Jadessia
ahh sorry :p well i changed it to class and still nothing. http://wowi.pastey.net/131531-2fmb thats the entire layout but yeah settings file aint included.
File: oUF_TotemBar01-15-10
Originally posted by Soeters Veri...
Posted By: Jadessia
Originally posted by Soeters Verify that the textures are correctly set (e.g SetStatusBarTexture(tex) can be another thing). If you're not really sure then post the layout here: http://wowi.pastey.net/ Then give me the link and I'll try to fix it :) this is the code i use. settings.xxx is because the font/statusbar texture i...
File: oUF_TotemBar01-14-10
Hello, Trying to implant this i...
Posted By: Jadessia
Hello, Trying to implant this into oUF_Alza (Alza UI), i copied the code from Deith and added it into the layout. but when i log on and cast totems no bars comes up. i also have totemtimers installed but dunno if that can be the reason :S i also added oUF_TotemBar to Toc optional files etc and can't really find any reason w...
File: aTotemBar01-01-10
Re: Re: in combat
Posted By: Jadessia
seems to be tooltip mods thats causing this error. when i turned off aTooltip i could switch in combat again.
File: Fane12-28-09
ahh thanks cheers ;-) here's the...
Posted By: Jadessia
ahh thanks cheers ;-) here's the code i ended up with to make it work at bottom if others are intrested; function FCF_SetTabPosition(chatFrame, x) local chatTab = _G; chatTab:SetPoint("BOTTOMLEFT", chatFrame:GetName().."Background", "BOTTOMLEFT", x+2, -20); end
File: Fane12-28-09
been trying to change the chat tab...
Posted By: Jadessia
been trying to change the chat tab positions to bottom, but i can't seem to get it to work correctly, cause yeah i'm currently using Chicchai to minimize and maximize, but its so damn annoying when the tabs goes up and down :P think you could help me out with it Haste? or have a look? tried this: hooksecurefunc(ChatFrame1...