Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: AndersM on Fri 24/09/2004 21:15:40

Title: Textbox trouble
Post by: AndersM on Fri 24/09/2004 21:15:40
(http://www.2dadventure.com/ags/textbox123.png)

Why is there an extra white row underneath my text?
I've checked eight times for an accidental row-break, but there is none.
All my textboxes got this extra white row at the bottom.

Why, oh why?
Title: Re: Textbox trouble
Post by: on Sat 25/09/2004 09:38:39
Could you reply the whole function? Is that the only box where this happens?
Title: Re: Textbox trouble
Post by: Pumaman on Sat 25/09/2004 23:03:02
Are you using the Interaction Editor or the script to display the message box? If it's the interaction editor, make sure you don't press Return after typing in the message in the message editor.
Title: Re: Textbox trouble
Post by: AndersM on Sun 26/09/2004 18:41:36
I'm using the Interaction editor and then display global message, and This extra line occures in all textboxes...
Title: Re: Textbox trouble
Post by: Phemar on Mon 27/09/2004 14:44:30

That also used to happen to me, until I made my one custom one with one-pixel borders. Doing that also ensures that it will look fine under 640x400 (no small weakling line.)
Title: Re: Textbox trouble
Post by: Pumaman on Mon 27/09/2004 21:51:32
Does it happen if you Run Script and do:

Display("Test message from the script.");

?
Title: Re: Textbox trouble
Post by: AndersM on Mon 08/11/2004 12:32:04
I've changed to personalized textbox, and now it looks better.