Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1577


Ignore:
Timestamp:
07/07/11 00:07:59 (13 years ago)
Author:
swinkler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1577 – Description

    initial v1  
    11If the scroll bar of a confusion matrix in classification results is used during generation change, then an error occurs.
     2
     3Error message:
     4System.ObjectDisposedException: Cannot access a disposed object.
     5Object name: 'HScrollBar'.
     6   at System.Windows.Forms.Control.CreateHandle()
     7   at System.Windows.Forms.Control.get_Handle()
     8   at System.Windows.Forms.Control.set_CaptureInternal(Boolean value)
     9   at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
     10   at System.Windows.Forms.Control.WndProc(Message& m)
     11   at System.Windows.Forms.ScrollBar.WndProc(Message& m)
     12   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
     13   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
     14   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)