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 » U++ Widgets - General questions or Mixed problems » Label box has no disabled look
Label box has no disabled look [message #30106] Thu, 09 December 2010 12:56 Go to previous message
frankdeprins is currently offline  frankdeprins
Messages: 99
Registered: September 2008
Location: Antwerp - Belgium
Member
Hello,

When a labelbox is disabled, the text does not get the disabled text color. You simply cannot see it is disabled.
I stepped a bit through the sources and, to my humble knowledge, the best way to fix this is change the labelbox constructor to:
LabelBox::LabelBox()
{
	SetInk(Color(Null));
	SetVAlign(ALIGN_TOP);
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: public Ctrl in my class - param in constructor problem
Next Topic: Accessing printer properties
Goto Forum:
  


Current Time: Sun Apr 28 01:17:35 CEST 2024

Total time taken to generate the page: 1.07484 seconds