UI - No check for valid file
Stromner opened this issue · 3 comments
Stromner commented
If a file fail to parse the UI should not lock itself, instead the wait dialogue should die and an error message appear
Stromner commented
Tinkered a bit with it, solution-wise it's not hard but the parser code ends up with throws declaration on nearly all methods. Maybe use a listener or similar pattern instead to get cleaner code? If so apply same logic to all of the data layer.
Stromner commented
EventListener might be a good solution to the problem