topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday March 19, 2024, 5:20 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Last post Author Topic: T-Clock 2010 (download)  (Read 1005786 times)

killen

  • Participant
  • Joined in 2018
  • *
  • default avatar
  • Posts: 5
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #825 on: February 24, 2018, 02:40 PM »
Well, yes, it is logical that it was displayed as well as the day (if this option is), followed and separated by a comma. In the option that there are shown all the weeks and their numbers, and so it would only be current, when you hover on a specific line. But it does not dazzle and informative!

killen

  • Participant
  • Joined in 2018
  • *
  • default avatar
  • Posts: 5
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #826 on: February 25, 2018, 02:03 AM »
Good afternoon, I found a well-translated program in Russian. But there the delay happens almost every time you switch to the "Text Clock" tab. Do not tell me why? And how can this be remedied?

T-Clock Redux 2.4.4 Build 492 (x86/x64) Russian Portable RePack

WhiteTigX

  • Moderator
  • Joined in 2013
  • *****
  • Posts: 163
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #827 on: February 26, 2018, 05:08 AM »
[...] well-translated [...]
Well.. maybe if you're talking about the translated text... everything else seems to be a bit buggy (at best)
I couldn't find the source code for it, so I can't really tell what's wrong (also not T-Clock's problem) but you should probably take a look at those color controls...
My latest release of T-Clock Redux can always be found here, on my Github releases page

PhuketGeek

  • Participant
  • Joined in 2012
  • *
  • default avatar
  • Posts: 12
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #828 on: July 20, 2018, 07:25 AM »
Just logged in to say thanks very much for T-Clock.  :up:

Tobor

  • Participant
  • Joined in 2018
  • *
  • default avatar
  • Posts: 1
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #829 on: August 23, 2018, 06:25 AM »
Many thanks for the watch, which finally looks exactly as I need.

I logged in to report on minor issue that you might want to correct in the future. The attached picture shows that the font in the bottom window (Advanced Clock Format) is half as large as it should be. I guess the reason is that I set a large interface fonts in my Windows 7 (150%).

font_issue_report.pngT-Clock 2010 (download)

WhiteTigX

  • Moderator
  • Joined in 2013
  • *****
  • Posts: 163
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #830 on: August 23, 2018, 08:14 AM »
[...] font [...] is half as large as it should be. I guess the reason is that I set a large interface fonts in my Windows 7 (150%).
[...]
you're right about your "guess", it's a known problem. See: #65 and #72 (Pull request)
It's not that easy to fix... though I might consider adding an "high-DPI" check to simply remove that mono-spaced font for the time being. It'll probably take forever for the UI rewrite
My latest release of T-Clock Redux can always be found here, on my Github releases page

dfrunet

  • Participant
  • Joined in 2018
  • *
  • default avatar
  • Posts: 3
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #831 on: October 03, 2018, 05:54 AM »
Hi! Is there a possibility to schedule a reminder to some point in the calendar? If not, is it possible to add a (optional) date field to alarm definition? I used Chameleon Clock before, mostly for quick reminders creation, but after upgrading to Windows 10, it can't build into the tray, so I consider switching to t-clock, but without possibility to set a date for an alarm, it looks more like a skin than a tool : ( Or, maybe i'm missing some option? Thanks in advance!

