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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -291,6 +291,19 @@ ------- Additional Comments From [EMAIL PROTECTED] 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/[EMAIL PROTECTED] + +------- Additional Comments From [EMAIL PROTECTED] 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? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
