- Messages
- 10,158
- Country

Hey all,
I am building an Autopilot gauge, KFC225, which has digital font that become visible as the systems are activated.
However, in building the gauge and putting in 'Visible' scripts, the fonts quit showing up.
For instance, first one is 'AP'. Shows up fine. Then 'FD', fine. Then I start putting in the rest, and 'nothing' shows up. The gauge is still active, but the fonts are all off, hidden, not visible.
This is the scripts. Do you see a problem? (Note, some do not have a 'Visible' script in them, so they are showing fine. Anything with a Visible script is not showing).
I am building an Autopilot gauge, KFC225, which has digital font that become visible as the systems are activated.
However, in building the gauge and putting in 'Visible' scripts, the fonts quit showing up.
For instance, first one is 'AP'. Shows up fine. Then 'FD', fine. Then I start putting in the rest, and 'nothing' shows up. The gauge is still active, but the fonts are all off, hidden, not visible.
This is the scripts. Do you see a problem? (Note, some do not have a 'Visible' script in them, so they are showing fine. Anything with a Visible script is not showing).
Code:
<!-- ////// SMALL FONT ////// -->
<!-- ////// SMALL FONT ////// -->
<!-- ALERT -->
<Element>
<Position X="523" Y="88" />
<Text X="150" Y="30" Length="5" Font="LCD" FontSize="27" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Top" Multiline="No" Color="Orange">
<String>ALERT</String>
</Text>
</Element>
<!-- ALERT -->
<Element>
<Position X="619" Y="88" />
<Text X="90" Y="30" Length="3" Font="LCD" FontSize="27" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Top" Multiline="No" Color="Orange">
<String>FPM</String>
</Text>
</Element>
<!-- ALERT -->
<Element>
<Position X="675" Y="88" />
<Text X="60" Y="30" Length="2" Font="LCD" FontSize="27" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Top" Multiline="No" Color="Orange">
<String>FT</String>
</Text>
</Element>
<!-- AP -->
<Element>
<Position X="283" Y="42" />
<Visible>(A:AUTOPILOT MASTER,bool) 1 == </Visible>
<Text X="60" Y="30" Length="2" Font="LCD" FontSize="27" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Top" Multiline="No" Color="Orange">
<String>AP</String>
</Text>
</Element>
<!-- YD -->
<Element>
<Position X="283" Y="81" />
<Visible>(A:AUTOPILOT YAW DAMPER,bool) 1 == </Visible>
<Text X="60" Y="30" Length="2" Font="LCD" FontSize="27" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Top" Multiline="No" Color="Orange">
<String>YD</String>
</Text>
</Element>
<!-- HPA -->
<Element>
<Position X="544" Y="110" />
<Text X="90" Y="30" Length="3" Font="LCD" FontSize="27" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Top" Multiline="No" Color="Orange">
<String>HPA</String>
</Text>
</Element>
<!-- IN -->
<Element>
<Position X="640" Y="110" />
<Text X="60" Y="30" Length="2" Font="LCD" FontSize="27" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Top" Multiline="No" Color="Orange">
<String>IN</String>
</Text>
</Element>
<!-- HG -->
<Element>
<Position X="676" Y="110" />
<Text X="60" Y="30" Length="2" Font="LCD" FontSize="27" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Top" Multiline="No" Color="Orange">
<String>HG</String>
</Text>
</Element>
<!-- ARM ONE -->
<Element>
<Position X="256" Y="78" />
<Element>
<Text X="30" Y="27" Length="1" Font="LCD" FontSize="27" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Bottom" Multiline="No" Color="Orange">
<String>A</String>
</Text>
</Element>
<Element>
<Text X="30" Y="47" Length="1" Font="LCD" FontSize="27" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Bottom" Multiline="No" Color="Orange">
<String>R</String>
</Text>
</Element>
<Element>
<Text X="30" Y="67" Length="1" Font="LCD" FontSize="27" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Bottom" Multiline="No" Color="Orange">
<String>M</String>
</Text>
</Element>
</Element>
<!-- ARM TWO -->
<Element>
<Position X="436" Y="78" />
<Element>
<Text X="30" Y="27" Length="1" Font="LCD" FontSize="27" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Bottom" Multiline="No" Color="Orange">
<String>A</String>
</Text>
</Element>
<Element>
<Text X="30" Y="47" Length="1" Font="LCD" FontSize="27" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Bottom" Multiline="No" Color="Orange">
<String>R</String>
</Text>
</Element>
<Element>
<Text X="30" Y="67" Length="1" Font="LCD" FontSize="27" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Bottom" Multiline="No" Color="Orange">
<String>M</String>
</Text>
</Element>
</Element>
<!-- PT VERTICAL -->
<Element>
<Position X="474" Y="68" />
<Element>
<Text X="30" Y="27" Length="1" Font="LCD" FontSize="27" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Bottom" Multiline="No" Color="Orange">
<String>P</String>
</Text>
</Element>
<Element>
<Text X="30" Y="47" Length="1" Font="LCD" FontSize="27" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Bottom" Multiline="No" Color="Orange">
<String>T</String>
</Text>
</Element>
</Element>
<Element>
<Polygon FillColor="Orange" Bright="Yes">
<Point X="480" Y="40"/>
<Point X="487" Y="59"/>
<Point X="472" Y="59"/>
</Polygon>
</Element>
<Element>
<Polygon FillColor="Orange" Bright="Yes">
<Point X="480" Y="136"/>
<Point X="487" Y="117"/>
<Point X="472" Y="117"/>
</Polygon>
</Element>
<!-- ////// LARGE FONT WORDS ////// -->
<!-- ////// LARGE FONT WORDS ////// -->
<!-- APPROACH -->
<!-- //////////////////////
<Element>
<Position X="144" Y="30" />
<Text X="180" Y="60" Length="3" Font="LCD" FontSize="60" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Top" Multiline="No" Color="Orange">
<String>APR</String>
</Text>
</Element>
/////////////////////////// -->
<!-- HEADING -->
<Element>
<Position X="144" Y="30" />
<Visible>(A:AUTOPILOT HEADING LOCK,bool) 1 == </Visible>
<Text X="180" Y="60" Length="3" Font="LCD" FontSize="60" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Top" Multiline="No" Color="Orange">
<String>HDG</String>
</Text>
</Element>
<!-- ROLL -->
<Element>
<Position X="333" Y="30" />
<Text X="180" Y="60" Length="3" Font="LCD" FontSize="60" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Top" Multiline="No" Color="Orange">
<String>ROL</String>
</Text>
</Element>
<!-- VS -->
<Element>
<Position X="367" Y="30" />
<Visible>AUTOPILOT ATTITUDE HOLD,bool) 1 == </Visible>
<Text X="120" Y="60" Length="2" Font="LCD" FontSize="60" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Top" Multiline="No" Color="Orange">
<String>VS</String>
</Text>
</Element>
<!-- GS -->
<Element>
<Position X="144" Y="85" />
<Text X="120" Y="60" Length="3" Font="LCD" FontSize="60" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Top" Multiline="No" Color="Orange">
<String>GS</String>
</Text>
</Element>
<!-- NAV -->
<Element>
<Position X="144" Y="85" />
<Visible>(A:AUTOPILOT NAV1 LOCK,bool) 1 == </Visible>
<Text X="180" Y="60" Length="3" Font="LCD" FontSize="60" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Top" Multiline="No" Color="Orange">
<String>NAV</String>
</Text>
</Element>
<!-- ALT -->
<Element>
<Position X="337" Y="85" />
<Visible>(A:AUTOPILOT ALTITUDE LOCK,bool) 1 == </Visible>
<Text X="180" Y="60" Length="3" Font="LCD" FontSize="60" FontWeight="600" Bright="Yes"
Adjust="Left" VerticalAdjust="Top" Multiline="No" Color="Orange">
<String>ALT</String>
</Text>
</Element>
Last edited:





