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
(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...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:
ystem().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
(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...250113.exe
(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...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:
ystem().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...250113.exe
(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...250113.exe
Hello,
I meant for e-mail notifications
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
(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.