This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
LibDataBroker addon that replaces the Calendar button
Also displays todays events (non holiday) in its tooltip Will now also display how many signups you still have pending for this and the next month
Message: Interface\AddOns\Calendar_Broker\CoreCalendar.lua:130: bad argument #2 to 'format' (string expected, got nil) Time: 09/05/09 13:28:38 Count: 1 Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4> (tail call): ? [C]: in function `format' Interface\AddOns\Calendar_Broker\CoreCalendar.lua:130: in function `GetWoWEventsForMonth' Interface\AddOns\Calendar_Broker\CoreCalendar.lua:211: in function `ProcessWorldEvents' Interface\AddOns\Calendar_Broker\BrokerCalendar.lua:54: in function `OnDataUpdate' Interface\AddOns\Calendar_Broker\BrokerCalendar.lua:42: in function `Update' Interface\AddOns\Calendar_Broker\BrokerCalendar.lua:342: in function <Interface\AddOns\Calendar_Broker\BrokerCalendar.lua:339> (tail call): ? [C]: ? [string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5> (tail call): ? ...ddOns\AuctionLite\Libs\AceAddon-3.0\AceAddon-3.0.lua:531: in function `EnableAddon' ...ddOns\AuctionLite\Libs\AceAddon-3.0\AceAddon-3.0.lua:621: in function <...ddOns\AuctionLite\Libs\AceAddon-3.0\AceAddon-3.0.lua:607> [C]: in function `LoadAddOn' Interface\FrameXML\UIParent.lua:229: in function `UIParentLoadAddOn' Interface\FrameXML\UIParent.lua:252: in function `CombatLog_LoadUI' Interface\FrameXML\UIParent.lua:499: in function <Interface\FrameXML\UIParent.lua:471>
Locals: (*temporary) = "%s (%s)" (*temporary) = "Trial of the Crusader" (*temporary) = nil (*temporary) = "string expected, got nil"
Have you tried Altoholic? That's the only one that I know of, or GroupCalendar5. Either way, you're going with bloat in the former, highly strange beta in the latter.
This addon is fantastic and just what I was looking for.
If you could have the icon change (or some other visible notification) when I have pending invites on the calendar, then I can completely replace the minimap calendar button.
I get this error, too, with german wow client and Broker-CalendarEvents v1.0.5:
Quote:
Broker_CalendarEvents-1.0.5 Broker_CalendarEvents.lua:232: attempt to index field 'obj' (a nil value)
Broker_CalendarEvents-1.0.5 Broker_CalendarEvents.lua:221: in function <...dOns Broker_CalendarEvents Broker_CalendarEvents.lua:220>
(tail call): ?:
<in C code>: in function `CalendarSetAbsMonth'
Calendar_Broker-3.0.24 CoreCalendar.lua:198: in function `ProcessWorldEvents'
Calendar_Broker-3.0.24 BrokerCalendar.lua:54: in function `OnDataUpdate'
Calendar_Broker-3.0.24 BrokerCalendar.lua:42: in function `Update'
Calendar_Broker-3.0.24 BrokerCalendar.lua:342: in function <Interface AddOns Calendar_Broker BrokerCalendar.lua:339>
(tail call): ?:
<in C code>: ?
<string>:\"safecall Dispatcher[1]\":9: in function <[string \"safecall Dispatcher[1]\"]:5>
(tail call): ?:
AceAddon-3.0-5 (Ace3):496: in function `EnableAddon'
AceAddon-3.0-5 (Ace3):589: in function <Interface AddOns Ace3 AceAddon-3.0 AceAddon-3.0.lua:575>
<in C code>: in function `LoadAddOn'\nInterface FrameXML UIParent.lua:229: in function `UIParentLoadAddOn':
Interface FrameXML UIParent.lua:252: in function `CombatLog_LoadUI':
Interface FrameXML UIParent.lua:414: in function `UIParent_OnEvent':
<string>:\"*:OnEvent\":1: in function <[string \"*:OnEvent\"]:1>
<<code>>[2009/02/05 17:27:33-5098-x1]: Broker_CalendarEvents-1.0.5\Broker_CalendarEvents.lua:232: attempt to index field 'obj' (a nil value)
Broker_CalendarEvents-1.0.5\Broker_CalendarEvents.lua:221: in function <...dOns\Broker_CalendarEvents\Broker_CalendarEvents.lua:220>
(tail call): ?:
[2009/02/02 15:24:52-1785-x2]: Broker_CalendarEvents-1.0.4\Broker_CalendarEvents.lua:223: attempt to index field 'obj' (a nil value)
Broker_CalendarEvents-1.0.4\Broker_CalendarEvents.lua:212: in function <...dOns\Broker_CalendarEvents\Broker_CalendarEvents.lua:211>
(tail call): ?:
Error with 1.0.4 after login on german realm:
Date: 2009-02-02 15:12:31
ID: 11
Error occured in: Global
Count: 3
Message: ...dOns\Broker_CalendarEvents\Broker_CalendarEvents.lua line 223:
Suggestions:
- Add notification of pending calendar invites. (Hook Event CALENDAR_UPDATE_PENDING_INVITES and make changes to UpdateText correspondingly).
- Change GameTimeFrame_OnClick() to GameTimeFrame_OnClick(GameTimeFrame) to avoid LUA errors
- Add type = "launcher" to LDB Object for compatibility with Broker2FuBar
Heya yssaril. Couple things:
- Broker_CalendarEvents doesn't show up in Broker2FuBar. I believe the fix is to add type = "data source" to the ldb object.
- Why does it print "ARGGGGGGGHHHH" upon login? It's kinda humorous but I'm not seeing the point, hehe.
Keep up the awesome work!
no idea since i dont use them i am not sure how they will work with the addon all it does it hides the calendar button and then makes an LDB object that uses the blizzard function to open the calendar
and creates the tooltip
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Time: 09/05/09 13:28:38
Count: 1
Stack: [string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:18: in function <[string "Interface\FrameXML\BasicControls.xml:<Scrip..."]:4>
(tail call): ?
[C]: in function `format'
Interface\AddOns\Calendar_Broker\CoreCalendar.lua:130: in function `GetWoWEventsForMonth'
Interface\AddOns\Calendar_Broker\CoreCalendar.lua:211: in function `ProcessWorldEvents'
Interface\AddOns\Calendar_Broker\BrokerCalendar.lua:54: in function `OnDataUpdate'
Interface\AddOns\Calendar_Broker\BrokerCalendar.lua:42: in function `Update'
Interface\AddOns\Calendar_Broker\BrokerCalendar.lua:342: in function <Interface\AddOns\Calendar_Broker\BrokerCalendar.lua:339>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
...ddOns\AuctionLite\Libs\AceAddon-3.0\AceAddon-3.0.lua:531: in function `EnableAddon'
...ddOns\AuctionLite\Libs\AceAddon-3.0\AceAddon-3.0.lua:621: in function <...ddOns\AuctionLite\Libs\AceAddon-3.0\AceAddon-3.0.lua:607>
[C]: in function `LoadAddOn'
Interface\FrameXML\UIParent.lua:229: in function `UIParentLoadAddOn'
Interface\FrameXML\UIParent.lua:252: in function `CombatLog_LoadUI'
Interface\FrameXML\UIParent.lua:499: in function <Interface\FrameXML\UIParent.lua:471>
Locals: (*temporary) = "%s (%s)"
(*temporary) = "Trial of the Crusader"
(*temporary) = nil
(*temporary) = "string expected, got nil"
how can i swap the time to 12 hour in the broker tooltip?
pushed the new new version which should fix the whole signup pending thing also tagged it since it should be stable :)
latest alpha should fix the mouseover bug
I get this whenever I hover my mouse over the LDB plugin.
If you could have the icon change (or some other visible notification) when I have pending invites on the calendar, then I can completely replace the minimap calendar button.
Thanks again!
try 1.0.6 and see if that helps
I get this error, too, with german wow client and Broker-CalendarEvents v1.0.5:
Similar error with enUS v1.0.5:
<<code>>
[2009/02/05 17:27:33-5098-x1]: Broker_CalendarEvents-1.0.5\Broker_CalendarEvents.lua:232: attempt to index field 'obj' (a nil value) Broker_CalendarEvents-1.0.5\Broker_CalendarEvents.lua:221: in function <...dOns\Broker_CalendarEvents\Broker_CalendarEvents.lua:220> (tail call): ?:-<</code>>[2009/02/02 15:24:52-1785-x2]: Broker_CalendarEvents-1.0.4\Broker_CalendarEvents.lua:223: attempt to index field 'obj' (a nil value)
Broker_CalendarEvents-1.0.4\Broker_CalendarEvents.lua:212: in function <...dOns\Broker_CalendarEvents\Broker_CalendarEvents.lua:211>
(tail call): ?:
will work on adding invite alert when i get a chance
- Add notification of pending calendar invites. (Hook Event CALENDAR_UPDATE_PENDING_INVITES and make changes to UpdateText correspondingly).
- Change GameTimeFrame_OnClick() to GameTimeFrame_OnClick(GameTimeFrame) to avoid LUA errors
- Add type = "launcher" to LDB Object for compatibility with Broker2FuBar
I've done these changes and it works great :)
- Broker_CalendarEvents doesn't show up in Broker2FuBar. I believe the fix is to add type = "data source" to the ldb object.
- Why does it print "ARGGGGGGGHHHH" upon login? It's kinda humorous but I'm not seeing the point, hehe.
Keep up the awesome work!
no idea since i dont use them i am not sure how they will work with the addon all it does it hides the calendar button and then makes an LDB object that uses the blizzard function to open the calendar
and creates the tooltip