Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Public Discussion » User Interface and AddOns

Reply
 
LinkBack Thread Tools
Old 01/20/08, 1:33 PM   #226
Obligatory
Von Kaiser
 
Night Elf Druid
 
Cenarius
Originally Posted by Ragnor View Post
The GridLayoutForHealers plugin adds a bunch of extra layouts
None of which are what I'm looking for

Basically, I'm trying to get my grid to look something like this:

War Pld Pre Shm Wlk
War Hun Pre Shm Dru
War Hun Rog Shm Dru
Pld Pre Rog Wlk Mag
Pld Pre Shm Wlk Mag

Offline
Reply With Quote
Old 01/20/08, 1:55 PM   #227
Mokhtar
Piston Honda
 
Undead Priest
 
Dalaran (EU)
{
groupFilter = "WARRIOR,PALADIN,HUNTER,PRIEST,ROGUE,SHAMAN,WARLOCK,DRUID,MAGE",
groupBy = "CLASS",
maxColumn = 8,
unitsPerColumn = 5,
},

Something like this should do the trick. Except I'm not sure the class will appear in the order you mention... If it's not the case then you would have to resort to creating your own plugin and dynamically create a nameList-based group, similarly to what I do in GridDynamicLayout (but much simpler)

Offline
Reply With Quote
Old 01/23/08, 3:57 PM   #228
Quarantine
Glass Joe
 
Blood Elf Paladin
 
Destromath
Grid Anchor

It's been a while since I've used Grid, and having downloaded the most recent version I've been pleased with progress made from early versions.

I've been able to configure then exactly as I like, but for some reason the movement anchor isn't functioning. Am I missing something? I've unlcoked the frames on the menu but still can't seem to drag the frames to the desired spot on the screen. Any help would be appreciated.

Offline
Reply With Quote
Old 01/23/08, 4:30 PM   #229
Nayt
200 Hundred Dolla Next
 
Nayt's Avatar
 
Human Paladin
 
Sargeras
Originally Posted by Quarantine View Post
It's been a while since I've used Grid, and having downloaded the most recent version I've been pleased with progress made from early versions.

I've been able to configure then exactly as I like, but for some reason the movement anchor isn't functioning. Am I missing something? I've unlcoked the frames on the menu but still can't seem to drag the frames to the desired spot on the screen. Any help would be appreciated.
I had that issue for awhile too, make sure you unlock it and try alt-clicking and dragging, grab just outside the frame, seemed like the middle top/bottom worked the best for me.

E-Commerce Director - Corwin Automotive Group
Honda - Hyundai - Nissan - Toyota - Chrysler/Jeep/Dodge/RAM
http://www.corwinauto.com/

United States Offline
Reply With Quote
Old 01/23/08, 6:17 PM   #230
Nisu
King Hippo
 
Nisu's Avatar
 
Blood Elf Hunter
 
Mal'Ganis
Originally Posted by Quarantine View Post
It's been a while since I've used Grid, and having downloaded the most recent version I've been pleased with progress made from early versions.

I've been able to configure then exactly as I like, but for some reason the movement anchor isn't functioning. Am I missing something? I've unlcoked the frames on the menu but still can't seem to drag the frames to the desired spot on the screen. Any help would be appreciated.
The draggable part of Grid is the border, not the unit frames (boxes?) themselves. If you've got the border hidden, you want to drag just outside the outermost row/column of frames.

Canada Offline
Reply With Quote
Old 01/24/08, 3:46 AM   #231
Fulnir
Von Kaiser
 
Fulnir's Avatar
 
Blood Elf Priest
 
Mazrigos (EU)
Am I the only one who's having a problem with the new Class Colors not getting saved from session to session? I use a sort of turkish/green for shamen raid names and before the update which included pets with grid and custom class colors I used the mod Class Colors and it would overwrite the standard Blizzard Class Colors, thus making Grid show Shamans as Turkish/green as well. Now Grid has it's own Class color module, but everytime I login the changes reset and it's the same Dark blue color. All other changes I make get stored, so It's not a problem about not being able to write to the saved variables file.

Offline
Reply With Quote
Old 01/24/08, 5:47 AM   #232
ebj
Glass Joe
 
Troll Mage
 
Nordrassil (EU)
Im after something that im not quite sure is possible with just changing the "group layouts"...

Im after the following :

           Group 1
Group 2              Group 3
Group 4              Group 5
I guess you could do it with something like

GridLayout:AddLayout(L["StackedBox"], {
		[1] = {	groupFilter = "1", 
				maxColumns = "1",
				maxUnitsPerColumn = "5",
			  },
		[2] = {	groupFilter = "2,3",
				maxColumns = "1",
				maxUnitsPerColumn = "10",
			},
                    [3] = {	groupFilter = "4,5",
				maxColumns = "1",
				maxUnitsPerColumn = "10",
			},
	})
I havnt tested it yet, but im pretty sure the anchoring of the bars would be something like

