heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
39 stars 16 forks source link

Illegal cross-thread exception in MainForm when removing progress control from view #2167

Closed HeuristicLab-Trac-Bot closed 10 years ago

HeuristicLab-Trac-Bot commented 10 years ago

Issue migrated from trac ticket # 2167

milestone: HeuristicLab 3.3.10 | component: MainForm.WindowsForms | priority: medium | resolution: done

2014-03-12 14:35:35: @abeham created the issue


A check for InvokeRequired is missing in MainForm.RemoveOperationProgressFromView(Control, bool)

HeuristicLab-Trac-Bot commented 10 years ago

2014-03-12 14:35:41: @abeham changed status from new to accepted

HeuristicLab-Trac-Bot commented 10 years ago

2014-03-12 14:35:41: @abeham changed owner from @mkommend to @abeham

HeuristicLab-Trac-Bot commented 10 years ago

2014-03-12 14:37:30: @abeham changed status from accepted to reviewing

HeuristicLab-Trac-Bot commented 10 years ago

2014-03-12 14:37:30: @abeham changed owner from @abeham to @mkommend

HeuristicLab-Trac-Bot commented 10 years ago

2014-03-12 14:37:30: @abeham commented


r10575: added check for invokerequired

HeuristicLab-Trac-Bot commented 10 years ago

2014-03-12 14:45:15: @mkommend changed status from reviewing to readytorelease

HeuristicLab-Trac-Bot commented 10 years ago

2014-03-12 14:45:15: @mkommend changed owner from @mkommend to @abeham

HeuristicLab-Trac-Bot commented 10 years ago

2014-03-20 13:38:35: @abeham changed status from readytorelease to closed

HeuristicLab-Trac-Bot commented 10 years ago

2014-03-20 13:38:35: @abeham removed resolution

HeuristicLab-Trac-Bot commented 10 years ago

2014-03-20 13:38:35: @abeham commented


r10641: merged to stable