[Mono-bugs] [Bug 543773] ListView TopItem {set} broken

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Oct 23 03:51:49 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=543773

User Christoph at ApiViewer.de added comment
http://bugzilla.novell.com/show_bug.cgi?id=543773#c7





--- Comment #7 from Christoph von Wittich <Christoph at ApiViewer.de>  2009-10-23 01:51:46 MDT ---
Looks like there is an issue with your fix...

System.Reflection.TargetInvocationException: Exception has been thrown by the
target of an invocation. ---> System.Reflection.TargetInvocationException:
Exception has been thrown by the target of an invocation. --->
System.ArgumentOutOfRangeException: '-210' is not a valid value for 'Value'.
'Value' should be between 'Minimum' and 'Maximum'
Parameter name: Value
  at System.Windows.Forms.ScrollBar.set_Value (Int32 value) [0x000d5] in
/home/wittichc/Desktop/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ScrollBar.cs:642 
  at (wrapper remoting-invoke-with-check)
System.Windows.Forms.ScrollBar:set_Value (int)
  at System.Windows.Forms.ListView.SetScrollValue
(System.Windows.Forms.ScrollBar scrollbar, Int32 val) [0x00064] in
/home/wittichc/Desktop/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListView.cs:1393 
  at System.Windows.Forms.ListView.set_TopItem
(System.Windows.Forms.ListViewItem value) [0x00041] in
/home/wittichc/Desktop/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListView.cs:1049 
  at (wrapper remoting-invoke-with-check)
System.Windows.Forms.ListView:set_TopItem (System.Windows.Forms.ListViewItem)
  at IadTool.ServicesTab.DisplayData () [0x00241] in
/home/wittichc/Desktop/iadtool/iadtool/TabPages/ServicesTab.cs:249 
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke
(object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x000ca] in
/home/wittichc/Desktop/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:209 
  --- End of inner exception stack trace ---
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x000e5] in
/home/wittichc/Desktop/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:219 
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[]
parameters) [0x00000] in
/home/wittichc/Desktop/mono/mcs/class/corlib/System.Reflection/MethodBase.cs:113 
  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x000b9] in
/home/wittichc/Desktop/mono/mcs/class/corlib/System/Delegate.cs:389 
  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args)
[0x00018] in
/home/wittichc/Desktop/mono/mcs/class/corlib/System/MulticastDelegate.cs:69 
  at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in
/home/wittichc/Desktop/mono/mcs/class/corlib/System/Delegate.cs:363 
  at System.Windows.Forms.Control.Invoke (System.Delegate method,
System.Object[] args) [0x00012] in
/home/wittichc/Desktop/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:4055 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:Invoke
(System.Delegate,object[])
  at System.Windows.Forms.Control.Invoke (System.Delegate method) [0x00020] in
/home/wittichc/Desktop/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:4045 
  at IadTool.ServicesTab.UpdateServiceList () [0x00044] in
/home/wittichc/Desktop/iadtool/iadtool/TabPages/ServicesTab.cs:173 
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke
(object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x000ca] in
/home/wittichc/Desktop/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:209 
  --- End of inner exception stack trace ---
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x000e5] in
/home/wittichc/Desktop/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:219 
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[]
parameters) [0x00000] in
/home/wittichc/Desktop/mono/mcs/class/corlib/System.Reflection/MethodBase.cs:113 
  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x000b9] in
/home/wittichc/Desktop/mono/mcs/class/corlib/System/Delegate.cs:389 
  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args)
[0x00018] in
/home/wittichc/Desktop/mono/mcs/class/corlib/System/MulticastDelegate.cs:69 
  at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in
/home/wittichc/Desktop/mono/mcs/class/corlib/System/Delegate.cs:363 
  at System.Windows.Forms.Control.Invoke (System.Delegate method,
System.Object[] args) [0x00012] in
/home/wittichc/Desktop/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:4055 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:Invoke
(System.Delegate,object[])
  at System.Windows.Forms.Control.Invoke (System.Delegate method) [0x00020] in
/home/wittichc/Desktop/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:4045 
  at IadTool.ServicesTab.UpdateData () [0x0009c] in
/home/wittichc/Desktop/iadtool/iadtool/TabPages/ServicesTab.cs:156 
  at IadTool.MainForm.tabControl_Selected (System.Object sender,
System.Windows.Forms.TabControlEventArgs e) [0x0002c] in
/home/wittichc/Desktop/iadtool/iadtool/MainForm.cs:295 
  at System.Windows.Forms.TabControl.OnSelected
(System.Windows.Forms.TabControlEventArgs e) [0x0001c] in
/home/wittichc/Desktop/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControl.cs:805 
  at System.Windows.Forms.TabControl.OnSelecting
(System.Windows.Forms.TabControlCancelEventArgs e) [0x0002f] in
/home/wittichc/Desktop/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControl.cs:798 
  at System.Windows.Forms.TabControl.set_SelectedIndex (Int32 value) [0x000e7]
in
/home/wittichc/Desktop/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControl.cs:348 
  at System.Windows.Forms.TabControl.MouseDownHandler (System.Object sender,
System.Windows.Forms.MouseEventArgs e) [0x002e9] in
/home/wittichc/Desktop/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControl.cs:1033 
  at System.Windows.Forms.Control.OnMouseDown
(System.Windows.Forms.MouseEventArgs e) [0x0001c] in
/home/wittichc/Desktop/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:6352 
  at System.Windows.Forms.Control.WmLButtonDown (System.Windows.Forms.Message&
m) [0x0004f] in
/home/wittichc/Desktop/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:5617 
  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m)
[0x00183] in
/home/wittichc/Desktop/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:5334 
  at System.Windows.Forms.TabControl.WndProc (System.Windows.Forms.Message& m)
[0x0008d] in
/home/wittichc/Desktop/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/TabControl.cs:941 
  at System.Windows.Forms.Control+ControlWindowTarget.OnMessage
(System.Windows.Forms.Message& m) [0x00000] in
/home/wittichc/Desktop/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:234 
  at System.Windows.Forms.Control+ControlNativeWindow.WndProc
(System.Windows.Forms.Message& m) [0x00000] in
/home/wittichc/Desktop/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:215 
  at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr
wParam, IntPtr lParam) [0x00085] in
/home/wittichc/Desktop/mono/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs:242

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list