heal-research / HeuristicLab

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

The View host throws an exception for nested experiments #1401

Closed HeuristicLab-Trac-Bot closed 13 years ago

HeuristicLab-Trac-Bot commented 13 years ago

Issue migrated from trac ticket # 1401

milestone: HeuristicLab 3.3.3 | component: MainForm.WindowsForms | priority: medium | resolution: rejected

2011-01-31 16:27:05: svonolfe created the issue


If the nesting-level of experiments is too high, the view host crashes with the following message: "Error creating window handle."

Please see the attached file. To reproduce the bug, click on the last nested experiment and the exception is thrown.

HeuristicLab-Trac-Bot commented 13 years ago

2011-01-31 16:28:26: svonolfe uploaded file Experiment.hl (2.0 KiB)

HeuristicLab-Trac-Bot commented 13 years ago

2011-02-01 11:06:24: @mkommend commented


There is currently no way to avoid this, because there is a limit concerning the maximum number of nested controls in winforms (I could not find the reference right now). Try to avoid using experiments that have too many nested optimizers.

HeuristicLab-Trac-Bot commented 13 years ago

2011-02-03 23:03:28: @mkommend changed status from new to closed

HeuristicLab-Trac-Bot commented 13 years ago

2011-02-03 23:03:28: @mkommend removed resolution