Stromner/ACE-TitanQuest

UI - No check for valid file

Stromner opened this issue · 3 comments

If a file fail to parse the UI should not lock itself, instead the wait dialogue should die and an error message appear

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.

EventListener might be a good solution to the problem

Fixed by 389f4e8