Re: more text widget help... [message #47474] |
Fri, 10 February 2006 08:28 |
Benjamin Hornberger
Messages: 258 Registered: March 2004
|
Senior Member |
|
|
Steve wrote:
> Thank you so much for the prompt replies on my previous post... One
> problem (for me) remains, however. I have a text widget that is sized
> properly when it is blank (using ysize). Unfortunately, when I try
> printing some text in the widget, newlines come up looking like their
> ASCII representation (a little box) instead of just going to the
> newline. I can brute force my way around this by wrapping the text and
> inserting spaces, but I'm guessing there's a better way... Any
> thoughts would be apprciated.
> Thanks again.
> -Steve
>
Have you tried setting the value to a string array, one array element
for each line?
Good luck,
Benjamin
|
|
|