 tscheng805
		
			tscheng805
		
		
		
		
		
		
		
		
	
			09-10-2012 01:55 AM
Hello everybody!
As I have tried to wrap Text directly inside a multicolumn list, i searched my way for word-wrapping VIs but could not find anything. Since everybody seems to be using the "GetTextRect"-VI to compute the needed space for a certain amount of text, I went a different way:
In my VI i use the text-wrap function of a string-element, define its width and then read it out line-by-line to get the wrapped text.
I hope this helps somebody like me out there.
Is this implementation legit and any good?
Thank you.
 GerdW
		
			GerdW
		
		
		 
		
		
		
		
		
	
			09-10-2012 03:27 AM
09-10-2012 07:56 AM
LabVIEW 2010
 mike_nrao
		
			mike_nrao
		
		
		
		
		
		
		
		
	
			11-08-2013 12:47 PM - edited 11-08-2013 12:58 PM
Nice! Here's a slightly simpler version (including 'font' input since this can affect the result):
 SQUARELAB
		
			SQUARELAB
		
		
		
		
		
		
		
		
	
			03-29-2018 09:33 AM
This worked perfectly. Thankyou.!!!