Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Feature REQUESTS
@notko
Have you had any success in solving the problem? Did you read the private message?
Reply
(01-10-2025, 08:47 PM)aldist Wrote: @notko
Have you had any success in solving the problem? Did you read the private message?

Thanks aldist! I hadn't seen there was a private message for me.

The fix seems to get the date right, but time still isn't in 24 hours format.
Besides, i prefer not to have to change language. My region/country setting is Sweden while the system language is English. An old habit of mine.
Reply
Cancel Backup needs improvement

It shouldn't proceed with backup if you cancel after check.


Attached Files Thumbnail(s)
   
Reply
(Yesterday, 06:55 AM)chmichael Wrote: Cancel Backup needs improvement

It shouldn't proceed with backup if you cancel after check.

Thanks for reporting the issue, we'll fix it as soon as possible.
Reply
(Yesterday, 03:39 AM)notko Wrote:
(01-10-2025, 08:47 PM)aldist Wrote: @notko
Have you had any success in solving the problem? Did you read the private message?

The fix seems to get the date right, but time still isn't in 24 hours format.
This is an old problem    Time format    Date format
Reply
(Yesterday, 03:37 PM)aldist Wrote: This is an old problem    Time format    Date format

Yes, obviously it is an old problem. But it is a solvable problem (@admin are you reading this?). How easy or difficult depends on what development platform they (Hasleo) are using for the GUI.
Judging by the logs the program creates, they are using C++ of some kind. 

If it is .Net/Visual C++, then it is relatively easy. Upon application start, current UICulture and Culture objects are easily accessible. First one tells what the GUI is. No need for language selection menu.
The second gives the country rules for formatting, among other things. It defines Date, Time, number and Calendar formatting, string comparing rules, etc., as well as providing support for implementation of the formatting.

If it is some third party library or bare feet Win32, it is a bit more messy but still doable through Win32 APIs 

This way everybody gets the language and date and time one wants, provided one has selected in Windows Settings>Time & Language>Language & Region according to one's wishes

@admin
after you pass this to your development team, will you please bring back their comment to the forum?

73 /Notko
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)