Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Rui 'Trovatore' Pires on Sat 28/01/2006 14:19:30

Title: Bug: GUI Button text in parenthesis not showing up (FIXED)
Post by: Rui 'Trovatore' Pires on Sat 28/01/2006 14:19:30
I found out just now that if we write a button's text between parentheses (run-time, at least, dunno about setting it in the editor) the text doesn't show up.

Sure, fixing it was as easy as adding a space before the first parenthesis, like:

temp.AsButton.Text=" (empty)";

...but as minor a thing as it is, and as low priority as it can be, I'd like to ask this to be either changed or toggleable. If it were the keywords "(empy)" or "(nothing)" that caused this, I'd understand, but everything between parenthesis...?
Title: Re: GUI buttons names between () appear as empty?
Post by: Pumaman on Sat 28/01/2006 17:27:08
Heh, this is a rather clumsy check for the special (INV) and (INVSHR) tags that you can do. I'll change it to allow things like (empty).
Title: Re: Bug: GUI Button text in parenthesis not showing up
Post by: strazer on Mon 30/01/2006 18:41:22
Fixed as of AGS v2.72 Beta 2.