WhiteTigX

  • Moderator
  • Joined in 2013
  • *****
  • Posts: 163
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #832 on: October 03, 2018, 08:49 AM »
[...] Or, maybe i'm missing some option? Thanks in advance!
I'm afraid you're not missing anything. A proper scheduler is indeed missing (well the backend supports it now, but I haven't done the frontend yet)
I can't really give you an eta. either... it's part of the UI improvements I'd like to add and that stuff isn't that easy to implement. (well, I'm actually more stuck at design decisions)

So T-Clock is currently not what you're looking for.
My latest release of T-Clock Redux can always be found here, on my Github releases page

dfrunet

  • Participant
  • Joined in 2018
  • *
  • default avatar
  • Posts: 3
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #833 on: October 03, 2018, 12:36 PM »
Unfortunately it seems, this is the only clock, compatible with Windows 10... Except some buggy 1st-Clock, hardly customizable, having problems with unicode and asking for money : )
I was unable to find an existing backend, but guess the following should work when added to AlarmNextTimestamp()
if (api.GetInt(g_alarmkey, L"Once", 0) && api.GetInt(g_alarmkey, L"Day", 0) && api.GetInt(g_alarmkey, L"Month", 0)) {
int month = api.GetInt(g_alarmkey, L"Month", 0) - 1;
if (tm.tm_mon > month) ++tm.tm_year;
tm.tm_mday = api.GetInt(g_alarmkey, L"Day", 0);
tm.tm_mon = month;
}
Actually I tried it with regedit and it seems to work.
Then only two more texboxes on alarm settings page are needed to make it work somehow... I can try to add them myself... But I've never deal with UI in c++. But that might be an interesting challenge : )

dfrunet

  • Participant
  • Joined in 2018
  • *
  • default avatar
  • Posts: 3
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #834 on: October 04, 2018, 08:08 AM »
Now it works (as a first iteration). Lots of improvements possible, but it fits my basic needs. Hopefully that's helpful for somebody else. Created a PR

Dypsis

  • Participant
  • Joined in 2016
  • *
  • Posts: 15
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #835 on: October 26, 2018, 02:01 AM »
What is the latest version, and where do I find it?

I have T-Clock Redux v2.4.4 Build 492 RC.
But when I check for updates, it says that there is a Release v2.1.0#57 (first release).

Curt

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 7,566
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #836 on: October 26, 2018, 02:53 AM »
https://github.com/W...ger/T-Clock/releases


T-ClockRedux.jpgT-Clock 2010 (download)

Clicking "Update" will not update it, but take you to the proper page.

Dypsis

  • Participant
  • Joined in 2016
  • *
  • Posts: 15
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #837 on: October 26, 2018, 03:13 AM »
https://github.com/W...ger/T-Clock/releases


[attachthumb=#,msg424514][/attachthumb]

Clicking "Update" will not update it, but take you to the proper page.
It's exactly the same version that I already have.

Curt

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 7,566
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #838 on: October 26, 2018, 07:39 AM »
yes, also what I have. So, you already have the newest version. Is that a problem?

Dypsis

  • Participant
  • Joined in 2016
  • *
  • Posts: 15
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #839 on: October 26, 2018, 05:24 PM »
yes, also what I have. So, you already have the newest version. Is that a problem?
No problem.
It's just that the update panel is a bit confusing.  :-\

Curt

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 7,566
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #840 on: October 26, 2018, 05:51 PM »
the update panel is a bit confusing.

^ yes, it is. The author of the new version will not diminish the original author. Therefore some oddities may be found.


WhiteTigX

  • Moderator
  • Joined in 2013
  • *****
  • Posts: 163
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #841 on: October 27, 2018, 02:23 AM »
[...] The author of the new version will not diminish the original author. [...]
You get me wrong... Stoic Joker is a small fry, I'm a koi carp!
But seriously, the update check and dialog was entirely done by me, so it doesn't have anything to do with that.
100% my oddity.

However, the newer dialog currently looks like this:
shot01569.pngT-Clock 2010 (download)
( which you can actually get already if you download the (currently stable) nightly: https://github.com/W...k#downloads-binaries )
My latest release of T-Clock Redux can always be found here, on my Github releases page

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #842 on: August 31, 2020, 11:14 PM »
Just wanted to say thanks to all involved in T-Clock.  Just updated to Windows 10, and I love being able to see the full date in the system tray.  :up:

Biffle

  • Participant
  • Joined in 2012
  • *
  • default avatar
  • Posts: 18
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #843 on: September 01, 2020, 12:20 AM »
Where can I find / download the newest version?
Windows 10 Home, 64bit

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #844 on: September 01, 2020, 12:31 AM »
I went to this page:
https://github.com/W...ger/T-Clock/releases

And then clicked on the top headline (2.4.4 release candidate),
which brought me to a page with download links at the bottom of the page.
(it can be misleading because when you click on the link the page text may not change other than the links at the bottom of the new page).

Biffle

  • Participant
  • Joined in 2012
  • *
  • default avatar
  • Posts: 18
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #845 on: September 01, 2020, 12:47 AM »
Ah, there. Thank you. Very confusing. Even the date, looks like an old version:

v2.4.4 release candidate

@White-Tiger White-Tiger released this on 28 Jan 2018 ยท 38 commits to master since this release

I guess, it is a beta version, not a stable one.
Windows 10 Home, 64bit

JBou

  • Participant
  • Joined in 2016
  • *
  • Posts: 1
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #846 on: September 18, 2020, 03:19 PM »
That's the latest version.  No activity since late 2018, but ti's a great program just like it is.  I have not discovered any show-stopping bugs or problems.  It's really quite nice!

WhiteTigX

  • Moderator
  • Joined in 2013
  • *****
  • Posts: 163
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #847 on: September 20, 2020, 12:08 PM »
I went to this page:
https://github.com/W...ger/T-Clock/releases

And then clicked on the top headline (2.4.4 release candidate),
which brought me to a page with download links at the bottom of the page.
(it can be misleading because when you click on the link the page text may not change other than the links at the bottom of the new page).
Welcome to the Windows 10 madness, mouser ;) (or in this case, the Microsoft madness)
Actually, the "links" are there even before you click the headline, you have to "unfold" the Assets at the bottom of the first entry.

[...]  I have not discovered any show-stopping bugs or problems.  It's really quite nice!
Good for you... I have, sadly :( Different DPI displays are one thing and Theme changes / other "events" another as that might glitch out the positioning (though that can usually be fixed by a right-click->refresh
My latest release of T-Clock Redux can always be found here, on my Github releases page

click-click

  • Participant
  • Joined in 2016
  • *
  • Posts: 17
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #848 on: September 26, 2020, 07:04 AM »
That's the latest version.  No activity since late 2018, but ti's a great program just like it is.  I have not discovered any show-stopping bugs or problems.  It's really quite nice!
[...] The author of the new version will not diminish the original author. [...]
You get me wrong... Stoic Joker is a small fry, I'm a koi carp!
But seriously, the update check and dialog was entirely done by me, so it doesn't have anything to do with that.
100% my oddity.

However, the newer dialog currently looks like this:
[ Invalid Attachment ]
( which you can actually get already if you download the (currently stable) nightly: https://github.com/W...k#downloads-binaries )

I currently have 2.4.4#492-rc installed.  Is this the stabler release as compared to the nightly build which you state as stable and will it ever be moved out of nightly to the normal releases?

SharkyEXE

  • Participant
  • Joined in 2020
  • *
  • default avatar
  • Posts: 1
    • View Profile
    • Donate to Member
Re: T-Clock 2010 (download)
« Reply #849 on: December 23, 2020, 05:21 AM »
Hello

Please help whether or not you can add two items to the main menu of the program (highlighted in red)

Thanks.