bugDotGNU Portable.NET - Bugs: bug #10412, BackColor of a Label cannot be set...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #10412: BackColor of a Label cannot be set to Transparent -> throws exception

Submitter:  Heiko Weiss <brubbel>
Submitted:  Thu 16 Sep 2004 09:36:34 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Sun 26 Sep 2004 02:41:00 PM UTC, comment #2: 

Fixed in CVS 25th September 2005 (patch #3389).

Carl-Adam Brengesjo <ptah>
Group Member
Thu 16 Sep 2004 09:39:14 AM UTC, comment #1: 

Maybe some other controls have the same problem. ???

Heiko Weiss <brubbel>
Group Member
Thu 16 Sep 2004 09:36:34 AM UTC, original submission:  


Fix is:
Label.cs ctor of Label()
SetStyle(ControlStyles.ResizeRedraw, true);
SetStyle(ControlStyles.SupportsTransparentBackColor, true );

Heiko Weiss <brubbel>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-09-26 ptah StatusNone Fixed
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-caa5.
Corresponding source code