List Archive
Thread
-
Feature request: Abortable progress callbacks,
Andreas Falkenhahn
(2017/11/10 21:07:47)
-
Re: Feature request: Abortable progress callbacks,
Thomas Klausner
(2017/11/13 10:39:03)
-
Re: Feature request: Abortable progress callbacks,
Paul Harris
(2017/11/13 12:04:32)
- Re: Feature request: Abortable progress callbacks, Andreas Falkenhahn (2017/11/13 20:06:59)
-
Re: Feature request: Abortable progress callbacks,
Paul Harris
(2017/11/13 12:04:32)
-
Re: Feature request: Abortable progress callbacks,
Thomas Klausner
(2017/11/13 10:39:03)
Message
On Fri, Nov 10, 2017 at 10:07:53PM +0100, Andreas Falkenhahn wrote: > So zip_register_progress_callback_with_state() allows me to implement some > kind > of status bar visualizing writing progress. However, AFAICS, it's not > possible to > implement an "Abort" or "Cancel" button because the callback doesn't provide > any mechanism to tell zip_close() to stop its job. I think it would be nice > to have > a mechanism that would allow the implementation of an "Abort" button, e.g. by > having a progress callback that returns TRUE to abort or FALSE to continue > or something like that.... > > Or is this already possible and I'm just not seeing it? This is currently not supported. I've added it to the TODO file. Cheers, Thomas
Made by MHonArc.