[2006/12/20 11:36:12-321-x4]: FuBar_FactionsFu-2.2\FuBar_FactionsFu.lua:166: attempt to index global 'L' (a nil value)
FuBarPlugin-2.0-r20802:344: in function <...\FuBarPlugin-2.0\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:340>
Tablet-2.0-r20962 (TabletLib):2365: in function `children'
Tablet-2.0-r20962 (TabletLib):2375: in function `Open'
Tablet-2.0-r20962 (TabletLib):2506: in function <Interface\AddOns\TabletLib\Tablet-2.0\Tablet-2.0.lua:2500>
In fact, I was having the same error on line 166 in FactionsFu, and this error doesn't allow me to toggle the tooltip. I put this line in comment (--) and everything work perfectly. I think it's an "old" line before the rework from Elkano ^^
acctualy it was a new line but I didn't have time to test it before I left. And since it was the first localization line, AceLocale was still missing for that file.
Dose anyone know if its possible to hide all the factions u dont want to see in the tool tip as i only realy want to see outland factions at the moment?
i second icerat's comments. i would like it if when i collapsed some of the group's they would stay collapsed when i log in next time. for example i would like to collapse steemwheedle and inactive.
[2007/05/09 13:01:51-117-x1]: FuBar_FactionsFu-2.2\FuBar_FactionsFu.lua:371: table index is nil
(tail call): ?:
<in C code>: in function `ExpandFactionHeader'
Wr2\Wr2.lua:419: in function `akz_UpdateRepInfo'
Wr2\Wr2.lua:399: in function `akz_UpdatePlayerInfo'
Wr2\Wr2.lua:128: in function `WrFrame_OnEvent'
<string>:"WrFrame:OnEvent":2: in function <[string "WrFrame:OnEvent"]:1>
I'm wondering how I can keep inactive factions collapsed all the time...
I haven't looked into the code but I am guessing that it is reading all your factions and just displaying the information with whatever formatting is set, Since I also read the Faction info for my AddOn there is code to read if the group is Expanded or Collapsed so it can be made to do that but would take code rewrite and possibly added options to either keep collapsed sections collapsed (only show heading with possibly +/- button) or always expand.
An update not too long ago said... hm... let me dig it up... :P
r34787 | elkano | 2007-05-08 05:20:04 -0400 (Tue, 08 May 2007) | 1 line
Changed paths:
M /trunk/FuBar_FactionsFu/FuBar_FactionsFu.lua
FuBar_FactionsFu: should now remember collapsed headers over sessions
I keep forgetting about this until I look at it again in game. It doesn't save. If I collapse my inactive section, 2 seconds later it's expanded again. :(
strange... when I wrote that code it was working :/
would you mind to check it with a minimal setup (FuBar + FactionsFu + needed libs) in order to see if it i caused by another addon?
or try to debug what's going on in the code collapsing those headers that should be collapsed... if it uses the wrong ids for some reason, strange things can happen :/
[2006/12/20 11:36:12-321-x4]: FuBar_FactionsFu-2.2\FuBar_FactionsFu.lua:166: attempt to index global 'L' (a nil value)
FuBarPlugin-2.0-r20802:344: in function <...\FuBarPlugin-2.0\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:340>
Tablet-2.0-r20962 (TabletLib):2365: in function `children'
Tablet-2.0-r20962 (TabletLib):2375: in function `Open'
Tablet-2.0-r20962 (TabletLib):2506: in function <Interface\AddOns\TabletLib\Tablet-2.0\Tablet-2.0.lua:2500>
---
Still need some time to "understand" the lua code ;)
[2007/05/08 07:35:04-1026-x2]: FuBar_FactionsFu-2.2\FuBar_FactionsFu.lua:295: Usage: CollapseFactionHeader(index)
Version 34780
(tail call): ?:
<in C code>: in function `ExpandFactionHeader'
Wr2\Wr2.lua:419: in function `akz_UpdateRepInfo'
Wr2\Wr2.lua:399: in function `akz_UpdatePlayerInfo'
Wr2\Wr2.lua:128: in function `WrFrame_OnEvent'
<string>:"WrFrame:OnEvent":2: in function <[string "WrFrame:OnEvent"]:1>
---
Latest version on Live.
WR2 = ALlakhazam WowReader...
I'm wondering how I can keep inactive factions collapsed all the time...
I haven't looked into the code but I am guessing that it is reading all your factions and just displaying the information with whatever formatting is set, Since I also read the Faction info for my AddOn there is code to read if the group is Expanded or Collapsed so it can be made to do that but would take code rewrite and possibly added options to either keep collapsed sections collapsed (only show heading with possibly +/- button) or always expand.
I keep forgetting about this until I look at it again in game. It doesn't save. If I collapse my inactive section, 2 seconds later it's expanded again. :(
would you mind to check it with a minimal setup (FuBar + FactionsFu + needed libs) in order to see if it i caused by another addon?
or try to debug what's going on in the code collapsing those headers that should be collapsed... if it uses the wrong ids for some reason, strange things can happen :/
I know you directed this at someone else, but I just installed that yesterday and was having the error before then.
ok since that is mine and looking at the code where I check the faction values I do an expand header and thought that might be causing it.