Hallo Harri!
Also hier mal 2 Bilder:
Ohne Airports und Vor's aber mit NDB's
Mit Airports und Vor's aber ohne NDB's
Mit dem obersten Drehschalter möchte ich eigentlich
die Airports, Vor's und NDB's zuschalten, bezw. in jeder
Stellung ist nur eine der 3 Varianten sichtbar.
PHP-Code:
<Element>
<Visible>(L:SimDarAPT, bool) 1 == </Visible>
<Position X="59" Y="18"/>
<Image Name="A.bmp" Bright="No"/>
</Element>
<Element>
<Visible>(L:SimDarVOR, bool) 1 == </Visible>
<Position X="59" Y="18"/>
<Image Name="V.bmp" Bright="No"/>
</Element>
<Element>
<Visible>(L:SimDarNDB, bool) 1 == </Visible>
<Position X="59" Y="18"/>
<Image Name="N.bmp" Bright="No"/>
</Element>
PHP-Code:
//---------------------------------- Airports --------------------------------------
<Area Left="25" Top="13" Right="50" Bottom="58">
<Tooltip>Heading Hold</Tooltip>
<Cursor Type="Hand"/>
<Click> 1 (>L:SimDarAPT, bool) 0 (>L:SimDarVOR, bool) 0 (>L:SimDarNDB, bool) </Click>
</Area>
//---------------------------------- Vor ------------------------------------------
<Area Left="60" Top="13" Right="90" Bottom="58">
<Tooltip>Manual</Tooltip>
<Cursor Type="Hand"/>
<Click> 1 (>L:SimDarVOR, bool) 0 (>L:SimDarAPT, bool) 0 (>L:SimDarNDB, bool) </Click>
</Area>
//---------------------------------- NDB AUTO --------------------------------------
<Area Left="100" Top="13" Right="130" Bottom="58">
<Tooltip>GS Auto</Tooltip>
<Cursor Type="Hand"/>
<Click> 1 (>L:SimDarNDB, bool) 0 (>L:SimDarVOR, bool) 0 (>L:SimDarAPT, bool) </Click>
</Area>