Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: AndersM on Sat 05/06/2004 16:45:44

Title: Ugly text-aperance
Post by: AndersM on Sat 05/06/2004 16:45:44
I use the 'standard' text-in-white-box to display non-speaking texts,
for example when the player looks at something. But the box looks ugly. I
t diplays an whole empy row beneath every text-boxÃ, like this:

----------
Ã,  TEXT

----------

(The----- is the upper and lower 'frame' of the box)
I've checked for row-breaks and so, but there is none.
I want it to look like this:

----------
Ã,  TEXT
----------

Any ideas?

The game is partly converted from an older ags-version
Title: Re: Ugly text-aperance
Post by: Pumaman on Sat 05/06/2004 20:30:40
What method are you using to display the message? A "Display message" interaction, or a Display() script command, or what?
Title: Re: Ugly text-aperance
Post by: AndersM on Sun 06/06/2004 01:06:55
I use the 'display message' interaction
Title: Re: Ugly text-aperance
Post by: Pumaman on Mon 07/06/2004 21:23:22
You haven't put a carriage return at the end of your messages, have you? The text box won't normally add a blank line underneath.
Title: Re: Ugly text-aperance
Post by: AndersM on Mon 07/06/2004 23:23:25
No carriage return. I've checked twice...
Title: Re: Ugly text-aperance
Post by: Pumaman on Wed 09/06/2004 21:41:03
Has anyone else had a problem like this?
Title: Re: Ugly text-aperance
Post by: Scorpiorus on Thu 10/06/2004 20:46:33
Quote from: MrMasse on Sun 06/06/2004 01:06:55
I use the 'display message' interaction
Hmm, what if you check if there is a row of spaces at the end of each message?