GUI Messages: Difference between revisions

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


FlightGear is using a simple property-based messaging system which can render GUI messages using propoerty listenenrs and the [[PUI]] GUI system.
FlightGear is using a simple property-based messaging system which can render GUI messages using propoerty listenenrs and the [[PUI]] GUI system.
{{FGCquote
|1= Whatever is written to
/sim/messages/*
at runtime is shown on-screen for a few seconds, then moved away. When the next message is written to that node, that is moved on-screen.
|2= {{cite web
  | url    = http://forum.flightgear.org/viewtopic.php?p=274765#p274765
  | title  = <nowiki>Re: Hiding all notification messages (top of screen)</nowiki>
  | author = <nowiki>Thorsten</nowiki>
  | date  = Feb 2nd, 2016
  | added  = Feb 2nd, 2016
  | script_version = 0.23
  }}
}}


This system is primarily used for the following features:
This system is primarily used for the following features:

Navigation menu