[Mono-winforms-list] Bugs in Mono 1.1.14 on Windows

tut trofimich at ukr.net
Wed Apr 5 05:28:24 EDT 2006


Hi! Thanks for your answer. 
Yes, i work on Windows 2003 and test SWF applications which i compiled in VS
2003 for .NET 1.1.

1) About test: i wrote aboute problemt to Jackson Harper but hi didn't
answer yet. I think that bug is too obvious to write test. To see the bug
you should only to create MDI child window and try to resize it using mouse.
The code for creating child window is very simple:

	Form child = new Form();
	child.MdiParent = this;
	child.Show();

Second bug in MDI is very simple too. Look at standart MDI-container window
on Windows. When you maximize any child window than windows creates
minimize, restore and close buttons opposite main menu (look at the
attachement). Mono doesn't do this. So, if i created few MDI-child windows
and maximize one of them than i don't see other windows and can't minimize
my mdi-child back without writing own code.
http://www.nabble.com/user-images/2669.png 

3) About ASP bugs: i need to write new topic in other child forum, or maby
you can tell someone from ASP team to view existing topic?
--
View this message in context: http://www.nabble.com/Bugs-in-Mono-1.1.14-on-Windows-t1398054.html#a3760933
Sent from the Mono - WinForms forum at Nabble.com.



More information about the Mono-winforms-list mailing list