View Single Post
09-10-11, 04:36 AM   #3
FaulTier
A Theradrim Guardian
 
FaulTier's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2009
Posts: 61
Geez, thought so.

Any addon you'd recommend to use?

Because I'm using an UI, which has two different layouts, based on layoutchanging ingame. That's my scheme:
Code:
Grid ----------------- Heal-Layout
      \                           \
        DD-Layout                  5-Men-Group
                 \                 10-Men-Raid
                  5-Men-Grouo      AnyRaidSizeAbove
                  AnyRaidSize
But maybe i will exchange Grid with oUF. Just need to find a way to make it grid a like. (FrameSize depending on Group Size should be possible with "if GetPartyMembers() <= 10 then .... elseif .... end", shouldn't it?)

Another Idea would be to edit the savedvariable of grid.
If Im right, Grid is saving it's profiles @/WTF/Account/SAvedVariables/ and the frame size is saved within the profiles.
So it should be possible to edit the part with the frame size adding that indicates the raidsize..
Let's see if i can do sowmthing about that
__________________

Last edited by FaulTier : 09-10-11 at 06:52 AM.
  Reply With Quote