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) » Append line into LineEdit or DocEdit
Re: Append line into LineEdit or DocEdit [message #47091 is a reply to message #47088] Thu, 01 December 2016 14:31 Go to previous message
deep is currently offline  deep
Messages: 263
Registered: July 2011
Location: Bangalore
Experienced Member
Hi,

If you want to keep appending new lines to LineEdit following will work.

LineEdit lineedit;
for ( int i = 0; i < 10; i++ )
{
	s.Clear();
	s << "String 	>> " << i << "\n";
	lineedit.Paste ( s.ToWString() );
}


Warm Regards

Deepak
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Convert Upp::String to int
Next Topic: Problem with dialogs
Goto Forum:
  


Current Time: Sat Apr 27 08:31:40 CEST 2024

Total time taken to generate the page: 0.06628 seconds