-
Notifications
You must be signed in to change notification settings - Fork 171
Calendar doesn't seem to work on Win10 #6
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
I didn't fully check Win10 yet, but thanks for your support so far ;) |
It works if you call PostMessage to bring up the calendar instead of using SendMessage but I don't know if doing so breaks anything for past Windows versions and I just applied the Registry tweak to bring back the old, non-XAML based clock anyway... |
the reason why I've been using SendMessage is simply that I want to wait for the message to be received. Not sure if it's really needed, but it should be better. Not sure why PostMessage could make a difference here. But what XAML based clock? |
Honestly, I am not sure as to why it works, but I can confirm that it works for me in both a VMware install of 10 and my actual install. I guess a W10 user who has a copy of Visual Studio handy and can literally replace
In Windows 10, the Windows 7/8 clock and calendar applet has been replaced with a new one (in case of hotlink protection: here) and for this clock, T-Clock calling SendMessage would not display it at all. I used the Registry tweak on that page to bring back the old clock, and I'm presuming SendMessage does start working once again - I know that my build that still calls PostMessage has no problems showing the old clock. |
Good to know about that... I knew about that new calendar, but didn't knew that it can be changed. |
Any update on this? Calendar still not working on Win10 I can verify changing the code in ToggleCalender() to
does not work, the issue is something else. |
so... you can compile yourself? PostMessage() should have worked.. but I'm using SendMessageCallback() |
Yes, I compiled it using Visual Studio 2013, clicking the calendar did not work with the change I mentioned above. |
I actually didn't want to close this (and other issues) until the final version is out.. but what ever xD The version should be already more stable than my previous ones.. though it's not finalized and thus the settings converter runs at every start^^ (though, shouldn't be a problem unless you try to use the 12h and 24h format together..) That much said, I try to publish a pre-release this weekend if I'm still not ready for the release (but 8000 it should be close) |
I'm not seeing a CI build available for download on https://travis-ci.org/White-Tiger/T-Clock or AppVeyor, should I just download your repo again and build myself? |
Unfortunately this latest build has 8 compilation errors when trying to build this version. What software are you using to compile this project? |
eh... yeah you would have to build it yourself.. I didn't want them to waste storage :P (or Github in that matter) Anyway, I've fixed those build "errors" now.. |
Latest version compiles successfully on MSVC 2013, and the calendar now opens properly! Thanks :) |
new pre-release which includes this fix. Though it isn't yet including the multilingual changes required to fully support the new calendar. |
Clicking the clock doesn't do anything on Windows 10.
The text was updated successfully, but these errors were encountered: