-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop App Lock on Error #58
Conversation
@MartinHenriksen Any Progress on this? @staintono @AjohnnashA are you able to test this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added 'app.Show()' to refresh GUI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
/azp run RFEM_Toolkit.CheckInstaller |
Azure Pipelines successfully started running 1 pipeline(s). |
Issues addressed by this PR
Closes #7
Exceptions raised during execution caused RFEM app to hang/lock up.
Test files
no test file. To test an intentional exception must be raised.
e.g..: on line 56 in Read Bar class, change increment from '+1' to '+10' to force reading non-existing Bar element:
lineIdNum = modelData.GetLineCount() + 10;
expected behaviour would be for operation to fail while RFEM app remains responsive.