- Messages
- 19
Hi
I need some help on editing some gauges, let me start by saying this is for personal use, for a panel im creating for myself, the project is a panel for the Airbus Aircraft... anyways what im trying to do its to implement Paul Scarrat 737ng panel into my panel but there are some things that i need help, because his XML code are done for switches and im trying to change them to a on/off buttons but i dont quiet understand the lines..... like i said before is for personal enjoyment it wont be release ( i dont like stealing work from others)
And Example that I wanna make here....
<Element>
<Visible>(A:Circuit general panel on, bool)</Visible>
<Select>
<Value>(L:APU SWITCH, number)</Value>
<Case Value="0"><Image Name="AI_OFF.bmp" Bright="No" Luminous="No" ImageSizes="44,46"/></Case>
<Case Value="1"><Image Name="AI_ON.bmp" Bright="Yes" Luminous="Yes" ImageSizes="44,46"/></Case>
<Case Value="2"><Image Name="AI_Off.bmp" Bright="No" Luminous="Yes" ImageSizes="44,46"/></Case>
</Select>
</Element>
<Mouse>
<Area Left="0" Right="30" Top="0" Bottom="14">
<Cursor Type="UpArrow"/>
<Tooltip>APU Off</Tooltip>
<Click>0 (>L:APU SWITCH, number) (L:ONE SECOND TIMER, number) 60 + (>L:APU SHUTDOWN DELAY, number)</Click>
</Area>
<Area Left="0" Right="30" Top="17" Bottom="30">
<Cursor Type="DownArrow"/>
<Tooltip>APU Start</Tooltip>
<Click>2 (>L:APU SWITCH, number)</Click>
</Area>
</Mouse>
</Gauge>
I want to convert this in one single click on off thing. I want it off like the click 0 but when i press i want to turn the APU on.
I need some help on editing some gauges, let me start by saying this is for personal use, for a panel im creating for myself, the project is a panel for the Airbus Aircraft... anyways what im trying to do its to implement Paul Scarrat 737ng panel into my panel but there are some things that i need help, because his XML code are done for switches and im trying to change them to a on/off buttons but i dont quiet understand the lines..... like i said before is for personal enjoyment it wont be release ( i dont like stealing work from others)
And Example that I wanna make here....
<Element>
<Visible>(A:Circuit general panel on, bool)</Visible>
<Select>
<Value>(L:APU SWITCH, number)</Value>
<Case Value="0"><Image Name="AI_OFF.bmp" Bright="No" Luminous="No" ImageSizes="44,46"/></Case>
<Case Value="1"><Image Name="AI_ON.bmp" Bright="Yes" Luminous="Yes" ImageSizes="44,46"/></Case>
<Case Value="2"><Image Name="AI_Off.bmp" Bright="No" Luminous="Yes" ImageSizes="44,46"/></Case>
</Select>
</Element>
<Mouse>
<Area Left="0" Right="30" Top="0" Bottom="14">
<Cursor Type="UpArrow"/>
<Tooltip>APU Off</Tooltip>
<Click>0 (>L:APU SWITCH, number) (L:ONE SECOND TIMER, number) 60 + (>L:APU SHUTDOWN DELAY, number)</Click>
</Area>
<Area Left="0" Right="30" Top="17" Bottom="30">
<Cursor Type="DownArrow"/>
<Tooltip>APU Start</Tooltip>
<Click>2 (>L:APU SWITCH, number)</Click>
</Area>
</Mouse>
</Gauge>
I want to convert this in one single click on off thing. I want it off like the click 0 but when i press i want to turn the APU on.

