https://bugzilla.novell.com/show_bug.cgi?id=361032
Summary: Form without boarders not maximized
Product: Mono: Class Libraries
Version: 1.2.6
Platform: All
OS/Version: openSUSE 10.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
CC: [EMAIL PROTECTED]
Found By: Beta-Customer
Created an attachment (id=194413)
--> (https://bugzilla.novell.com/attachment.cgi?id=194413)
Very simple source code and .exe in self extracting file
Description of Problem:
form without borders won't maximize
Works on Windows using MS .net.
Does not work on VMWare with mono 1.2.6 and Suse 10.3
This is the second of about 4 bugs (first was masked textbox displaying plain
text (fixed)).
I think some of the other bugs may be side effects of this bug, after this is
fixed I will send an fuller version of the program for testing, or try to test
myself.
Steps to reproduce the problem:
1. Create form
2. Set "Window State" to maximized
3. Works fine on Mono
4. Set "Form Border Style" to none
5. Displayes like widow state is normal (does not maximize). Does maximize on
Windows using MS .NET
//Designer code from VS
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
Actual Results:
Form with no borders appears in normal state
Expected Results:
Should appear in mamimized state
How often does this happen?
Allways
Additional Information:
Attached is self extracting exe.
compressed file includes maxtest.exe sample app and source code with VS
project.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs