ScottyMac52 / MFDisplay

Utility that allows the display of any image cropped from an external image file (Bitmap images of type jpeg,png and bmp) into any sized image on the screen in any coordinate available to the display system.
MIT License
8 stars 0 forks source link

CTS Profile Selection Overlay (solution enclosed) #68

Closed HomeFries94 closed 5 years ago

HomeFries94 commented 5 years ago

Per our discussion, the following can be used as an entry to place the MFD and joystick graphics up while you are selecting a new profile or reconfiguring (e.g. F18 stick, VAICOM enabled).

<add moduleName="CTSProf" displayName="CTS Profile Selection" filename="..\HTML\gfx\MFD_Presets.png">
      <Configurations>
        <add name="WHKEY" filename="..\HTML\gfx\vr_hotas_sel.jpg"  xOffsetStart="1" xOffsetFinish="1449" yOffsetStart="1"
      yOffsetFinish="1184" enable="true" />
        <add name="LMFD" xOffsetStart="1" xOffsetFinish="239" yOffsetStart="1" yOffsetFinish="237" enable="true" />
        <add name="RMFD" xOffsetStart="240" xOffsetFinish="478" yOffsetStart="1" yOffsetFinish="237" enable="true" />
      </Configurations>    
    </add>  

I am adding this to the CTS code for the selection routine.

ScottyMac52 commented 5 years ago

This is just fantastic and will be in the next release!