Thread Tools Display Modes
01-18-10, 10:55 PM   #1
Mourdin
A Murloc Raider
Join Date: Aug 2008
Posts: 6
Using oUF_Lyn, need to hide party/raid frames (oUF frames)

Hey guys, been using oUF_Lyn for about 2 years or so now..

Ive been working at using grid for my raid and party...and would like to hide the oUF part and raid frames from my LUA.

Im not a programmer, but i can edit my LUA...

thanks for any help....
  Reply With Quote
01-19-10, 12:09 AM   #2
Bruners
A Flamescale Wyrmkin
 
Bruners's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 125
find the party spawning code and comment it out, typical start for that code would look like

Code:
local party = oUF:Spawn("header", "oUF_Party")
...
...
  Reply With Quote
01-19-10, 07:19 AM   #3
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
Nothing against Lyn's layout. I used it back in the days, too. And based my first layout on it. But you should honestly consider looking at one of the newer layouts, since Lyn's is pretty much outdated, imho.
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine."
Paper: "OMG, WTF, Scissors!"
Scissors: "Rock is OP and Paper are QQers. We need PvP buffs."

"neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..."

  Reply With Quote
01-19-10, 05:42 PM   #4
Mourdin
A Murloc Raider
Join Date: Aug 2008
Posts: 6
i was thinking about that...any suggenstions thats close to lyn?
  Reply With Quote
01-19-10, 06:54 PM   #5
Ferous
Sheer Sense of Doom
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 863
oUF Coree or oUF Alza although I can't seem to find it :O

correction: ALZA UI
  Reply With Quote
01-19-10, 07:38 PM   #6
Mourdin
A Murloc Raider
Join Date: Aug 2008
Posts: 6
coree was perfect, thanks very much...

Last edited by Mourdin : 01-19-10 at 10:31 PM.
  Reply With Quote
01-19-10, 08:24 PM   #7
Toran
A Nerdscale Dorkin
 
Toran's Avatar
Premium Member
Join Date: May 2006
Posts: 143
I still use oUF_Lyn as a base and updated it to my liking. It's been a great learning experience since the code is VERY well commented and structured. I'd recommend toying with Lyn's code a bit before you move to a newer layout as they are more complex. I will prob move to oUF_Viv soon and modify it to be essentially a Lyn-like layout.
  Reply With Quote
01-19-10, 08:26 PM   #8
Toran
A Nerdscale Dorkin
 
Toran's Avatar
Premium Member
Join Date: May 2006
Posts: 143
Originally Posted by Mourdin View Post
i was thinking about that...any suggenstions thats close to lyn?
oUF_Coree is close as Ferous mentioned.

oUF_Rufio is also very close to Lyn's layout http://www.wowinterface.com/download...ioUI.html#info
  Reply With Quote
01-19-10, 10:38 PM   #9
Mourdin
A Murloc Raider
Join Date: Aug 2008
Posts: 6
does the same thing apply if i wanted to hide the player and raid windows?

is there a command to just block it out without having to erase the line in case i want to use it later...
  Reply With Quote
01-20-10, 12:27 AM   #10
Bruners
A Flamescale Wyrmkin
 
Bruners's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 125
you comment it out

Code:
-- This is a single line comment

--[[ this is a multi-line comment
local raid = {}
raid:SetManyAttributes(
"showRaid", true,
"groupFilter", i,
"yOffset", -10
)
... 
raid:Show() ]]--
  Reply With Quote
01-20-10, 07:12 AM   #11
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
afaik, oUF_Rufio is based on oUF_Slim which is based on oUF_Lyn.
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine."
Paper: "OMG, WTF, Scissors!"
Scissors: "Rock is OP and Paper are QQers. We need PvP buffs."

"neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..."

  Reply With Quote
01-20-10, 05:03 PM   #12
Mourdin
A Murloc Raider
Join Date: Aug 2008
Posts: 6
thanks guys...been trying to decide...however, i think i still like coree the best.

I asked over in his forums, maybe you guys can help....i want to move the raid window down a tad...does anyone know what to look for in the lUA? i was looking for xy cords somewhere, but couldnt seem to find it...

thanks for the help...
  Reply With Quote
01-20-10, 06:13 PM   #13
tyeni
A Deviate Faerie Dragon
 
tyeni's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2007
Posts: 19
Originally Posted by Mourdin View Post
thanks guys...been trying to decide...however, i think i still like coree the best.

I asked over in his forums, maybe you guys can help....i want to move the raid window down a tad...does anyone know what to look for in the lUA? i was looking for xy cords somewhere, but couldnt seem to find it...

thanks for the help...
oUF_MovableFrames

no need to look through the code to try to move it. get this addon and /omf to toggle the move.
__________________
  Reply With Quote
01-20-10, 08:21 PM   #14
Diagnostics
Medic!
 
Diagnostics's Avatar
Premium Member
Join Date: Jul 2009
Posts: 71
Yeah Mourdin, you noob! See you in game once you fix your raid frames. lulz.

<3
__________________
  Reply With Quote
01-20-10, 08:57 PM   #15
Mourdin
A Murloc Raider
Join Date: Aug 2008
Posts: 6
omg, thank you very much for that.....

thanks everyone for all the help...
  Reply With Quote

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » Using oUF_Lyn, need to hide party/raid frames (oUF frames)


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