Hi Abbat,
I have just checked the two provided label types; TextLabel and Label
They behave slightly differently in providing multi-line text (which
is possible for both).

If you enter multi-line text using the Properties form in the IDE in
Label1.Text then the lines will appear as entered in the label on your
form.

If you enter multi-line text using the Properties form in the IDE in
TextLabel1.Text then the linefeeds are used as word breaking space and
the text is formatted with the words wrapping according to the width
and height of the label on your form.

If that isn't clear then just try it with your own label examples. And
don't forget you can quickly change a label from one type to the other
and instantly see the effect that will have on your form layout. Just
select the label in the form design view and right-click to get the
context menu where the 3rd option is "Change into...".

Richard

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to