RTTSoftware Support Forum

PDF Explorer => Ideas/Suggestions => Topic started by: rexateps on March 01, 2013, 09:51:11 PM

Title: Suggest skip file button in batch index function
Post by: rexateps on March 01, 2013, 09:51:11 PM
When it can't get past this point: 

Indexing file xxx 1017/2173

it would be useful to be able to skip over the file and carry on.
Title: Re: Suggest skip file button in batch index function
Post by: RTT on March 02, 2013, 12:17:35 AM
That stuck situation is usually related to an infinite loop, that results from a bug in the code. What you suggest may be implemented, but the method used to accomplish that will eventually lead to resources not being freed, locked files remaining locked, etc. Not the ideal solution.
I prefer to have users complaining about the problem and, with their help, fix the bug. ;)