Nasal in GUI dialog files

From FlightGear wiki
Revision as of 04:59, 13 October 2011 by Hooray (talk | contribs)
Jump to navigation Jump to search

As of 10/2011 there is unfortunately no dedicated article available yet, but for the time being you can refer to $FG_ROOT/gui/dialogs, where you can find a number of GUI dialogs containing embedded Nasal code, you'll want to look for sections (tags) named nasal/open and nasal/close:

  • about.xml
  • airports.xml
  • autopilot.xml
  • chat-menu.xml
  • file-select.xml
  • formation.xml
  • gps.xml
  • hud.xml
  • jetways-adjust.xml
  • jetways.xml
  • joystick-info.xml
  • location-in-air.xml
  • location-on-ground.xml
  • lso-view.xml
  • map.xml
  • marker-adjust.xml
  • message.xml
  • model-cockpit-view.xml
  • model-view-select.xml
  • model-view.xml
  • multiplayer.xml
  • nasal-console.xml
  • NTPS_target_task.xml
  • property-browser.xml
  • pushback.xml
  • random-failures.xml
  • rendering.xml
  • replay.xml
  • route-manager.xml
  • scenario.xml
  • seaport.xml
  • sound.xml
  • stopwatch.xml
  • system-failures.xml
  • terrasync.xml
  • tutorial.xml
  • view.xml
  • weather.xml


A bunch of helpers for creating scripted GUI dialogs can be found in $FG_ROOT/Nasal/gui.nas