GUI Messages: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 20: Line 20:


The corresponding code can be found in gui.nas and screen.nas
The corresponding code can be found in gui.nas and screen.nas
To change the font size {{FGCquote
|1= Set /sim/gui/style[1]/fonts/message-display/name
|2= {{cite web
  | url    = http://sourceforge.net/p/flightgear/mailman/message/20878242/
  | title  = <nowiki>Re: [Flightgear-devel] screen.window size of font</nowiki>
  | author = <nowiki> Csaba Halász </nowiki>
  | date  = Nov 23rd, 2008
  | added  = Nov 23rd, 2008
  | script_version = 0.23
  }}
}}


To disable the system completely,  set <code>/sim/screen/nomap=true</code> to prevent default message mapping - e.g. as a startup option <code>--prop:/sim/screen/nomap=1</code> and/or by editing $FG_HOME/Preferences.xml
To disable the system completely,  set <code>/sim/screen/nomap=true</code> to prevent default message mapping - e.g. as a startup option <code>--prop:/sim/screen/nomap=1</code> and/or by editing $FG_HOME/Preferences.xml


In addition, there's the tooltip system which is meanwhile using the [[Canvas]] 2D rendering API
In addition, there's the tooltip system which is meanwhile using the [[Canvas]] 2D rendering API

Navigation menu