2020-08-01 13:04:33 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
2022-01-11 02:17:41 +00:00
|
|
|
<!-- Copyright (c) 2022 Josh Davidson (Octal450) -->
|
2020-08-01 13:04:33 +00:00
|
|
|
|
|
|
|
<!-- A3XX Load Flightplans -->
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
|
|
|
<name>simbrief</name>
|
|
|
|
<layout>vbox</layout>
|
|
|
|
|
2020-08-04 12:00:31 +00:00
|
|
|
<nasal>
|
|
|
|
<close>
|
|
|
|
acconfig.writeSettings();
|
|
|
|
</close>
|
|
|
|
</nasal>
|
|
|
|
|
2020-08-01 13:04:33 +00:00
|
|
|
<group>
|
|
|
|
<layout>hbox</layout>
|
|
|
|
<text>
|
|
|
|
<halign>left</halign>
|
|
|
|
<label>Simbrief API</label>
|
|
|
|
</text>
|
|
|
|
<button>
|
|
|
|
<halign>right</halign>
|
|
|
|
<pref-width>20</pref-width>
|
|
|
|
<pref-height>20</pref-height>
|
|
|
|
<legend>X</legend>
|
|
|
|
<key>Esc</key>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-close</command>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
</group>
|
|
|
|
|
|
|
|
<hrule/>
|
|
|
|
|
|
|
|
<group>
|
|
|
|
<layout>vbox</layout>
|
|
|
|
<text>
|
|
|
|
<halign>left</halign>
|
|
|
|
<label>This dialog allows users to pull their flightplan from simbrief.</label>
|
|
|
|
</text>
|
|
|
|
<text>
|
|
|
|
<halign>left</halign>
|
2022-09-06 09:40:05 +00:00
|
|
|
<label>1. ACARS is only available if your VHF3 radio is in data mode, and the radio is supplied with electrical power</label>
|
2020-08-01 13:04:33 +00:00
|
|
|
</text>
|
|
|
|
<text>
|
|
|
|
<halign>left</halign>
|
|
|
|
<label>2. Flightplan uplink is only available before engine start, if a flightplan is not yet entered in the MCDU</label>
|
|
|
|
</text>
|
|
|
|
<text>
|
|
|
|
<halign>left</halign>
|
2022-09-06 09:40:05 +00:00
|
|
|
<label>3. If your FlightGear has installed Navigraph procedure files, it is reccomended not to include a SID or STAR in your</label>
|
2020-08-01 15:30:16 +00:00
|
|
|
</text>
|
|
|
|
<text>
|
|
|
|
<halign>left</halign>
|
2022-09-06 09:40:05 +00:00
|
|
|
<label>SimBrief flightplan, as you will probably not be able to select a different procedure afterwards if you need to. </label>
|
|
|
|
</text>
|
|
|
|
<text>
|
|
|
|
<halign>left</halign>
|
|
|
|
<label>If you don't have procedures installed, then it's fine to leave them in. </label>
|
|
|
|
</text>
|
|
|
|
<text>
|
|
|
|
<halign>left</halign>
|
|
|
|
<label>4. Please enter your username (alias for Navigraph accounts) in the following text field (not case sensitive)</label>
|
2020-08-01 13:04:33 +00:00
|
|
|
</text>
|
|
|
|
<group>
|
|
|
|
<layout>hbox</layout>
|
|
|
|
<input>
|
|
|
|
<width>200</width>
|
|
|
|
<height>25</height>
|
2022-09-06 09:40:05 +00:00
|
|
|
<label>Username / Alias</label>
|
2020-08-01 13:04:33 +00:00
|
|
|
<property>/FMGC/simbrief-username</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
2020-08-04 12:00:31 +00:00
|
|
|
<live type="bool">true</live>
|
2020-08-01 13:04:33 +00:00
|
|
|
</input>
|
|
|
|
</group>
|
2020-08-04 12:00:31 +00:00
|
|
|
|
|
|
|
<button>
|
|
|
|
<x>40</x>
|
|
|
|
<y>10</y>
|
|
|
|
<legend>Apply / Exit</legend>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-close</command>
|
|
|
|
</binding>
|
|
|
|
</button>
|
2020-08-01 13:04:33 +00:00
|
|
|
</group>
|
|
|
|
|
|
|
|
</PropertyList>
|