[Mono-winforms-list] [PATCH] System.Windows.Forms.Form ControlBox bug

Lachlan Keown lachlankeown at gmail.com
Sat May 23 01:15:34 EDT 2009


Done - Bug #506632.

2009/5/23 Carlos Alberto Cortez <calberto.cortez at gmail.com>
>
> Hey!
>
> Would it be possible to fill a bug report with the attached patch, so we don't forget about it?
>
> Thanks!
> Carlos.
>
> 2009/5/22 Lachlan Keown <lachlankeown at gmail.com>
>>
>> Hi, I've been working on getting my Windows Forms app to work under Mono and finding a few bugs along the way...
>> This one relates to the ControlBox property of the Form class. When ControlBox is set to false, the form should have a title bar only if the Text property is not empty. So whenever the Text or Controlbox properties change this needs to be tested for and the Window size adjusted accordingly. See the attached patch, which is probably overkill. I haven't written or run any tests for this sorry as I'm still getting familiar with the Mono environment.
>> Lachlan Keown
>>
>>
>> _______________________________________________
>> Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>>
>


More information about the Mono-winforms-list mailing list