Opened 13 years ago
Last modified 10 years ago
#1577 assigned defect
Scroll bar of confusion matrix throws exception — at Version 3
Reported by: | swinkler | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | Algorithms.DataAnalysis.Views | Version: | 3.3.5 |
Keywords: | Cc: | ascheibe |
Description (last modified by gkronber)
If the scroll bar of a confusion matrix in classification results is used during generation change, then an error occurs.
Error message: System.ObjectDisposedException: Cannot access a disposed object. Object name: 'HScrollBar'. at System.Windows.Forms.Control.CreateHandle() at System.Windows.Forms.Control.get_Handle() at System.Windows.Forms.Control.set_CaptureInternal(Boolean value) at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollBar.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Change History (3)
comment:1 Changed 13 years ago by swinkler
- Description modified (diff)
comment:2 Changed 13 years ago by mkommend
- Milestone changed from HeuristicLab 3.3.5 to HeuristicLab 3.3.6
comment:3 Changed 13 years ago by gkronber
- Description modified (diff)
- Owner changed from mkommend to gkronber
- Status changed from new to accepted
Note: See
TracTickets for help on using
tickets.