Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: YOke on Thu 10/03/2005 16:39:14

Title: Suggestion/question regarding ListBox (SOLVED)
Post by: YOke on Thu 10/03/2005 16:39:14
I am in the process of making a diary-like interface where options appear as they become known to the player. I found out that the ListBox fuction would be perfect for this if it hadn't been for one thing...
There is no way of setting the selected item to look the same as the non-selected items. This ruins the impression of a diary.  :-\
There are plenty of ways around this that I can think of, but the ListBox function is almost ideal and would require only a small change to become more powerful.

Or maybe there is a way to change the colors and I'm retarded? ;)
Title: Re: Suggestion/question regarding ListBox
Post by: RickJ on Thu 10/03/2005 16:45:02
In AGS 2.7 you can set the selected text and background colors, so yes this is easily done in the next version AGS.   
Title: Re: Suggestion/question regarding ListBox (SOLVED)
Post by: YOke on Thu 10/03/2005 17:25:54
That's what I get for not keeping updated... :)
Thanks!