[Mono-bugs] [Bug 77335][Maj] Changed - Timer events are not delivered by Application.DoEvents

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 23 20:30:55 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 don at edvalson.net.

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

--- shadow/77335	2006-01-23 19:59:00.000000000 -0500
+++ shadow/77335.tmp.5398	2006-01-23 20:30:55.000000000 -0500
@@ -44,6 +44,11 @@
 I looked at the source code in XplatUIWin32.cs. The problem is because 
 the code in DoEvents is a simple windows message loop. It bypasses all of 
 the special code in GetMessage that handles faking mouse events and 
 timers. This special code needs to be called from both GetMessage and 
 from DoEvents. I will try to work out a fix, but I thought I should 
 report this first so someone else can fix it first if I can't
+
+------- Additional Comments From don at edvalson.net  2006-01-23 20:30 -------
+Created an attachment (id=16387)
+Modified XplatUIWin32.cs that fixes this bug.
+


More information about the mono-bugs mailing list