Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/03/17 11:14:27 (6 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.MainForm/3.3/Progress.cs

    r15445 r15446  
    101101
    102102    /// <summary>
    103     /// Starts an "undefined" progress in marquee-mode
     103    /// Starts or restarts an "undefined" progress in marquee-mode
    104104    /// </summary>
    105105    public void Start(string message) {
     
    109109    }
    110110    /// <summary>
    111     /// Starts a progress in continuous-mode
     111    /// Starts or restarts a progress in continuous-mode
    112112    /// </summary>
    113113    public void Start(string message, double progressValue) {
Note: See TracChangeset for help on using the changeset viewer.