[Bugzilla] [Bug 13827] New: closing waitbar and progressionbar: the underlying job is not aborted. Needs a closerequestfcn attribute
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Tue Apr 14 14:53:26 CEST 2015
http://bugzilla.scilab.org/show_bug.cgi?id=13827
--------- Bug Summary -----------
closing waitbar and progressionbar: the underlying job is not aborted. Needs a closerequestfcn attribute
---------- Changed by ------------
sgougeon at free.fr
---------- What changed ----------
bug_id, short_desc, product, version, rep_platform, op_sys, bug_status, bug_severity, priority, component, assigned_to, reporter
Bug ID: 13827
Summary: closing waitbar and progressionbar: the underlying job
is not aborted. Needs a closerequestfcn attribute
Product: Scilab software
Version: 5.5.2 final version
Hardware: PC
OS: All OS
Status: NEW
Severity: Medium
Priority: P5
Component: GUI
Assignee: bugzilla.admin at scilab.org
Reporter: sgougeon at free.fr
BUG DESCRIPTION:
----------------
When the user closes a running waitbar or a progressionbar by clicking X, the underlying job is not cancelled. A closerequestfcn property would allow
the programmer to manager such an event in a proper way. By default, an "abort" instruction could be issued.
HOW TO REPRODUCE THE BUG:
-------------------------
wh = waitbar(0,"Test");
for i=0:10, waitbar(i/10,wh); sleep(5000); end
// click on "X" => the loop still runs. CTRL+C is required to stop it before entering "abort"
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20150414/1f6da95f/attachment.htm>
More information about the Bugzilla
mailing list