Fix crash analysis and save load reaction
- Dec 21, 2020
-
-
This commit add some messages to the user : - An instruction message - If an empty json file is saved. - If there is no property to display (if the json file loaded is empty for exemple)
-
The properties Start and Stop of the Stream are "vtkSMProperty". Casting it into a proxy property raises a warnings that can be confusing for the user.
-
During "CrashAnalysing" option: If the directory can not be created boost::filesystem raises an error and the application crash. We add a try{} catch{} to avoid that. create_directories will create also the directory tree
-