« Return to Thread: ToolStrip background color

Re: ToolStrip background color

by Josh-85 :: Rate this Message:

Reply to Author | View in Thread

On Fri, Aug 15, 2008 at 1:03 PM, d3x0r <d3ck0r@...> wrote:

I have been tinkering with mono... and with my current theme, I have black
backgrounds and white text most places.

Text boxes and TreeListViews emulate windows .NET functionaltiy (they
maintain a white background and black text, no matter what apperance
settings have)

List boxes under windows aquire the background color of 'window' (and the
text color)   [under mono, list box backgrounds are white, but the text
color is taken from current settings (in my case, white) making them
unusable)

ToolStrips under windows aquire the background color of '3d objects' [ under
mono, they have a white background, and the text color from current settings
(in my case, white) ]

Can this be fixed at some point to either 100% emulate .NET under windows?

Or better yet, just respect all user theme settings for controls,  and not
default parts to white when none are defined as white?
--
View this message in context: http://www.nabble.com/ToolStrip-background-color-tp18992131p18992131.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list@...
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

I have ran into similar issues and have had to remove the "custom colors" functionality of my app because of this. It's a small nusiance but it would be great if it was resolved in a future version.

Josh

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list@...
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

 « Return to Thread: ToolStrip background color