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++ Widgets - General questions or Mixed problems » label text not wrapped
Re: label text not wrapped [message #10965 is a reply to message #10961] Wed, 08 August 2007 07:54 Go to previous messageGo to previous message
bonami is currently offline  bonami
Messages: 186
Registered: June 2007
Location: Beijing
Experienced Member
does not work. 708dev1

ezcomm/main.cpp line 225. the \1 does not wrap it. when running, click "clear" in the lower right corner to test this.
info.SetLabel(cnt ? "\1this is a long line. hope it works"/*cnt*/ : "");

even if i write like below, it does not change a thing,
	char ss[100];
	ss[0] = 1;
	strcat(ss, "this is a long line. hope it works");
	info.SetLabel(cnt ? ss/*cnt*/ : "");
  • Attachment: MyApps.zip
    (Size: 325.22KB, Downloaded 272 times)
 
Read Message
Read Message
Read Message
Read Message
Read Message icon7.gif
Read Message icon11.gif
Read Message
Read Message icon6.gif
Read Message icon3.gif
Read Message
Read Message
Read Message
Read Message icon3.gif
Read Message
Read Message icon14.gif
Previous Topic: Having my HWND and eating it, too...
Next Topic: Have the PictureButton ?
Goto Forum:
  


Current Time: Sat May 11 16:25:15 CEST 2024

Total time taken to generate the page: 0.02599 seconds