Group 1
Group 2   Group 3
Group 4   Group 5
Anyone tested this / can tell me if my theory is wrong ? And know the answer to what im after...

Offline
Reply With Quote
Old 01/24/08, 5:52 AM   #233
Jerry
Von Kaiser
 
Night Elf Druid
 
Dalaran (EU)
Originally Posted by Fulnir View Post
Am I the only one who's having a problem with the new Class Colors not getting saved from session to session?
Fixed in r59285.

May I suggest that you post your bug reports on the Grid thread on the wowace forum ? It might get fixed even sooner :-)

Offline
Reply With Quote
Old 01/24/08, 6:00 AM   #234
Jerry
Von Kaiser
 
Night Elf Druid
 
Dalaran (EU)
Originally Posted by ebj View Post
Anyone tested this / can tell me if my theory is wrong ? And know the answer to what im after...
You're right. Grid won't easily center them.

Offline
Reply With Quote
Old 01/24/08, 6:06 AM   #235
Fulnir
Von Kaiser
 
Fulnir's Avatar
 
Blood Elf Priest
 
Mazrigos (EU)
Originally Posted by Jerry View Post
Fixed in r59285.

May I suggest that you post your bug reports on the Grid thread on the wowace forum ? It might get fixed even sooner :-)
I will

Couldn't get it at first through my WAU, but unchecking "skip SVN working copies" made me able to get it. Can someone please very fast explain what the setting "skip SVN working copies" does? It downloads versions which haven't been confirmed to work, or? Read the SVN wiki, but it seems it's more for uploading your addon to the server and doesn't tell me what I want to know.

Offline
Reply With Quote
Old 01/24/08, 6:12 AM   #236
Jerry
Von Kaiser
 
Night Elf Druid
 
Dalaran (EU)
"skip SVN copies" is an option for addon developper. WAU will not update addon which have a a subdirectory called ".svn", as it indicates that this addon is a working copy of a SVN repository.

You may have had difficulty getting the latest version as files.wowace.com (and thus WAU) is only updated every twenty minutes.

Offline
Reply With Quote
Old 01/24/08, 7:12 AM   #237
Fulnir
Von Kaiser
 
Fulnir's Avatar
 
Blood Elf Priest
 
Mazrigos (EU)
Originally Posted by Jerry View Post
"skip SVN copies" is an option for addon developper. WAU will not update addon which have a a subdirectory called ".svn", as it indicates that this addon is a working copy of a SVN repository.

You may have had difficulty getting the latest version as files.wowace.com (and thus WAU) is only updated every twenty minutes.
Thank you for clearing that up for me. Yeah, when I disabled SVN copies it said 10 mins since last update. Guess I was just a couple of minutes too fast and server hadn't updated it yet.
Thanks again.

Offline
Reply With Quote
Old 01/24/08, 10:48 AM   #238
Nayt
200 Hundred Dolla Next
 
Nayt's Avatar
 
Human Paladin
 
Sargeras
How do I change the Alpha based on a players range from me.

So if people next to me (n range) are 100% visible, currently people not near me are 80% visible, I want it to be like 40% or something. ANd I still can't find where you change that Alpha at.

E-Commerce Director - Corwin Automotive Group
Honda - Hyundai - Nissan - Toyota - Chrysler/Jeep/Dodge/RAM
http://www.corwinauto.com/

United States Offline
Reply With Quote
Old 01/24/08, 11:59 AM   #239
Episkey
Glass Joe
 
Episkey's Avatar
 
Human Paladin
 
Korgath
Originally Posted by NateDawg1021 View Post
How do I change the Alpha based on a players range from me.

So if people next to me (n range) are 100% visible, currently people not near me are 80% visible, I want it to be like 40% or something. ANd I still can't find where you change that Alpha at.
The way to set it is to go into the GridStausRange.lua file and edit it yourself. The code should look something like this:
color = { r = 1, g = 1, b = 1, a = 0.3 },
The a = x is the value for opacity(I set mine to 30%).

Offline
Reply With Quote
Old 01/24/08, 1:53 PM   #240
Mokhtar
Piston Honda
 
Undead Priest
 
Dalaran (EU)
Well you can do that...

Or you can simply go into the range status settings and edit the color, there is an alpha slider there.

Disclaimer : maybe it is not possible anymore, I haven't really checked the new Jerry-improved version of GridStatusRange

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Public Discussion » User Interface and AddOns

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
GRID - Seperation. Banelion User Interface and AddOns 11 06/17/08 10:09 PM
Grid-Related bug ? Rinced The Dung Heap 1 06/07/07 5:36 PM
Grid bugging Mimosa User Interface and AddOns 10 05/23/07 9:19 AM
Grid Problems. Banelion The Dung Heap 2 12/07/06 9:47 AM
HEY GUYS I AM TESTING NEW PROFILE FUNCTIONALITY IN THIS THREAD Boethius The Dung Heap 96 11/10/06 3:36 PM