Closed sokol07 closed 2 years ago
@sokol07 Sorry, I really do not know how to merge the two branches, since I did a lot of changes in the meantime. For this reason, I just pushed my current version of the code. Could you maybe verify if the changes are working? btw, thank you so much for your effort! From now on, I will be more responsive and active again and start/continue working on the other repositories too :)
@OpenScanEu I have some thing to do today and tomorrow but I think I'll try to verify everything as soon as possible, definitely by the end of the week, and I'll notify you if any issue managed to survive in the new version of the code. :)
Hi, On beta version of the OpenScan2, used with Rpi3 and Arducam, I am not able to delete selected one set of scanned files - I get the dialog, I select "yes" but nothing happens. The problem is in the way the files are deleted - they are found by name but in fact the real name contains not only the set name but also the date. Furthermore - the date in the filename is to the precision of seconds and the date in the files table is fetched to the precision of minutes. This issue can be fixed with the below code.
The fix is to modify two pieces in flow (in red frames):
First change is the
msg
indel_set
flow. It code should be changed to:Second is the
del
function ofdel_set
flow to this code: