Shared Libraies V1.3.0 B4

This commit is contained in:
Joshua Davidson 2017-05-20 00:13:07 -04:00
parent 7d60a3269c
commit bd381abd51
5 changed files with 31 additions and 27 deletions

View file

@ -23,8 +23,8 @@
<layout>vbox</layout>
<text>
<halign>center</halign>
<label>Initializing...</label>
<halign>left</halign>
<label>Feeding Birds...</label>
</text>
</group>

View file

@ -12,7 +12,7 @@
<layout>hbox</layout>
<text>
<halign>left</halign>
<label>Aircraft Configuration</label>
<label>Aircraft Configuration V1.3.0</label>
</text>
<button>
<halign>right</halign>
@ -82,7 +82,7 @@
<stretch type="bool">true</stretch>
</hrule>
<text>
<label>Auto Aircraft Config</label>
<label>Load Panel State</label>
</text>
<hrule>
<stretch type="bool">true</stretch>
@ -182,7 +182,6 @@
<enable>
<property>/systems/unused/unusedthing</property>
</enable>
<binding>
<command>nasal</command>
<script>
@ -195,7 +194,7 @@
</binding>
</button>
<!--<checkbox>
<checkbox>
<label>Enable Baggage Ramp</label>
<halign>left</halign>
<enable>
@ -206,14 +205,16 @@
<command>dialog-apply</command>
</binding>
<live>true</live>
</checkbox>-->
</checkbox>
<checkbox>
<label>Enable External Air</label> <!-- there is no overhead indication or switch -->
<label>Enable External Power Box</label>
<halign>left</halign>
<property>/controls/pneumatic/switches/groundair</property>
<property>/controls/switches/cart</property>
<binding>
<command>property-toggle</command>
<property>/controls/pneumatic/switches/groundair</property>
<command>property-assign</command>
<property>/controls/electrical/switches/gen-ext</property>
<value>0</value>
</binding>
<enable>
<and>
@ -234,13 +235,12 @@
</checkbox>
<checkbox>
<label>Enable External Power Box</label>
<label>Enable External Air</label>
<halign>left</halign>
<property>/controls/switches/cart</property>
<property>/controls/pneumatic/switches/groundair</property>
<binding>
<command>property-assign</command>
<property>/controls/electrical/switches/gen-ext</property>
<value>0</value>
<command>property-toggle</command>
<property>/controls/pneumatic/switches/groundair</property>
</binding>
<enable>
<and>

View file

@ -22,12 +22,12 @@
<layout>vbox</layout>
<text>
<halign>center</halign>
<label>Loading Panel State...</label>
<halign>left</halign>
<label>Loading Panel State, this may take a few moments...</label>
</text>
<text>
<halign>center</halign>
<label>Please don't touch anything during this process!</label>
<halign>left</halign>
<label>Please be paitent, and don't touch anything during this process!</label>
</text>
</group>

View file

@ -12,7 +12,7 @@
<layout>hbox</layout>
<text>
<halign>left</halign>
<label>Message</label>
<label>Panel State</label>
</text>
</group>
@ -23,11 +23,11 @@
<text>
<halign>center</halign>
<label>Panel State Load Complete!</label>
<label>The Panel State was loaded sucessfully.</label>
</text>
<button>
<halign>center</halign>
<legend>Close</legend>
<legend>Go Away</legend>
<pref-width>140</pref-width>
<key>Esc</key>
<binding>

View file

@ -35,6 +35,10 @@
<halign>center</halign>
<label>Welcome to the it0uchpods A3XX Series!</label>
</text>
<text>
<halign>center</halign>
<label>Version 0.3.X, it0uchpods Shared Libraries V1.3.0</label>
</text>
<text>
<halign>center</halign>
<label>This is a complex simulation of these amazing Airbus Aircraft.</label>
@ -57,12 +61,12 @@
<hrule/>
<group>
<layout>vbox</layout>
<layout>hbox</layout>
<button>
<halign>center</halign>
<legend>Open A/C Config</legend>
<pref-width>140</pref-width>
<pref-width>210</pref-width>
<binding>
<command>nasal</command>
<script>
@ -75,8 +79,8 @@
</button>
<button>
<halign>center</halign>
<legend>Close</legend>
<pref-width>140</pref-width>
<legend>Go Away</legend>
<pref-width>210</pref-width>
<binding>
<command>dialog-close</command>
</binding>