Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Append line into LineEdit or DocEdit
Append line into LineEdit or DocEdit [message #47078] |
Tue, 29 November 2016 11:58 |
|
Hi,
i have problem, i want just to add line into LineEdit or DocEdit.
I try (lignes is a LineEdit object and texte a Upp::String)
serveur.lignes <<= texte << "\n";
or
client.lignes.Insert(-1, ~(texte << "\n"));
but without succes.
How i can create simple text area, with vertical scrollbar, and write line into this ?
Thank you for your help !
|
|
|
Goto Forum:
Current Time: Sun Jan 19 11:08:26 CET 2025
Total time taken to generate the page: 0.01340 seconds
|