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 #47080 is a reply to message #47078] Tue, 29 November 2016 15:19 Go to previous messageGo to previous message
lovmy is currently offline  lovmy
Messages: 44
Registered: November 2015
Member

Hi,

i try:

void MyCLass::log( String texte )
{
	String contenu = gui.textarea.Get();
	contenu << texte << "\n";
	gui.textarea <<= contenu;
}


It's work but there are not simplest method ?

Thank !
 
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 15:03:57 CEST 2024

Total time taken to generate the page: 0.08244 seconds