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 » LineEdit, EditFields, DocEdit » recent MinMax Refresh fix not GCC compilable
recent MinMax Refresh fix not GCC compilable [message #29451] Thu, 21 October 2010 14:54 Go to previous message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
the recently introduced Refresh() fix for MinMax EditField
is GCC incompatible..needs sth like the following..

EditCtrl.h:244
...
	typedef EditValue<DataType, Cv> R;
...

	EditMinMax& Min(DataType min)                     { Cv::Min(min); R::Refresh(); return *this; }
...
 
Read Message
Read Message icon4.gif
Read Message
Read Message
Read Message
Previous Topic: [SECURITY] Drag-n-drop enabled in password fields
Next Topic: operator<<= in tree control reference example
Goto Forum:
  


Current Time: Tue Apr 23 09:03:40 CEST 2024

Total time taken to generate the page: 0.01852 seconds