Font attributes?

You have a question or need an advice about how to do something? Ask it here!
Post Reply
User avatar
Adger
Posts: 122
Joined: 10 Apr 2012 20:09
Location: Germany
Font attributes?

Post 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?
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Font attributes?

Post 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...?
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Font attributes?

Post 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>
User avatar
Adger
Posts: 122
Joined: 10 Apr 2012 20:09
Location: Germany
Re: Font attributes?

Post by Adger »

This is very helpfull, thank you very much!

Post Reply