Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » Look and Chameleon Technology » LabelBox disappear in DarkMode under Windows
Re: LabelBox disappear in DarkMode under Windows [message #60498 is a reply to message #60493] Mon, 11 March 2024 14:51 Go to previous messageGo to previous message
forlano is currently offline  forlano
Messages: 1207
Registered: March 2006
Location: Italy
Senior Contributor
Hello,

the default color of labelbox is not visible in darkmode. However if I use

.SetColor(SBlack());

then the box appear.

I wish this is the default color. Otherwise would be nice to have this method in the lay panel.

Luigi

edit: I found

LabelBox::LabelBox()
{
	color = Null;
	SetInk(LabelBoxTextColor());
}


If I set

color = SBlack();

my problem is solved.
Is this a safe way to proceede?


[Updated on: Mon, 11 March 2024 15:00]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: [solved] Flags loose colors in Windows dark theme
Next Topic: Colored text in Button
Goto Forum:
  


Current Time: Mon Apr 28 03:38:19 CEST 2025

Total time taken to generate the page: 0.00894 seconds