Comments about GridCustomLayouts http://www.wowace.com/addons/gridcustomlayouts/ The latest comments about GridCustomLayouts en-us Fri, 12 Jun 2009 18:26:37 +0000 WowAce.com (http://www.wowace.com) Comment #8 http://www.wowace.com/addons/gridcustomlayouts/?comment=8 <p>Thanks for your inspiring comment... I never thought this mod so helpful(shy:).</p> <p>I think your problem is an usage problem of recent Grid versions. The layout of each "party_state" is set seperately. In menu "Grid - Layout" there are "Solo Layout, Raid Layout, Heroic Layout, etc". When you save CustomLayouts, it only set your layout of CURRENT party_state. If your raid leader changes difficulty to heroic, Grid will change the layout to the former one you use in that party_state. </p> <p>If that is the situation, you just need to manually choose the layout in Grid - Layout menu. Hope this helpful.</p> <p>And I made a patch of origin GridLayout.lua, It solves dc in combat, and add a FORCE LAYOUT menu, which will be used by Grid unless it is set to NONE. I post it here: <a href="http://static.wowace.com/uploads/170/0/823/GridLayout.lua">GridLayout.lua</a></p> Fri, 12 Jun 2009 18:26:37 +0000 http://www.wowace.com/addons/gridcustomlayouts/?comment=8 http://www.wowace.com/addons/gridcustomlayouts/?comment=8 no-reply@curseforge.com (warbaby) Comment #7 http://www.wowace.com/addons/gridcustomlayouts/?comment=7 <p>bug report: been noticing that CustomLayouts arent being recalled by Grid. the Customlayout is still saved, but when joining a heroic raid for instance, the unit frames do not reflect the CustomLayout. usually just toggling between a default layout and then back to the CustomLayout fixes this but tonight i had to delete all custom layouts, re-log, then re-type, save, and choose my CustomLayout. </p> <p>once again, thanks very very much for your efforts. ive been promoting your addon to all my guild members.</p> Fri, 12 Jun 2009 16:35:43 +0000 http://www.wowace.com/addons/gridcustomlayouts/?comment=7 http://www.wowace.com/addons/gridcustomlayouts/?comment=7 no-reply@curseforge.com (reehay) Comment #6 http://www.wowace.com/addons/gridcustomlayouts/?comment=6 <p>Warbaby.... thank you sooooo much!!! these examples worked perfectly for what i wanted. and thanks for this addon. i got half my guild using it now.</p> <p>Grid is now a perfect fit for my UI.</p> Mon, 08 Jun 2009 08:55:42 +0000 http://www.wowace.com/addons/gridcustomlayouts/?comment=6 http://www.wowace.com/addons/gridcustomlayouts/?comment=6 no-reply@curseforge.com (reehay) Comment #5 http://www.wowace.com/addons/gridcustomlayouts/?comment=5 <p>woot thanks Warbaby.. this sounds like exactly what i want. will try it when i get home from work. </p> <p>much appreciated.</p> Thu, 04 Jun 2009 21:42:17 +0000 http://www.wowace.com/addons/gridcustomlayouts/?comment=5 http://www.wowace.com/addons/gridcustomlayouts/?comment=5 no-reply@curseforge.com (reehay) Comment #4 http://www.wowace.com/addons/gridcustomlayouts/?comment=4 <p>Yes, for example :<br> </p><div class="code-wrapper" data-lexer="lua"><div class="markup-code"><pre><span class="mi">1</span><span class="p">,</span><span class="mi">2</span><span class="p">,</span><span class="mi">3</span><span class="p">;</span><span class="n">GROUP</span> <span class="mi">4</span><span class="p">,</span><span class="mi">5</span><span class="p">;</span><span class="n">CLASS</span> </pre></div> </div><p><br> 2 GROUPS, one has 15 units, another has 10 units. The first 5 units of GROUP 1 are in "raid group 1", etc. And the units in GROUP 2 are sorted by their CLASS.</p> <div class="code-wrapper" data-lexer="lua"><div class="markup-code"><pre><span class="mi">1</span><span class="p">,</span><span class="mi">2</span><span class="p">,</span><span class="mi">3</span><span class="p">,</span><span class="mi">4</span><span class="p">,</span><span class="mi">5</span><span class="p">;</span><span class="mi">13</span><span class="o">/</span><span class="mi">2</span><span class="p">;</span><span class="n">GROUP</span> </pre></div> </div><p><br> This layout shows only 1 GROUP, but in 2 column (it looks just like there are 2 GROUPs). The first COLUMN shows 13 units, and the second shows 12 units(assume that you are in a 25 raid). And they are sorted by raid group. (The 3rd group is divided into 2 columns).</p> <p>Oh, actually, by using "groupBy=GROUP" and "groupingOrder=3,2,1,4,5" attribute, you can specify the order of the groups, and the last group may be left out. But you can never specify to individual person.</p> Thu, 04 Jun 2009 01:38:19 +0000 http://www.wowace.com/addons/gridcustomlayouts/?comment=4 http://www.wowace.com/addons/gridcustomlayouts/?comment=4 no-reply@curseforge.com (warbaby) Comment #3 http://www.wowace.com/addons/gridcustomlayouts/?comment=3 <p>oh ive very sure i have a misunderstanding lol.. this stuff is all very foreign to me. I love Grid but for all its customizability i cant fathom why it doesnt include a more user-defined layout. im assuming there are good reasons why not but i dont understand them. </p> <p>so basically youre saying - with your addon - the best i can do is create 2 columns of 10 and i cant specify which 5 of the raid will be left out? if so, can you tell me if this is will ever be implemented? or is it an inherent impossibility due to Grid or something?</p> <p>thanks very much for your reply</p> <p>edit<strong> ok i read your reply a bit closer... so i can make 2 GROUPs which will show units for all 25 players in a Heroic Raid but i can organize them by raid group 1,2,3, etc?</strong></p> Wed, 03 Jun 2009 18:08:05 +0000 http://www.wowace.com/addons/gridcustomlayouts/?comment=3 http://www.wowace.com/addons/gridcustomlayouts/?comment=3 no-reply@curseforge.com (reehay) Comment #2 http://www.wowace.com/addons/gridcustomlayouts/?comment=2 <p>I think you have a misunderstanding with maxColumns and unitsPerColumn.<br> They are not layout-level attributes, they are group-level (or header-level).<br> So, a single line with only "maxColumns=3;unitsPerColumn=10" will be illegal, because it doesn't have any groupFilters or nameLists.</p> <p>An example:<br></p> <div class="code-wrapper" data-lexer="lua"><div class="markup-code"><pre><span class="mi">1</span><span class="p">,</span><span class="mi">2</span><span class="p">,</span><span class="mi">3</span><span class="p">,</span><span class="mi">4</span><span class="p">,</span><span class="mi">5</span><span class="p">;</span><span class="n">maxColumns</span><span class="o">=</span><span class="mi">2</span><span class="p">;</span><span class="n">unitsPerColumn</span><span class="o">=</span><span class="mi">10</span> <span class="n">WARR</span><span class="p">,</span><span class="n">PAL</span><span class="p">,</span><span class="n">DRUID</span><span class="p">,</span><span class="n">DK</span><span class="p">;</span><span class="n">maxColumns</span><span class="o">=</span><span class="mi">1</span><span class="p">;</span><span class="n">unitsPerColumn</span><span class="o">=</span><span class="mi">5</span> </pre></div> </div><p>The above layout means that you have two GROUPs.<br> The first one has 2 columns. Each of the column has 10 buttons. So there will be at max 2*10 units, the rest ones will not be shown. The order who will be shown and who will not, can't be specified.<br> The second one will show the first 5 units of the 4 tank Classes. Also, you don't know who will be ommited.</p> Wed, 03 Jun 2009 08:03:21 +0000 http://www.wowace.com/addons/gridcustomlayouts/?comment=2 http://www.wowace.com/addons/gridcustomlayouts/?comment=2 no-reply@curseforge.com (warbaby) Comment #1 http://www.wowace.com/addons/gridcustomlayouts/?comment=1 <p>Need help with a Heroic Raid custom layout. Im not familiar with these commands and im getting errors trying to create three columns - two of them 10-unit columns, one of them 5 units.</p> <p>I created my Custom Layout and then tried entering:</p> <p>"maxColumns=3;unitsPerColumn=10"</p> <p>and</p> <p>"maxColumns=3</p> <p>unitsPerColumn=10"</p> <p>i got an error message and Grid made one single column of 20 or so raid units.</p> <p>Any help would be greatly appreciated.</p> Wed, 03 Jun 2009 06:42:24 +0000 http://www.wowace.com/addons/gridcustomlayouts/?comment=1 http://www.wowace.com/addons/gridcustomlayouts/?comment=1 no-reply@curseforge.com (reehay)