Page 1 of 1

Font attributes?

Posted: 18 Jul 2012 11:21
by Adger
I'm using the Control Room Message Center for various means. I want to know wether or not it is possible to set attributes for the font in use like color, bold, italic etc. I don't want to set those for the whole window but rather individually, eg. use a red font for warnings, bold for certain keywords etc. Is this possible? If yes how?

Re: Font attributes?

Posted: 18 Jul 2012 12:13
by radio42
No, this is currently no possible.
But can you explain where and what keywords you are talking about?
- standard messages or RSS-Feed messages...?

Re: Font attributes?

Posted: 30 Jul 2012 22:53
by radio42
In v3.0.11.9 you can now use HTMl code with messages:
E.g. like this:

Code: Select all

SET_MESSAGECENTER_MESSAGE Some <big>Bigger Text</big><br/><b>Something Bold</b> <i>Italic</i> <u>Underlined</u><br/><BaseFont size=11>Size = 10</BaseFont><br/><BaseFont Color="red">something in red</BaseFont>

Re: Font attributes?

Posted: 31 Jul 2012 09:39
by Adger
This is very helpfull, thank you very much!