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 » DropList color is the same when editable or not
Re: DropList color is the same when editable or not [message #32077 is a reply to message #32025] Wed, 20 April 2011 13:56 Go to previous messageGo to previous message
rylek is currently offline  rylek
Messages: 79
Registered: November 2005
Member
Hi there!

After analyzing the the situation I agreed with Mirek to rewrite MultiButton coloring code using style information. I added the following style member variables in analogy to EditField:

		Color paper;
		Color hot_paper;
		Color pressed_paper;
		Color focus_paper;
		Color readonly_paper;
		Color disabled_paper;
		Color text;
		Color focus_text;
		Color disabled_text;
		Color readonly_text;


Thus no color constants are hardcoded anymore in MultiButton and all can be fully customized.

Regards

Tomas
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: GetRectInParentWindow for all backends
Next Topic: why the ctrl does`t have HWND?
Goto Forum:
  


Current Time: Wed May 15 22:54:54 CEST 2024

Total time taken to generate the page: 0.01947 seconds