-
Notifications
You must be signed in to change notification settings - Fork 132
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
Alignment of World Times board #7
Comments
Yes thanks. That's on the todo list. I also notice the last 2 entries have MA at the end. I assume that's the MMM value for Monday in your locale. I had assumed that would always output 3 chars. |
Great! And yes, in Dutch (and German) the day abbreviations are always 2 characters long. Two other minor things related to World Times, possible also already on your to-do list:
No virus warnings for Beta 4, by the way! |
After a little investigation, it seems that in the "nl_NL" culture, the AM or PM is written as "a.m." or "p.m.". So each is 4 chars long whereas the code is expecting 2 chars. which would explain why it's not appearing. I guess I have 2 choices: Either force it to be "PM" or make room for it on the board. At the moment I am tempted to do the former, mainly because it would be consistent with the Current Time screen. |
I'd also opt for consistency. Anyone who reads time in the 12-hour format will understand AM/PM. |
The alignment is more consistent now in 1.2, thanks! Maybe it's just me, but when the MMM value isn't displayed on the right, the board does still look a bit misaligned because the "flaps" in the background are quite a dark gray and there's not much padding around the board as a whole: It's less noticeable when the background is lighter, but it's still quite tight against the edges of the screen: I'm nitpicking obviously, but maybe it can be sized down just a bit (perhaps via a setting) and/or the background made a little lighter? (Not as light as the above example, of course)
This works great now! |
Yeah I noticed the padding had disappeared just before releasing 1.2. I will look in to that. I did make the background the darker colour used a week or so ago, I might switch it back to the lighter colour. Re the MMM, I have been wondering whether I should have an option to display a + or - in the DST box instead of always having the 4 extra boxes. |
Not sure if the + or - would be intuitive enough. I don't think I'd understand it immediately (could be my ignorance, of course). You could also opt to always show the MMM, but it might make it a bit more crowded. |
@phaselden Is there any way I can download this on the MacOS? I'm using MacOS Big Sur. Would love to get this as my screensaver! |
@jsonjlee For the moment, I'd believe the best option is to install Wine on there, and run the screensaver file (maybe from the desktop) every time you want it open. |
Could you actually make another file for MacOS? I can't use wine because their version is not available for my operating system version. |
Hi @jsonjlee. This does not work with MacOS. Getting it to work might be a bit of a challenge as (I assume) the way they implement screen savers is quite different from how it is done on Windows. Also, the .NET Framework and WinForms we are currently using does not work on MacOS. Have you looked at Fliqlo? That project works on Mac and was the original inspiration for FlipIt. |
The World Times board is not quite centered on the screen. Here's a screenshot with grid lines:
(I increased the contrast in the screenshot to make it more noticeable.)
Also, when the 12-hour format is set, AM/PM is not displayed here.
The text was updated successfully, but these errors were encountered: