Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: poc301 on Wed 09/02/2011 17:06:35

Title: GUI: Textbox - Word Wrap.. Is it possible? [SOLVED]
Post by: poc301 on Wed 09/02/2011 17:06:35
I have a text box which is pulling globalstrings into it in my Notebook GUI.  

The person clicks the topic on the listbox on the left, and the globalstring with sometimes many lines of data populates the textbox on the right of the GUI.  This text is read-only, so it can never change.

Problem : I can't do a linefeed.  Any way I can do this?  I need to word wrap apparently, but can find no way to do it.

Thanks,

Bill
Title: Re: GUI: Textbox - Word Wrap.. Is it possible?
Post by: Khris on Wed 09/02/2011 17:26:31
LABEL
Title: Re: GUI: Textbox - Word Wrap.. Is it possible?
Post by: Calin Leafshade on Wed 09/02/2011 17:32:01
What Khris says.

As far as i can see, the *only* advantage of a text box is that its editable.. which you switched off..

Title: Re: GUI: Textbox - Word Wrap.. Is it possible?
Post by: poc301 on Wed 09/02/2011 18:33:10
Oh wow, okay.

Thanks for the help :)

-Bill