[Mono-bugs] [Bug 80083][Nor] New - WinForms: A "splash" screen causes mono to fail silently
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Nov 28 17:26:30 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 bcarson at asgoth.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80083
--- shadow/80083 2006-11-28 17:26:30.000000000 -0500
+++ shadow/80083.tmp.20191 2006-11-28 17:26:30.000000000 -0500
@@ -0,0 +1,48 @@
+Bug#: 80083
+Product: Mono: Runtime
+Version: 1.2
+OS:
+OS Details: WinXP Professional, SP2
+Status: NEW
+Resolution:
+Severity: 040 One week
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: bcarson at asgoth.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: WinForms: A "splash" screen causes mono to fail silently
+
+Description of Problem:
+ A .NET application that contains a "splash screen" causes Mono to fail
+to initialize. No output is produced by Mono even with the debug
+environment variable set.
+
+Steps to reproduce the problem:
+1. Use MS Visual studio to make a default WinForm app
+2. Add another form to the project (called Splash)
+3. Add a timer to the splash screen, set the time to active and a time of
+2000
+4. In the "tick" event for the timer, code: "this.Visible = false;"
+5. In the file "Program.cs", add the following lines immediately before
+the Application.Run line
+ Splash f = new Splash();
+ f.ShowDialog();
+
+Actual Results:
+ No results - mono fails silently.
+
+Expected Results:
+ Splash screen should display for 2-seconds, then the main window should
+be displayed.
+
+How often does this happen?
+The behavior is consistent. When run with .NET 2.0 the splash screen
+appears. With Mono, the app fails to initialize.
+
+Additional Information:
+I have posted the sample code to reproduce this to my web site:
+http://www.asgoth.com/Mono/MonoBug.zip
More information about the mono-bugs
mailing list