Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Sledgy on Sat 10/10/2009 11:35:19

Title: TextBox with "_" in the end
Post by: Sledgy on Sat 10/10/2009 11:35:19
I use GUI with textbox, and always there's some "_"-symbol in the end of text.


Code for example: SetTextBoxText(4,0,"What's up, man?");

And result:

(http://pic.ipicture.ru/uploads/091010/eniQpHy75f.jpg)


WTF? I've seen font and deleted all strange and "_"-oid symbols. But nothing.
Title: Re: TextBox with "_" in the end
Post by: Calin Leafshade on Sat 10/10/2009 12:04:19
I presume thats because textboxs are suppose to be for entry.. thats the cursor thingy.

Use a label instead
Title: Re: TextBox with "_" in the end
Post by: Sledgy on Sat 10/10/2009 14:36:43
You're right!!! Thanks.