Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/03/17 11:14:27 (7 years ago)
Author:
pfleck
Message:

#2845:

  • Start progres with initial progress value in several cases to use the progress value update.
  • Removed object disposal guard in ProgressView because it can block part of the initialization.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/EnhancedProgress/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.cs

    r15370 r15446  
    174174
    175175          try {
    176             var progress = mainForm.AddOperationProgressToContent(activeView.Content, "Loading problem instance.");
     176            var progress = mainForm.AddOperationProgressToContent(activeView.Content, "Loading problem instance.", 0);
    177177
    178178            instanceProvider.ProgressChanged += (o, args) => { progress.ProgressValue = args.ProgressPercentage / 100.0; };
Note: See TracChangeset for help on using the changeset viewer.