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 - chmichael - 01-14-2025

Hello,
Please add error description on notifications for failed backup not just the code.
eg. The task failed with 0x06FD00C200000070. (Not enough backup space etc...)

Thank you


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

(01-13-2025, 02:23 PM)admin Wrote:
(01-13-2025, 12:39 PM)admin Wrote: 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

Must admit, I've never used QT as developer, I am only reading the documentation. Neither I know exactly which standard interface controls you are using.

Let's suppose that in Edit backup schedule Dialog a  QTimeEdit widget is used to select the time and and we name it scheduleTimeEdit

Now, if I read QT documentation correctly the following line ought to set widget's display format to that of the system. Works  for Windows and Mac, again, according to the documentation.
       scheduleTimeEdit.setDisplayFormat(QLocale:Confusedystem().timeFormat(QLocale::ShortFormat))

Like I already said, I have NULL experience with QT and all this is purely theoretical.
Will test the fixed version tomorrow.


73 /Notko


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

(01-14-2025, 06:38 AM)chmichael Wrote: Hello,
  Please add error description on notifications for failed backup not just the code.
  eg. The task failed with 0x06FD00C200000070. (Not enough backup space etc...)

Thank you

Please try the following version to see if the issue still persists. If the problem persists, please send us the log file.
https://www.easyuefi.com/backup-software/downloads/Hasleo_Backup_Suite_Free_250113.exe


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

(01-14-2025, 08:04 AM)notko Wrote:
(01-13-2025, 02:23 PM)admin Wrote: Please try this fixed version below:
https://www.easyuefi.com/backup-software/downloads/Hasleo_Backup_Suite_Free_250113.exe

Must admit, I've never used QT as developer, I am only reading the documentation. Neither I know exactly which standard interface controls you are using.

Let's suppose that in Edit backup schedule Dialog a  QTimeEdit widget is used to select the time and and we name it scheduleTimeEdit

Now, if I read QT documentation correctly the following line ought to set widget's display format to that of the system. Works  for Windows and Mac, again, according to the documentation.
       scheduleTimeEdit.setDisplayFormat(QLocale:Confusedystem().timeFormat(QLocale::ShortFormat))

Like I already said, I have NULL experience with QT and all this is purely theoretical.
Will test the fixed version tomorrow.


73 /Notko

Have you tried this version?
https://www.easyuefi.com/backup-software/downloads/Hasleo_Backup_Suite_Free_250113.exe


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

(01-14-2025, 11:24 AM)admin Wrote:
(01-14-2025, 06:38 AM)chmichael Wrote: Hello,
  Please add error description on notifications for failed backup not just the code.
  eg. The task failed with 0x06FD00C200000070. (Not enough backup space etc...)

Thank you

Please try the following version to see if the issue still persists. If the problem persists, please send us the log file.
https://www.easyuefi.com/backup-software/downloads/Hasleo_Backup_Suite_Free_250113.exe

Hello,
  I meant for e-mail notifications


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

(01-14-2025, 06:35 PM)chmichael Wrote:
(01-14-2025, 11:24 AM)admin Wrote: Please try the following version to see if the issue still persists. If the problem persists, please send us the log file.
https://www.easyuefi.com/backup-software/downloads/Hasleo_Backup_Suite_Free_250113.exe

Hello,
  I meant for e-mail notifications

Sorry for that, we will.


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

(01-14-2025, 11:26 AM)admin Wrote:
(01-14-2025, 08:04 AM)notko Wrote: Must admit, I've never used QT as developer, I am only reading the documentation. Neither I know exactly which standard interface controls you are using.
Let's suppose that in Edit backup schedule Dialog a  QTimeEdit widget is used to select the time and and we name it scheduleTimeEdit
Now, if I read QT documentation correctly the following line ought to set widget's display format to that of the system. Works  for Windows and Mac, again, according to the documentation.
       scheduleTimeEdit.setDisplayFormat(QLocale:Confusedystem().timeFormat(QLocale::ShortFormat))
Like I already said, I have NULL experience with QT and all this is purely theoretical.
Will test the fixed version tomorrow.
73 /Notko

@admin
Sent you a private message.



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

(01-11-2025, 06:55 AM)chmichael Wrote: Cancel Backup needs improvement

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

The issue has been fixed in the version below:
https://www.easyuefi.com/backup-software/downloads/Hasleo_Backup_Suite_Free_250114.exe


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

Hello,
  You don't have actually to do uninstall of the old version in order to install the new during upgrade.
  Inno Setup will upgrade everything. It's pointless to do that.

  You can use Pascal Script of inno setup to close the app and the service during upgrade.
Thank you


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

(01-16-2025, 07:35 PM)chmichael Wrote: Hello,
  You don't have actually to do uninstall of the old version in order to install the new during upgrade.
  Inno Setup will upgrade everything. It's pointless to do that.

  You can use Pascal Script of inno setup to close the app and the service during upgrade.
Thank you

Thank you for the suggestion and we will consider it.