You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The background file scanner won't have the full file list until scan is complete.
Need to have useful handling of the Goto and End functions when the scan is in-progress.
E.g. the user tries to Goto image #500 in the list but the file scanner hasn't reached image 500 yet. Or when the user presses the End key to go to the end of the list : at this time, YAIV shows the image at the end of the currently loaded list, not the "actual" end.
Or if the Randomize function is used - a partially shuffled list?
The text was updated successfully, but these errors were encountered:
fire-eggs
changed the title
UI: improve Goto or End navigation and in-process file scan
UI: improve Goto / Random / End functions and in-process file scan
Dec 29, 2022
This won't be 100% accurate for Goto / End but should be "close enough".
With randomize, I'm not sure how to handle this. I.e. the randomized "unverified" list will be out-of-sync with the "verified" list, unless extra work is done to re-sync when the file scanner is finished.
The background file scanner won't have the full file list until scan is complete.
Need to have useful handling of the Goto and End functions when the scan is in-progress.
E.g. the user tries to Goto image #500 in the list but the file scanner hasn't reached image 500 yet. Or when the user presses the End key to go to the end of the list : at this time, YAIV shows the image at the end of the currently loaded list, not the "actual" end.
Or if the Randomize function is used - a partially shuffled list?
The text was updated successfully, but these errors were encountered: