A minor miniconsole issue

Post Reply
Loem
Posts: 17
Joined: Tue Jul 09, 2013 9:52 pm

A minor miniconsole issue

Post by Loem »

Code: [show] | [select all] lua
roomstuffBox1:setBold(true)
Refuses to work on my miniconsole. Have a feeling my syntax might be off.

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: A minor miniconsole issue

Post by Vadi »

I tested and it works fine here. If you can provide the context, we can help - but this doesn't really explain much.

Loem
Posts: 17
Joined: Tue Jul 09, 2013 9:52 pm

Re: A minor miniconsole issue

Post by Loem »

Alright. Lets me know it's not that then. I'm reworking some UI aspects to work as GMCP miniconsoles instead of labels. The code's a bit extensive (at least I feel it is <.<) so I'll give another crack at finding the cause before I try posting it all here. Thanks.

EDIT:
Got it working. Not 100% sure, but it seems that it didn't like the use of "fgColor = "cyan"" in the console's properties.

Post Reply