| Tested: | Hour of Twilight 4.3 |
| Updated: | 01-07-12 06:10 AM |
| Created: | 02-19-09 03:03 AM |
| Downloads: | 17,436 |
| Favorites: | 357 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
3.3.4 |
189kB |
Ethan Centaurai |
08-10-11 02:43 PM |
|
3.3.2 |
186kB |
Ethan Centaurai |
10-14-10 03:26 PM |
|
3.3.1 |
184kB |
Ethan Centaurai |
10-13-10 12:45 PM |
|
3.2.2 |
119kB |
Ethan Centaurai |
06-27-09 07:07 AM |
|
3.2.1 |
119kB |
Ethan Centaurai |
05-20-09 01:13 PM |
|
3.2 |
119kB |
Ethan Centaurai |
05-17-09 02:24 PM |
|
3.1.4 |
34kB |
Ethan Centaurai |
05-09-09 03:10 PM |
|
3.1.3 |
34kB |
Ethan Centaurai |
05-08-09 02:20 PM |
|
3.1.2 |
34kB |
Ethan Centaurai |
05-07-09 12:53 PM |
|
3.1.1 |
32kB |
Ethan Centaurai |
05-06-09 03:26 PM |
|
3.1 |
29kB |
Ethan Centaurai |
05-03-09 02:12 AM |
|
3.0.3 |
29kB |
Ethan Centaurai |
04-14-09 02:22 AM |
|
3.0.2a |
27kB |
Ethan Centaurai |
02-21-09 05:20 AM |
|
3.0.1 |
27kB |
Ethan Centaurai |
02-20-09 02:52 PM |
|
3.0 |
26kB |
Ethan Centaurai |
02-19-09 03:03 AM |
![]() |
Comment Options |
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 9
Uploads: 0
|
Looking to get rid of the Calendar icon on the minimap and it looks like the code has changed enough since Jzar posted his workaround to get a notification of a pending invite that I can't seem to make out where that code should go. (lua n00b here).
Would love to have a calendar invite indicator option built in. Baring that, can anyone clue me into how to implement Jzar's workaround into the current code (his code is posted below):
Last edited by Taurvanhiel : 10-24-10 at 08:03 PM.
|
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 2
Uploads: 0
|
Re: Hiding WoW Clock
Last edited by Tarka : 10-24-10 at 04:19 PM.
|
|
|
|
|
|
||
|
Re: Hiding WoW Clock
If you use the Curse Client it can help solve the problem. If not, try searching the forums for clues. There's not a lot I can do otherwise. ![]() |
||
|
|
|
|
|
|
Hiding WoW Clock
Everytime I log on I have to set uClock to hide the default clock again. Any ideas why it's not saving this option?
|
|
|
|
|
|
|||
Thanks for taking the time to poke it for me.
__________________
Once you go gnome, you never go home...
Last edited by Invertigo : 10-22-10 at 01:49 PM.
|
|||
|
|
|
|
||
If you can get a Lua error then I might be able to find out what's going on. |
||
|
|
|
|
|
|
I'm having a bit of a problem with uClock and DockingStation. I can't get you the exact LUA error right now because WoW decided I needed to download a bunch more ****. However, it has to do with displaying uClock on the DockingStation panel. It grays the plugin out, and when I attempt to enable it via DockingStation I receive an LUA error.
I assumed this was a problem with uClock, because other plugins seem to run fine, but I'll post this on the DockingStation comments as well. ElkBuffBars is giving me a similar error.
__________________
Once you go gnome, you never go home... |
|
|
|
|
|
|
|
Thanks for the quick update.
![]() |
|
|
|
|
|
|
|
Whoops!
![]() Version 3.3.2 will solve this as well as add a Swap option to swap the positions of the local time and server time displays in uClock (UTC will still appear last). It will be uploaded tomorrow as I am not at home at the moment. |
|
|
|
|
|
|
|
Looks like Broker_uClock uses AceEvent-3.0 but doesn't include it in the zip. So if no other mod on your system includes it, it fails to load.
|
|
|
|
|
|
|
|
All fixed in Version 3.3.1.
Thanks zaphon. I owe you some cookies! ![]() |
|
|
|
|
|
||
I'll try your fix tonight if an update isn't released. |
||
|
|
|
|
|
|
A Defias Bandit
Forum posts: 2
File comments: 35
Uploads: 0
|
I'm having a problem with this on 4.0.1. When I logged in for the first time, it worked. Now every single time I login it just says "Loading..." and doesn't function at all. Any ideas why it would be doing this?
UPDATE: I found the problem. It was the following code Code:
if not db.showClock then
if cataclysm then
TimeManagerClockButton:Hide()
else
SetCVar("showClock", "0")
InterfaceOptionsDisplayPanelShowClock_SetFunc("0")
end
end
Code:
if not db.showClock then TimeManagerClockButton:Hide() end
Last edited by zaphon : 10-13-10 at 11:28 AM.
|
|
|
|
|
|
|
This is a wonderful LDB plugin, thank you! The ability to open my GroupCalendar by clicking on this very nearly allows me to turn that gigantic clock on my minimap off; the problem is that if I do, I don't notice when I have outstanding event invitations anymore. Could you add in some way of notifying when there are new invites out? (Change the background color to yellow or something?) Or does anyone know of another LDB plugin I could use for that purpose?
Edit: I just modified my clock to have this functionality, if anyone's interested, as follows: Change line #200 in Core.lua to Code:
displayedTime = CalendarGetNumPendingInvites() > 0 and "|cffff8888" or "" Code:
displayedTime = displayedTime .. (CalendarGetNumPendingInvites() > 0 and "|r" or "")
Last edited by Jzar : 06-24-10 at 09:29 AM.
|
|
|
|
![]() |
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.