(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?
Could you reply the whole function? Is that the only box where this happens?
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.
I'm using the Interaction editor and then display global message, and This extra line occures in all textboxes...
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.)
Does it happen if you Run Script and do:
Display("Test message from the script.");
?
I've changed to personalized textbox, and now it looks better.