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> <layout>vbox</layout>
<text> <text>
<halign>center</halign> <halign>left</halign>
<label>Initializing...</label> <label>Feeding Birds...</label>
</text> </text>
</group> </group>

View file

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

View file

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

View file

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

View file

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