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 » Changing Editbox background color (EditString)
Re: Changing Editbox background color (EditString) [message #15109 is a reply to message #15108] Tue, 01 April 2008 12:46 Go to previous messageGo to previous message
mrjt is currently offline  mrjt
Messages: 705
Registered: March 2007
Location: London
Contributor
Something like:
EditField::Style editstyle; // Member variable of owner window

void OnEditChange()
{
    editstyle = EditField::StyleDefault();
    editstyle.paper = SLtBlue();
    
    editfield.SetStyle(editstyle);
}

[Updated on: Tue, 01 April 2008 12:55]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Linux RectTracker problem
Next Topic: thread, virtual class and exception
Goto Forum:
  


Current Time: Sun Apr 27 19:43:52 CEST 2025

Total time taken to generate the page: 0.03361 seconds