[Mono-bugs] [Bug 79127][Nor] Changed - SWF Timer should not work when started from another thread

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Aug 21 13:33:02 EDT 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 jackson at ximian.com.

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

--- shadow/79127	2006-08-21 12:05:15.000000000 -0400
+++ shadow/79127.tmp.20093	2006-08-21 13:33:02.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 79127
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: jackson at ximian.com                            
 ReportedBy: scottell.lists at gmail.com               
 QAContact: mono-bugs at ximian.com
@@ -65,6 +65,17 @@
 
 	void TickHandler ( object o, EventArgs e )
 	{
 		Console.WriteLine ( "Should not occur" );
 	}
 }
+
+------- Additional Comments From jackson at ximian.com  2006-08-21 13:33 -------
+OK, I have made timers work on a per thread basis, hopefully
+everything matches MS, based on my tests it does.
+
+Thanks for the report! Keep 'em comin'
+Jackson
+
+
+
+


More information about the mono-bugs mailing list