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 » CalendarCtrl » Calendar & Clock titles unreadable (white numbers on light gray)
Re: Calendar & Clock titles unreadable (white numbers on light gray) [message #58699 is a reply to message #58603] Mon, 25 July 2022 17:40 Go to previous messageGo to previous message
awksed is currently offline  awksed
Messages: 61
Registered: April 2012
Member
Should anyone be interested. Here is how I fixed the clock.


Clock& Clock::SetStyle(const Style& s)
{
 style = &s;
 //nbg = CtrlImg::Bg();
 nbg = Colorize(CtrlImg::Bg(), s.header, 150); // Fom the old class
 Refresh();
 return *this;
}

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: DropTime TimeAlways
Next Topic: Calendar control localization format
Goto Forum:
  


Current Time: Tue May 07 18:58:37 CEST 2024

Total time taken to generate the page: 0.02575 seconds