Grid/ToDo
From WowAce Wiki
Contents |
Pet Support
For those of us using Grid in a 5-man, pet support is pretty important. This is a massive undertaking due to how Grid associates statuses with characters.
Discussion
This starts with RosterLib which I'm in the process of re-writing to handle pets better. It'll be done when it's done and not a moment sooner.
- Pastamancer 17:59, 12 February 2007 (EST)
Allow modules to be enable/disabled
Modules aren't enabled/disabled, they are just there - which is why Grid can't be put on standby mode yet (or at least it won't hide anything even though I added some code to GridLayout:OnDisable(), which doesn't seem to be called from anywhere)
Discussion
In r45 I actually started calling :ToggleModuleActive(). It shouldn't be too much more work to add a command to disable a module.
- Pastamancer 18:57, 3 November 2006 (EST)
Improved scaling
As the scaling only creates nice results on 100% and 200% due to scaling 1px borders without antialising them, we could alter the frame width/height, border width and indicator size instead.
Discussion
I recommend to wait until we're using the SecureRaidGroupHeader and have access to TBC to be able to check what can be done in combat. If both of you think the current box size of 20x20px is too small, I suggest we simply increase it to 22/22 or 24/24 as new default.
- Maia 2006/10/18
Reactive modules
Allow status modules to only show information if a meta key is down.
Discussion
This should be implemented with new indicators in GridFrame
- Pastamancer 18:57, 3 November 2006 (EST)
This will be easy in TBC. "MODIFIER_STATE_CHANGED, key, state: Sent whenever a modifier key's state changed, modifier is one of "SHIFT" "CTRL" or "ALT", state is 1 for down, 0 for up."
- Pastamancer 18:55, 10 November 2006 (EST)

