Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Two bugs concerning GUI

$
0
0

Hello,

i would like to report two bugs i found. I am running the most actual Version of Sharp Develop.


1. In Form-Designer i have a few DataGridViews. I set the Property "ColumnHeadersDefaultCelLStyle" to "DataGridViewCellStyle { BackColor=Color [Control], ForeColor=Color [WindowText], SelectionBackColor=Color [Highlight], SelectionForeColor=Color [HighlightText], Font=[Font: Name=Microsonft Sans Serif, Size=8,25, Units=3, GdiCharSet=0, GdiVerticalFont=False], WrapMode=True, Alignment=MiddleLeft }"

But from time to time (i cant figure out when exactly) this options are set to default, so suddenly the ColumnHeaders are Bold. They should be in "normal" Textstyle.

 

2. I have a KeyPressEventHandler on two Textboxes in Mainform.Designer.cs, so i can catch a Enter Key press.
this.txtSrvName.KeyPress += new KeyPressEventHandler(checkEnterFilterName);

This line is completely deleted (for both Textboxes) whenever i change something optically (like size or position of any Component) in the Form-Designer.

 

Greetings

xola


Viewing all articles
Browse latest Browse all 1764

Trending Articles