maybe i am a little bit bad so i need some help -.- the first time i downloaded your new plugins (cornertext, status hots) it worked great in wow but as i restarted wow i couldn't see my hots anymore! also i can't change the options anymore... and now nothing works with grid i even can't see the icons of the hots :X
nevertheless your work is great and thanks for the uploads :D
_______________________
Now i fixed it.. but now i can't turn off the hot counter -.-
1x Grid-r1363\GridCore.lua:149: Usage: AceDBObject:GetNamespace(name): 'name' - namespace does not exist.
AceDB-3.0-21 (Ace3):665: in function `GetNamespace'
I tracked this down to GridSideIndicators/GridSideIndicators.lua.
The following is the added initialization code + the subsequent error that I received for having a missing "Reset()" method ::
function GridSIFrame:OnInitialize()
[B] if not self.db then
self.db = Grid.db:RegisterNamespace(self.moduleName, { profile = self.defaultDB or { } })
end
[/B] Grid:Debug("init GridSideIndicators")
--hook the functions we need.
hooksecurefunc(GridFrame.prototype, "PositionIndicator", GridSIFrame.PositionIndicator)
hooksecurefunc(GridFrame.prototype, "SetIndicator", GridSIFrame.SetIndicator)
hooksecurefunc(GridFrame.prototype, "ClearIndicator", GridSIFrame.ClearIndicator)
hooksecurefunc(GridFrame.prototype, "SetCornerSize", GridSIFrame.SetCornerSize)
end
[B]function GridSIFrame:Reset()
end[/B]
You don't need a list of links, and I'll delete any "list of working Grid plugins" posts as being useless. Any plugin updated on or after October 12 (the release date for both Patch 4.0.1 and the new Grid) should be working. Any plugin not updated since October 12 most likely won't work. Pretty simple.
Any chance that you fix gridindicatorsidetext, too?? I like this onea little bit more than GIcornertext. Thanks!
Edited by Phanx: I moved your post to the appropriate thread. The Grid thread is for questions, comments, and general discussion about GRID ONLY. Posts about third-party plugins do not belong there. If the plugin already has its own forum thread, post there. If it doesn't, post in the AddOn HELP! forum.
I'm using GridStatusHots and I recently noticed that I get Lua errors every time a Hot ticks, as I'm playing a druid, this is kind of a problem ;)
Here's the message I get, I've no idea what it means or how to fix it, maybe one of you guys is able to help.
Message: Interface\AddOns\GridStatusHots\GridStatusHots.lua:1641: attempt to compare number with table
Time: 10/18/10 17:38:32
Count: 2566
Stack: Interface\AddOns\GridStatusHots\GridStatusHots.lua:1641: in function `UpdateUnit' Interface\AddOns\GridStatusHots\GridStatusHots.lua:1486: in function <Interface\AddOns\GridStatusHots\GridStatusHots.lua:1484> (tail call): ? [C]: ? [string "safecall Dispatcher[2]"]:9: in function <[string "safecall Dispatcher[2]"]:5> (tail call): ? ...rface\AddOns\Grid\Libs\AceTimer-3.0\AceTimer-3.0.lua:164: in function <...rface\AddOns\Grid\Libs\AceTimer-3.0\AceTimer-3.0.lua:138> Locals: <none>
I'm using GridStatusHots and I recently noticed that I get Lua errors every time a Hot ticks, as I'm playing a druid, this is kind of a problem ;)
Here's the message I get, I've no idea what it means or how to fix it, maybe one of you guys is able to help.
Message: Interface\AddOns\GridStatusHots\GridStatusHots.lua:1641: attempt to compare number with table
Time: 10/18/10 17:38:32
Count: 2566
Stack: Interface\AddOns\GridStatusHots\GridStatusHots.lua:1641: in function `UpdateUnit' Interface\AddOns\GridStatusHots\GridStatusHots.lua:1486: in function <Interface\AddOns\GridStatusHots\GridStatusHots.lua:1484> (tail call): ? [C]: ? [string "safecall Dispatcher[2]"]:9: in function <[string "safecall Dispatcher[2]"]:5> (tail call): ? ...rface\AddOns\Grid\Libs\AceTimer-3.0\AceTimer-3.0.lua:164: in function <...rface\AddOns\Grid\Libs\AceTimer-3.0\AceTimer-3.0.lua:138> Locals: <none>
I have one major error in what's released:
Related Error in each Locale file:
nevertheless your work is great and thanks for the uploads :D
_______________________
Now i fixed it.. but now i can't turn off the hot counter -.-
I tracked this down to GridSideIndicators/GridSideIndicators.lua.
The following is the added initialization code + the subsequent error that I received for having a missing "Reset()" method ::
Edited by Phanx: I moved your post to the appropriate thread. The Grid thread is for questions, comments, and general discussion about GRID ONLY. Posts about third-party plugins do not belong there. If the plugin already has its own forum thread, post there. If it doesn't, post in the AddOn HELP! forum.
I'm using GridStatusHots and I recently noticed that I get Lua errors every time a Hot ticks, as I'm playing a druid, this is kind of a problem ;)
Here's the message I get, I've no idea what it means or how to fix it, maybe one of you guys is able to help.
Message: Interface\AddOns\GridStatusHots\GridStatusHots.lua:1641: attempt to compare number with table
Time: 10/18/10 17:38:32
Count: 2566
Stack: Interface\AddOns\GridStatusHots\GridStatusHots.lua:1641: in function `UpdateUnit' Interface\AddOns\GridStatusHots\GridStatusHots.lua:1486: in function <Interface\AddOns\GridStatusHots\GridStatusHots.lua:1484> (tail call): ? [C]: ? [string "safecall Dispatcher[2]"]:9: in function <[string "safecall Dispatcher[2]"]:5> (tail call): ? ...rface\AddOns\Grid\Libs\AceTimer-3.0\AceTimer-3.0.lua:164: in function <...rface\AddOns\Grid\Libs\AceTimer-3.0\AceTimer-3.0.lua:138> Locals: <none>
Which release of GridStatusHots are zou using?