Op 22-5-2012 21:30, Richard Heck schreef:
Hi, all,
Back to trying to get some way of canceling background export
reliably. I'm playing with patches Peter attached earlier, but am also
working on a different sort of solution. The attached is some playing,
but it won't compile. I keep getting an "undeclared reference to
vtable" error. Any help?
Richard
I've already done some quite extensive work for an UI to follow
background buffer processes, and I refactored the asynchronous buffer
processing code.
It has a popup when clicking on the "Idle" text in the status bar, which
shows the running processes. This can also show finished processes, so
the user can retrieve the output of these processes, see error logs etc.
Next step would be to connect processes to the threads, such that we can
kill the processes if requested.
Please check out:
http://git.lyx.org/?p=developers/vfr/lyx.git;a=shortlog;h=refs/heads/features/vfr/statusbar-process
Vincent