-
Notifications
You must be signed in to change notification settings - Fork 171
Windows 10 clock layout with notification button at right side #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
that sounds like Microsoft did at least change the resizing behavior present since Win 95 (otherwise, it should still extend to the left) Though, I'll wait for the release first as things might change before that. |
There they go again with their ridiculous changes to the system tray (remember the scrolling arrows, limiting the tray to like 4 icons wide?). It looks like crap and screws-up TClock; thank you Microsoft for changing something that has worked on desktop for 20 years and making it into a phone O/S... |
@B00ze64 Well, according to their Insider feedback postings, users like this change very much. So I guess it's a personal thing. After all, this is not the right place for Windows bashing and every other OS has their own similar issues, too. T-Clock has always been a hack and probably will until Microsoft adds an API for that. It's about finding a creative way around that. Windows is not Open Source like Linux/KDE where you can spend weeks to change the source code and build it to have your own personal customisation. |
well.. I'll hope they'll revert most changes and go back to the good old flexible and extendable modular design... So the insider build breaks at least the following:
I might just skip the "upgrade" to Windows 10... I was thankful that the old calendar was still there because it's working better and faster. I just don't want "everything" to be slow like the search function thanks to Cortana (takes 6 seconds to enter and execute "regedit" even though it should take less than <1), or the explorer who needs about 6 seconds to just exit (Ctrl-Shift-RightClick taskbar) |
Well, I hope you're not giving up. The format size is the most important feature for me I guess. I don't need hover effects and other interaction, I have real calendar apps for that. Just reported my sadness to their feedback system. You might want to give it some votes if you like (it's under desktop environment, taskbar). |
@qwerty12 You can open the Security Center in the Control Panel and click on "don't show messages about this" below each of the points you don't want to be notified of. It's there since Windows XP SP2. (English names just guessed.) |
@qwerty12 how did you manage to still call the old calendar? though even if it works, since the registry setting is now gone to enable it, it's likely to be removed anyway as it isn't anymore in use by Windows.. |
Thanks. I'll remember to look in the Action Center the next time I reinstall Windows... |
I don't really see a clean way to fix the clock.. like I said.. the clock used to handle the size through window messages which T-Clock could extend upon. all of those are also used for the 2nd+ monitor clock.. Hooking functions isn't what I'd prefer.. as there are some major issues like we'll have to dynamically calculate the functions addresses (probably through function signatures), we'll have to use 3rd party libraries like EasyHook or at least an disassembler to safely hook functions (so our trampoline doesn't cut an instruction in half which would crash) Which all adds lots of code T-Clock never had before and wouldn't even be safe to do nor bullet proof. Though I'm open for ideas ;) the update hits at the end of the month.. so there's still some time :P (I'm currently more worried about my moths old local changes like the move to Unicode etc.) |
@addonszz this issue doesn't currently apply to you as it doesn't seem like you're using an Windows insider build |
Just an update: I got at least the clock working again... it's a bit hacky, slower and more intrusive, but seems to get the job done. |
Can we then count for some new beta release in the foreseeable future? |
+ clock can now change text color based on hover state (improves high contrast themes) * also simplified our DrawXPClockHover() to handle different OS cases (instead of us before calling it) * disabled check for high contrast themes... I don't really remember why I had to add it... partially fix for #39, #41
Does that answer your question :P xD |
Hi, where can I download the updated version with the fix? |
you couldn't until now ;) |
Thank you! :) |
Works perfectly, that's great! |
Windows 10 will release an update by the end of July that moves the notification button from the left side of the clock to its right side. Most users should receive this update automatically within a few days or weeks. T-Clock does not properly handle that if the clock text is longer than the system clock's text.
This is how the clock looks by default:

This is T-Clock with a format that doesn't fit into that space:

Even when T-Clock is closed, it doesn't restore the original layout. A logoff and re-logon is required to get the first screenshot again. Here the mouse is hovered the system clock to highlight its dimensions.

As I'm writing this, Windows kindly provided some "advertisements" so I can also show how the notification button looks like with active items:
vs. 
As the time format gets longer, the notification button is completely covered. Even longer formats will be clipped:

The text was updated successfully, but these errors were encountered: