AlertBox Text Color

Is there a way to change the AlertBox’s text color property? I have tried the setFontColor method it does nothing. Is it hard coded into the skins?

1 Like
@squizzle said: Is there a way to change the AlertBox's text color property? I have tried the setFontColor method it does nothing. Is it hard coded into the skins?

Good question… let me check.

I just commited an update containing the following method:

[java]
getTextArea()
[/java]

This returns the scroll area that contains the display message text. You can change any of the font properties from here.

Great! Thanks for the update.