Hasleo Software Forums
Feature REQUESTS - Printable Version

+- Hasleo Software Forums (https://www.easyuefi.com/forums)
+-- Forum: Hasleo Software (formerly called EasyUEFI Development Team) (https://www.easyuefi.com/forums/forumdisplay.php?fid=1)
+--- Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) (https://www.easyuefi.com/forums/forumdisplay.php?fid=10)
+--- Thread: Feature REQUESTS (/showthread.php?tid=1262)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32


RE: Feature REQUESTS - aldist - 01-10-2025

@notko
Have you had any success in solving the problem? Did you read the private message?


RE: Feature REQUESTS - notko - 01-11-2025

(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.


RE: Feature REQUESTS - chmichael - 01-11-2025

Cancel Backup needs improvement

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


RE: Feature REQUESTS - admin - 01-11-2025

(01-11-2025, 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.


RE: Feature REQUESTS - aldist - 01-11-2025

(01-11-2025, 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


RE: Feature REQUESTS - notko - 01-11-2025

(01-11-2025, 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


RE: Feature REQUESTS - admin - 01-12-2025

(01-11-2025, 11:56 PM)notko Wrote:
(01-11-2025, 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

The GUI of this program is developed using QT (very famous GUI development library) and we will solve this problem as soon as possible. Thanks.


RE: Feature REQUESTS - notko - 01-12-2025

(01-12-2025, 12:18 PM)admin Wrote:
(01-11-2025, 11:56 PM)notko Wrote: 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

The GUI of this program is developed using QT (very famous GUI development library) and we will solve this problem as soon as possible. Thanks.

Thanks for reply,  @admin!
It looks like QT has good localisation support according to their documentation (QTLocale class), with almost seamless integration for both Windows and Mac


RE: Feature REQUESTS - admin - 01-13-2025

(01-12-2025, 06:51 PM)notko Wrote:
(01-12-2025, 12:18 PM)admin Wrote: The GUI of this program is developed using QT (very famous GUI development library) and we will solve this problem as soon as possible. Thanks.

Thanks for reply,  @admin!
It looks like QT has good localisation support according to their documentation (QTLocale class), with almost seamless integration for both Windows and Mac

QLocale can only be used to format date and time, but not to control the display format of date and time in QT standard interface controls. We are trying to convert the time format used by the current Windows operating system to the time format of QT.


RE: Feature REQUESTS - admin - 01-13-2025

(01-13-2025, 12:39 PM)admin Wrote:
(01-12-2025, 06:51 PM)notko Wrote: Thanks for reply,  @admin!
It looks like QT has good localisation support according to their documentation (QTLocale class), with almost seamless integration for both Windows and Mac

QLocale can only be used to format date and time, but not to control the display format of date and time in QT standard interface controls. We are trying to convert the time format used by the current Windows operating system to the time format of QT.

Please try this fixed version below:
https://www.easyuefi.com/backup-software/downloads/Hasleo_Backup_Suite_Free_250113.exe