Quote:
Originally Posted by PeterT
Is there any way to force the validation when a device is connected or a transfer is attempted? The current PR just seems to do validation when the customisation dialog is displayed.
|
Not that I see. Connections and transfers happen on a non-gui thread, making dialogs with the user very difficult. In addition, all the validation code is in the configuration classes.
Validation during data entry seems to cover most cases. What's missing is deletion of columns and manual editing of json files.