#2137: wxGUI: unable to stop running module
-------------------------+--------------------------------------------------
Reporter: martinl | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 7.0.0
Component: wxGUI | Version: unspecified
Keywords: forms, stop | Platform: All
Cpu: All |
-------------------------+--------------------------------------------------
Recently the GUI dialogs have been changed to show 'Stop' button only when
progress bar is shown (attachment:r.fillnulls-no-stop.png). When the
module has no progress info (or only partlially) it's not possible to stop
the module (attachment:r.fillnulls-stop.png).
#2137: wxGUI: unable to stop running module
-------------------------+--------------------------------------------------
Reporter: martinl | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: forms, stop | Platform: All
Cpu: All |
-------------------------+--------------------------------------------------
Comment(by annakrat):
The progress bar and stop button should appear now when the module starts.
I couldn't quickly find any module which does not output percents so
please test it. The reason why the stop button is hidden normally is to
save some space in the GUI, anyway it's not needed when nothing runs.