Sunday, January 15, 2017

FMod - Don't flood the user with image export errors

After writing the part of Abiathar that allows all levels' pictures to be exported at once, I noticed that if for some reason there's a problem that hampers the export (e.g. a bad character in the config file or an access-denied condition), the user will get an error message for every single level. Clearly, getting the same pop-up error window a dozen or so times for a single problem would be irritating. So today I rearranged some code to ensure that only one error message will pop up if there are problems.

I also gave the Inspection Results window a reasonable tab order, since it was weird and arbitrary before.

No comments:

Post a Comment