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++ Library : Other (not classified elsewhere) » EditControl with AllCaps, OnlyNums, and ErrorMsg dialog
Re: EditControl with AllCaps, OnlyNums, and ErrorMsg dialog [message #37520 is a reply to message #37518] Sun, 14 October 2012 09:37 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
luisrod0512 wrote on Sat, 13 October 2012 22:45

:
EditField& InitCaps(bool b = true) { initcaps = b; return *this; }
EditField& AllsCaps(bool b = true) { allscaps = b; return *this; }
EditField& OnlyNums(bool b = true) { onlynums = b; return *this; }



EditField::SetFilter is the generic way, no need to provide special modes for this.
 
Read Message
Read Message
Read Message
Previous Topic: flexibelize RectTracker, only works TopLeft -> BottomRight
Next Topic: umk got changed....
Goto Forum:
  


Current Time: Sat May 04 19:14:28 CEST 2024

Total time taken to generate the page: 0.03693 seconds