[Mono-bugs] [Bug 80223][Wis] Changed - Som minor MDI issues in 1.2.2

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 29 07:49:33 EST 2007


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 trofimich at ukr.net.

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

--- shadow/80223	2007-01-29 04:32:15.000000000 -0500
+++ shadow/80223.tmp.2085	2007-01-29 07:49:33.000000000 -0500
@@ -149,6 +149,23 @@
 DataGrid loads (still can't understand why in some cases it crashes
 just after opening). But if you click on first row, than application
 crashes.
 
 ------- Additional Comments From gert.driesen at pandora.be  2007-01-29 04:32 -------
 Sasha, can you also attach the source code of that repro? Thx!
+
+------- Additional Comments From trofimich at ukr.net  2007-01-29 07:49 -------
+Hi! 
+I didn't attached sources because i've built this application using
+Borland Turbo C# (it's free fo use) and i thought that nobody of mono
+team do not use this IDE :-)
+
+So i'll attach sources over ~8 hours when come home.
+
+Generally there are nothing interesting. I've only put components on
+forms in forms designer and made 3 menu event handlers like this:
+
+ChildForm child = new ChildForm();
+child.MDIParent = this;
+child.Show();
+
+And that's all...


More information about the mono-bugs mailing list