This repository has been archived on 2021-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
IDG-A32X/AircraftConfig/error-mismatch.xml

122 lines
2.2 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<!--
2017-11-16 19:29:08 +00:00
##############################################
# Copyright (c) Joshua Davidson (it0uchpods) #
##############################################
-->
<!-- A3XX Aircraft Config Dialog -->
<PropertyList>
<name>aircraft-config-mismatch</name>
<layout>vbox</layout>
<color>
<red>0.5</red>
<green>0</green>
<blue>0</blue>
<alpha>0.9</alpha>
</color>
<group>
<layout>hbox</layout>
<text>
<halign>left</halign>
2018-05-05 16:48:40 +00:00
<label>Something Happened!</label>
</text>
</group>
<hrule>
<color>
<red>1.0</red>
<green>1.0</green>
<blue>1.0</blue>
<alpha>0.9</alpha>
</color>
</hrule>
<group>
<layout>vbox</layout>
<text>
<halign>left</halign>
2018-05-05 16:48:40 +00:00
<label>Something happened and an internal error has occurred. The aircraft has been disabled.</label>
</text>
<text>
<halign>left</halign>
2018-02-07 00:45:31 +00:00
<label>The error code and cause are listed below. Please include this information if contacting IDG.</label>
</text>
<hrule>
<color>
<red>1.0</red>
<green>1.0</green>
<blue>1.0</blue>
<alpha>0.9</alpha>
</color>
</hrule>
<group>
<layout>hbox</layout>
<halign>left</halign>
<text>
<label>Error Code:</label>
</text>
<text>
<border>1</border>
<label>99999</label>
<property>/systems/acconfig/mismatch-code</property>
<live>1</live>
</text>
</group>
<group>
<layout>hbox</layout>
<halign>left</halign>
<text>
<label>Reason:</label>
</text>
<text>
<border>1</border>
<label>9999999999999999999999999999999999</label>
<property>/systems/acconfig/mismatch-reason</property>
<live>1</live>
</text>
</group>
</group>
<hrule>
<color>
<red>1.0</red>
<green>1.0</green>
<blue>1.0</blue>
<alpha>0.9</alpha>
</color>
</hrule>
<group>
<layout>hbox</layout>
<button>
<color>
2018-02-07 00:45:31 +00:00
<red>0.6</red>
<green>0</green>
<blue>0</blue>
<alpha>0.9</alpha>
</color>
<halign>center</halign>
<legend>FlightGear Forums</legend>
2018-02-07 00:45:31 +00:00
<pref-width>550</pref-width>
<binding>
<command>open-browser</command>
<path>http://forum.flightgear.org</path>
</binding>
</button>
</group>
</PropertyList>