Free cookie consent management tool by TermsFeed Policy Generator

Opened 4 years ago

Closed 4 years ago

#3042 closed enhancement (done)

Remove progress bar after constant optimization error

Reported by: pfleck Owned by: mkommend
Priority: medium Milestone: HeuristicLab 3.3.17
Component: Problems.DataAnalysis.Symbolic.Views Version: trunk
Keywords: Cc:

Description

If an exception occurs during the constant optimization within the Simplifier, the progress bar stays on top locking the view. In case of an exception, the progress bar should be removed.

Additionally, the "Optimize" button should only be enabled if the constant optimization is possible.

Change History (7)

comment:1 Changed 4 years ago by pfleck

  • Status changed from new to accepted
  • Version set to trunk

r17377 Removes the progress bar in case of an exception, and rethrows the exception.

comment:2 Changed 4 years ago by pfleck

r17378 Optimize Constants button is now only enabled, if CanOptimizeConstants is true.

comment:3 Changed 4 years ago by pfleck

r17380 Moved code for enabling/disabling the Optimize-Button to SetEnabledStateOfControls and called SetEnabledStateOfControls after the Model is changed.

comment:4 Changed 4 years ago by pfleck

  • Owner changed from pfleck to mkommend
  • Status changed from accepted to reviewing

comment:5 Changed 4 years ago by mkommend

  • Status changed from reviewing to readytorelease

Reviewed r17377, r17378, r17380.

Merge problems might occur in connection with #2973.

comment:6 Changed 4 years ago by mkommend

r17499: Merged r17377, r17378, r17380 into stable.

comment:7 Changed 4 years ago by mkommend

  • Resolution set to done
  • Status changed from readytorelease to closed
Note: See TracTickets for help on using tickets.