Hi<br><br>There was discussion about the background scanning thread that runs automatically when the converter's settings dialog is shown.<br>It is true that the user must have control over it.<br><br>One idea was to ask about it in a new dialog window. I don't like it, I have tried to get rid of the numerous question dialogs that are popping up.<br>
<br>Another idea was to add an option for it in the settings dialog. This would break the original clever (?) idea of running the thread while the settings dialog is shown thus not adding any delay for the actual conversion in most cases. If the scanning can be started only after the dialog then there is no use for a separate thread.<br>
<br>I solved it now by still starting the thread automatically but adding a ProgressBar and a "Stop"-button for the user.<br>The scanning can be stopped anytime, for example in case of a slow file-system or exceptionally big directory structure in the project's parent dir.<br>
<br>Please test with Lazarus trunk.<br><br><br>Regards,<br>Juha<br><br>