I am sorry to insist but is there a way to display a text on the top of any column?
I tried to use the command "nameList" but it doesn't seem to do anything, sad :(.
Instead what it does is make a column of everyone sorted alphabetically by name. That's neat, but not what I wanted. Any ideas from fellow layout makers?
Then disable showing for the nontagged classes or groups?
i could imagine a priest or druid may want to see everyone to decurse or heal.
while a rogue or hunter, may only be interested in seeing how many warriors / healers are stil alive.
some warrior would only care about his healers.
if there are no classes of 1 group in the raid, then it would be hidden by default.
Is it possible to change the opacity at which it fades if any of the 'Frame Alpha' conditions are met?
Yes. Click the color in the status module and change its alpha.
I am sorry to insist but is there a way to display a text on the top of any column?
There currently isn't any way to do so. Feel free to add it to the wish list on the wiki.
Instead what it does is make a column of everyone sorted alphabetically by name. That's neat, but not what I wanted. Any ideas from fellow layout makers?
Due to the limitations of Blizzards secure raid frames this isn't possible, unless you create a layout with unit names (in you're always raiding with the same 39ppl all the time).
Hmm. would it be viable to have a sub option for hiding / showing certain groups?
Currently all you can do is edit GridLayoutLayouts.lua. Maybe someone will contribute a UI for creating new layouts, until then you'll need to edit the lua file.
Instead what it does is make a column of everyone sorted alphabetically by name. That's neat, but not what I wanted. Any ideas from fellow layout makers?
Baah, looks exactly like what I did earlier today, just that I am at work and have not been able to test it yet. Guess it wont work for me either
I would love to see an option that (if you have a renew indicator in the left bottom corner for example) that this indicator only shows if it is your own renew. I'm afraid this might be hard to implement...
Too bad the chronometer bars aren't clickable anymore :(
I wrote a statusmodule for this, you can test it and give me som feedback
I missed something ?
Doubt that I am the only one freezing up on mentioned "click-clack-ckloe" events while using Grid ...
Disabled Grid and all was smooth, but that can't be the solution.
I missed something ?
Doubt that I am the only one freezing up on mentioned "click-clack-ckloe" events while using Grid ...
Disabled Grid and all was smooth, but that can't be the solution.
Any idead ?
"Prat" has a hack that disables the sound clicking i think
I know I'm probably missing something but in my Grid layout, I can only see a debuff icon for my character and no one else in the raid. I've played around with the priorities for magic/poison/disease, and then tried the default settings by deleting my Grid.lua in the WTF folder and no luck :(
I know I'm probably missing something but in my Grid layout, I can only see a debuff icon for my character and no one else in the raid. I've played around with the priorities for magic/poison/disease, and then tried the default settings by deleting my Grid.lua in the WTF folder and no luck :(
Thanks in advance if you can help!
Please make sure you have the latest Grid.
I *think* this was an issue that was fixed starting at version 19919.
My key-bindings for my healing spells are : alt + akey
But when i'm pressing alt and i click to target someone on grid, he is not target do you have any ideas of what i could change to solve my problem ?
Running 20410 there are several %s's missing in the keys. Compare with English language file.
["Debuff type: "] should be ["Debuff type: %"]
["Debuff: "] should be ["Debuff: %s"]
["Buffs: "] should be ["Buffs: %s"]
I think this needs to be corrected in all locales.
- option to see who is being ressed: it should be easy to take the code from SmartRes to display such indicators.
I was wondering what the status was on this? A friend of mine asked how this could be done with Grid and it seemed to me that at one point it had been a topic of discussion. However, it is not on the Wiki page so I thought I would ask.
I have been using Grid since the patch and it has been great so far, nice work. My apologies for not having revision numbers as I am at work, but I originally had Center text 1 set to unit name and Center text 2 set to health deficit. Now, the name is displaying properly but the option to set -anything- to center text 2 is grayed out. Is there an option I'm missing? Possible bug? I updated yesterday but I think this happened in a revision I acquired last week.
I can provide more information this afternoon but I thought I would get the ball rolling so to speak. :)
Thanks for any help.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I tried to use the command "nameList" but it doesn't seem to do anything, sad :(.
Let me know if there is a way to do it :)
Inspired by this I tried to make a single column sorted by class.
GridLayout:AddLayout(L["By Class"], {
[1] = {
groupFilter = "WARRIOR,PRIEST,DRUID,PALADIN,MAGE,WARLOCK,HUNTER,ROGUE",
},
})
Instead what it does is make a column of everyone sorted alphabetically by name. That's neat, but not what I wanted. Any ideas from fellow layout makers?
Show
/ Classes :
/ / Paladin
/ / Priest
/ / Warrior
etc
Show
/ Groups
/ / 1
/ / 2
/ / 3
etc
Then disable showing for the nontagged classes or groups?
i could imagine a priest or druid may want to see everyone to decurse or heal.
while a rogue or hunter, may only be interested in seeing how many warriors / healers are stil alive.
some warrior would only care about his healers.
if there are no classes of 1 group in the raid, then it would be hidden by default.
Yes. Click the color in the status module and change its alpha.
There currently isn't any way to do so. Feel free to add it to the wish list on the wiki.
Due to the limitations of Blizzards secure raid frames this isn't possible, unless you create a layout with unit names (in you're always raiding with the same 39ppl all the time).
Currently all you can do is edit GridLayoutLayouts.lua. Maybe someone will contribute a UI for creating new layouts, until then you'll need to edit the lua file.
Baah, looks exactly like what I did earlier today, just that I am at work and have not been able to test it yet. Guess it wont work for me either
I wrote a statusmodule for this, you can test it and give me som feedback
See : http://www.wowinterface.com/downloads/info6513-GridStatusHots.html
Doubt that I am the only one freezing up on mentioned "click-clack-ckloe" events while using Grid ...
Disabled Grid and all was smooth, but that can't be the solution.
Any idead ?
"Prat" has a hack that disables the sound clicking i think
Thanks in advance if you can help!
Please make sure you have the latest Grid.
I *think* this was an issue that was fixed starting at version 19919.
The translation of "Debuff type: " is ok.
Regards
Scholle
My key-bindings for my healing spells are : alt + akey
But when i'm pressing alt and i click to target someone on grid, he is not target do you have any ideas of what i could change to solve my problem ?
Thanks =)
Can you be a tad more specific? Revision number, error message, etc.
Your above report . . . is nigh useless.
Running 20410 there are several %s's missing in the keys. Compare with English language file.
["Debuff type: "] should be ["Debuff type: %"]
["Debuff: "] should be ["Debuff: %s"]
["Buffs: "] should be ["Buffs: %s"]
I think this needs to be corrected in all locales.
I was wondering what the status was on this? A friend of mine asked how this could be done with Grid and it seemed to me that at one point it had been a topic of discussion. However, it is not on the Wiki page so I thought I would ask.
I can provide more information this afternoon but I thought I would get the ball rolling so to speak. :)
Thanks for any help.