Transkribus / TranskribusSwtGui

Note: the repo has been moved to https://gitlab.com/readcoop/Transkribus/TranskribusSwtGui
GNU General Public License v3.0
18 stars 4 forks source link

Async / non-blocking loading of page and transcripts #286

Closed jkloe closed 4 years ago

jkloe commented 5 years ago

Pages (i.e. images and and corresponding transcript lists) and Transcripts should be loaded non-blocking, i.e. async, to improve user experience and remove annyoing ProgressBarDialog popups on every pages switch. Also: currently, when a page or transcript fails to load, the whole user interface is blocked, there is no way to cancel and thus you have to close the whole application. Async loading fixes that issue too.