[Mono-bugs] [Bug 81142][Nor] Changed - progressBar crash when fast updating value
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Mar 18 20:11:53 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by toshok at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81142
--- shadow/81142 2007-03-16 11:11:13.000000000 -0500
+++ shadow/81142.tmp.2434 2007-03-18 19:11:53.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 81142
Product: Mono: Class Libraries
Version: 1.2
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: edouard.sabatier at gmail.com
QAContact: mono-bugs at ximian.com
@@ -186,6 +186,11 @@
------- Additional Comments From georgegiolfan at yahoo.com 2007-03-16 11:11 -------
I would not say that. You are using it from another thread. It may
work on .NET Framework, but the documentation generally says it's not
guaranteed. If you know it's supposed to be thread-safe, please
provide more information (a link to the documentation).
+
+------- Additional Comments From toshok at ximian.com 2007-03-18 19:11 -------
+this is not a bug. please use Control.Invoke() to invoke a delegate
+and update the progress bar on the proper thread (the one which
+created it).
More information about the mono-bugs
mailing list