Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: poc301 on Wed 09/02/2011 20:50:13

Title: Moderator - Please delete.
Post by: poc301 on Wed 09/02/2011 20:50:13
Moderators, please delete this..  Turns out I am using AGS 2.72 and have a limit on the label length in my GUIs :(

-Bill
Title: Re: String Append not appending the full string...
Post by: poc301 on Wed 09/02/2011 21:00:42
I just did some testing, and apparently it is because I am displaying it into a Label in a GUI.  I guess the Labels have limits on length??

I could not find anything by searching the forums or by reading the manual.  

Thanks,

Bill
Title: Re: Moderator - Please delete.
Post by: Khris on Wed 09/02/2011 22:31:58
I'm guessing that Label.Text has a maximum length of 200, just like a String.

What you could try is use more than one label and use GetTextHeight to determine the y coordinate of the second and third label.