Hey guys,
I am trying to add the default handheld com unit (found in microlight) to the RV-7 as a 2d popup Com2 radio. The gauge file is handheld_radio.cab, within it is a radio.xml. Is it possible to modify the data below to have the handheld operate as a Com2 radio? I have Tugzip to create a new cab file with.
Any help would be appreciated.
CHeers
TJ
Here is the radio.xml data...lol if i can get the post to ignore the programming codes...
<gauge Version="1.0" Name="radio">
<img name="radio_background.bmp">
<!-- ============================== Radio On/Off Switch ===================== -->
<element>
<select> (A:Avionics master switch,bool) </select>
</element>
<!-- ============================== Frequency Readout ======================= -->
<element>
<failures>
<gauge_communications Action="NoDraw">
</gauge_communications></failures>
<visible>(A:Avionics master switch,bool)</visible>
<text Y="30" X="85" Bright="Yes" Color="#00FF00" VerticalAdjust="Center" Adjust="Center" Font="Quartz" Fixed="Yes" Length="6">
<string>%((A:Com active frequency:1,Megahertz))%!6.3f!</string>
</text>
</element>
<mouse>
<help id="HELPID_RADIO_COMM1">
<tooltip id="TOOLTIPTEXT_COMM1_FREQ">
<area Height="34" Width="90" Top="67" Left="50">
<area Left="0" Right="25">
<cursor Repeat="Yes" Type="DownArrow">
<click Repeat="Yes" MouseWheelFlip="Yes">
(A:Avionics master switch,bool) 1 ==
if{ 0 (>K:COM_RADIO_WHOLE_DEC) }
</click>
<area Left="26" Right="49">
<cursor Repeat="Yes" Type="UpArrow">
<click Repeat="Yes" MouseWheelFlip="Yes">
(A:Avionics master switch,bool) 1 ==
if{ 0 (>K:COM_RADIO_WHOLE_INC) }
</click>
<area Left="50" Right="73">
<cursor Repeat="Yes" Type="DownArrow">
<click Repeat="Yes" MouseWheelFlip="Yes">
(A:Avionics master switch,bool) 1 ==
if{ 0 (>K:COM_RADIO_FRACT_DEC) }
</click>
<area Left="74" Right="88">
<cursor Repeat="Yes" Type="UpArrow">
<click Repeat="Yes" MouseWheelFlip="Yes">
(A:Avionics master switch,bool) 1 ==
if{ 0 (>K:COM_RADIO_FRACT_INC) }
</click>
<!-- Radio Master -->
<area Height="89" Width="32" Top="28" Left="161">
<cursor Type="Hand">
<click Event="TOGGLE_AVIONICS_MASTER">
</click></cursor></cursor></cursor></cursor></cursor></tooltip></help></mouse>
I am trying to add the default handheld com unit (found in microlight) to the RV-7 as a 2d popup Com2 radio. The gauge file is handheld_radio.cab, within it is a radio.xml. Is it possible to modify the data below to have the handheld operate as a Com2 radio? I have Tugzip to create a new cab file with.
Any help would be appreciated.
CHeers
TJ
Here is the radio.xml data...lol if i can get the post to ignore the programming codes...
<gauge Version="1.0" Name="radio">
<img name="radio_background.bmp">
<!-- ============================== Radio On/Off Switch ===================== -->
<element>
<select> (A:Avionics master switch,bool) </select>
</element>
<!-- ============================== Frequency Readout ======================= -->
<element>
<failures>
<gauge_communications Action="NoDraw">
</gauge_communications></failures>
<visible>(A:Avionics master switch,bool)</visible>
<text Y="30" X="85" Bright="Yes" Color="#00FF00" VerticalAdjust="Center" Adjust="Center" Font="Quartz" Fixed="Yes" Length="6">
<string>%((A:Com active frequency:1,Megahertz))%!6.3f!</string>
</text>
</element>
<mouse>
<help id="HELPID_RADIO_COMM1">
<tooltip id="TOOLTIPTEXT_COMM1_FREQ">
<area Height="34" Width="90" Top="67" Left="50">
<area Left="0" Right="25">
<cursor Repeat="Yes" Type="DownArrow">
<click Repeat="Yes" MouseWheelFlip="Yes">
(A:Avionics master switch,bool) 1 ==
if{ 0 (>K:COM_RADIO_WHOLE_DEC) }
</click>
<area Left="26" Right="49">
<cursor Repeat="Yes" Type="UpArrow">
<click Repeat="Yes" MouseWheelFlip="Yes">
(A:Avionics master switch,bool) 1 ==
if{ 0 (>K:COM_RADIO_WHOLE_INC) }
</click>
<area Left="50" Right="73">
<cursor Repeat="Yes" Type="DownArrow">
<click Repeat="Yes" MouseWheelFlip="Yes">
(A:Avionics master switch,bool) 1 ==
if{ 0 (>K:COM_RADIO_FRACT_DEC) }
</click>
<area Left="74" Right="88">
<cursor Repeat="Yes" Type="UpArrow">
<click Repeat="Yes" MouseWheelFlip="Yes">
(A:Avionics master switch,bool) 1 ==
if{ 0 (>K:COM_RADIO_FRACT_INC) }
</click>
<!-- Radio Master -->
<area Height="89" Width="32" Top="28" Left="161">
<cursor Type="Hand">
<click Event="TOGGLE_AVIONICS_MASTER">
</click></cursor></cursor></cursor></cursor></cursor></tooltip></help></mouse>