[Mono-bugs] [Bug 77786][Nor] Changed - Intermittent error wehn Updating progress bar from another Thread

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Mar 16 09:54:11 EST 2006


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 sqeaky at blacktoppstudios.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77786

--- shadow/77786	2006-03-15 12:27:06.000000000 -0500
+++ shadow/77786.tmp.5623	2006-03-16 09:54:11.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 77786
 Product: gtk#
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Fedora core 4, kernel 2.6.15-1.1833_FC4, WM Fluxbox
-Status: NEEDINFO   
+Status: CLOSED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: general
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: sqeaky at blacktoppstudios.com               
@@ -291,6 +291,19 @@
 
 ------- Additional Comments From lupus at ximian.com  2006-03-15 12:27 -------
 You need to perform the gtk calls from a single thread, like in C or
 any other language.
 See this, for example:
 http://www.go-mono.com/docs/monodoc.ashx?tlink=5@ecma%3a1269%23ThreadNotify%2f
+
+------- Additional Comments From sqeaky at blacktoppstudios.com  2006-03-16 09:54 -------
+Thank you, I got the thread notify working great. It may be worth
+noting that GTK is not thread safe somewhere big and bold, because the
+only place that I have seen it was the link that you posted. I do not
+remember having these issues when working with the windows.forms stuff
+before working with linux coding.
+
+I do not mean to be hostile or confrontational I just think that UI
+components should be thread-safe. 
+
+Is there some way I could help with that? Or is it planned to stay the
+way it is now?


More information about the mono-bugs mailing list