Hi
simply add Hello World to the DA62 SDK example doesn't work. What am I doing wrong?
Many thanks
// Panel Configuration File
// DA62
[VCockpit01]
size_mm=1024,768
pixel_size=1024,768
texture=$SCREEN_1
background_color=42,42,40
htmlgauge00=NavSystems/WTG1000/MFD/WTG1000_MFD.html, 0,0,1024,768
[VCockpit02]
size_mm=1024,768
pixel_size=1024,768
texture=$SCREEN_2
background_color=42,42,40
htmlgauge00=NavSystems/WTG1000/PFD/WTG1000_PFD.html, 0,0,1024,768
[VCockpit03]
size_mm=400,512
pixel_size=400,512
texture=$SCREEN_3
background_color=42,42,40
htmlgauge00=NavSystems/AS1000_BackupDisplay/Attitude/AS1000_AttitudeBackup.html, 0,0,400,512
[VCockpit04]
size_mm=400,512
pixel_size=400,512
texture=$SCREEN_4
background_color=42,42,40
htmlgauge00=NavSystems/AS1000_BackupDisplay/Speed/AS1000_SpeedBackup.html, 0,0,400,512
[VCockpit05]
size_mm=1024,768
pixel_size=1024,768
texture=$SCREEN_5
background_color=255,0,0
gauge00=AircraftInterior!SimpleGauge, 0,0,1024,768
AircraftInterior.xml in the same directory:
<Gauge Name="SimpleGauge" Version="1.0">
<Element>
<Position X="0" Y="0"/>
<Size X="1024" Y="768"/>
</Element>
<SimGauge.Gauge Version="1.0" Name="SimpleGauge">
<!-- Define a simple text element -->
<Element ID="SimpleText" Type="Text" X="100" Y="100" Font="Arial" FontSize="24" TextColor="white" Text="Hello, World!" />
</SimGauge.Gauge>
</Gauge>
simply add Hello World to the DA62 SDK example doesn't work. What am I doing wrong?
Many thanks
// Panel Configuration File
// DA62
[VCockpit01]
size_mm=1024,768
pixel_size=1024,768
texture=$SCREEN_1
background_color=42,42,40
htmlgauge00=NavSystems/WTG1000/MFD/WTG1000_MFD.html, 0,0,1024,768
[VCockpit02]
size_mm=1024,768
pixel_size=1024,768
texture=$SCREEN_2
background_color=42,42,40
htmlgauge00=NavSystems/WTG1000/PFD/WTG1000_PFD.html, 0,0,1024,768
[VCockpit03]
size_mm=400,512
pixel_size=400,512
texture=$SCREEN_3
background_color=42,42,40
htmlgauge00=NavSystems/AS1000_BackupDisplay/Attitude/AS1000_AttitudeBackup.html, 0,0,400,512
[VCockpit04]
size_mm=400,512
pixel_size=400,512
texture=$SCREEN_4
background_color=42,42,40
htmlgauge00=NavSystems/AS1000_BackupDisplay/Speed/AS1000_SpeedBackup.html, 0,0,400,512
[VCockpit05]
size_mm=1024,768
pixel_size=1024,768
texture=$SCREEN_5
background_color=255,0,0
gauge00=AircraftInterior!SimpleGauge, 0,0,1024,768
AircraftInterior.xml in the same directory:
<Gauge Name="SimpleGauge" Version="1.0">
<Element>
<Position X="0" Y="0"/>
<Size X="1024" Y="768"/>
</Element>
<SimGauge.Gauge Version="1.0" Name="SimpleGauge">
<!-- Define a simple text element -->
<Element ID="SimpleText" Type="Text" X="100" Y="100" Font="Arial" FontSize="24" TextColor="white" Text="Hello, World!" />
</SimGauge.Gauge>
</Gauge>