GUI Messages: Difference between revisions

Jump to navigation Jump to search
(Moving up suitable first section; Fix spelling; + Related resources)
Line 5: Line 5:


== Background ==
== Background ==
Whatever is written to <code>/sim/messages/*</code> 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.
Behind the scenes, this works by using a property listener/callback that is triggered whenever the property tree branch is modified.


{{FGCquote
{{FGCquote
Line 19: Line 17:
   }}
   }}
}}
}}
Whatever is written to <code>/sim/messages/*</code> 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.
Behind the scenes, this works by using a property listener/callback that is triggered whenever the property tree branch is modified.


== Features ==
== Features ==

Navigation menu