• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

FSX:SE How to remove the default GPS bezel.

Messages
4
Country
unitedkingdom
Hello.

For home cockpit builders who wish to use the default GPS on a separate monitor and will be assigning hardware buttons and encoders to the GPS events and do not want the button bezel to display.

Personally I am putting the GPS on a home built hardware panel with a 7" HDMI screen.

Edit 30th May 2019
* I have used this procedure in P3Dv4.5 and it works the same, WARNING - keep a back up of the amended fs9gps.cab because if you do a content reinstall / update, it will be replaced by the default unamended version. *

MGalleryItem.php


1. Back up the FS Gauges Folder and copy fs9gps.cab to a temp folder.

2. Copy Cabdir.exe from the SDK to the temp folder and unpack fs9gps.cab which will give you a folder called fs9gps inside the temp folder.

3. Open fs9gps folder and open gps_500.xml in your favorite text editor.

4. Comment out Line 2
XML:
<!-- <Image Name="gps_500_background.bmp" /> -->

or you can simply create a new smaller black gps_500_background.bmp and use that.

5. Around line 607 the X / Y position needs to be set to zero for the Element View Window..
XML:
    <Element Name="ViewWindow" Container="Yes">
        <Position X="0" Y="0" />
        <!-- <Position X="36" Y="40" /> -->

6. Repack the fs9gps folder using cabdir.exe and put the amended fs9gps.cab back in to the gauges folder.

7. Resize the Window in the aircrafts panel.cfg file in the default C172 Window 02, size_mm and window_size have been changed.

Code:
[Window Titles]
Window00=Main Panel
Window01=Radio Stack
Window02=GPS
Window03=IFR Panel
Window04=Landing View
Window05=Mini Panel

[Window02]
size_mm=340,255
window_size=0.25
position=8
BACKGROUND_COLOR=0,0,0
VISIBLE=1
ident=GPS_PANEL
zorder=4

gauge00=fs9gps!gps_500,            0,0

Now open FSX and free flight in the default C172 open the GPS and here we go..

MGalleryItem.php
 
Last edited:
Hello.

For home cockpit builders who wish to use the default GPS on a separate monitor and will be assigning hardware buttons and encoders to the GPS events and do not want the button bezel to display.

Personally I am putting the GPS on a home built hardware panel with a 7" HDMI screen.

MGalleryItem.php


1. Back up the FS Gauges Folder and copy fs9gps.cab to a temp folder.

2. Copy Cabdir.exe from the SDK to the temp folder and unpack fs9gps.cab which will give you a folder called fs9gps inside the temp folder.

3. Open fs9gps folder and open gps_500.xml in your favorite text editor.

4. Comment out Line 2
XML:

or you can simply create a new smaller black gps_500_background.bmp and use that.

5. Around line 607 the X / Y position needs to be set to zero for the Element View Window..
XML:

6. Repack the fs9gps folder using cabdir.exe and put the amended fs9gps.cab back in to the gauges folder.

7. Resize the Window in the aircrafts panel.cfg file in the default C172 Window 02, size_mm and window_size have been changed.

Code:
[Window Titles]
Window00=Main Panel
Window01=Radio Stack
Window02=GPS
Window03=IFR Panel
Window04=Landing View
Window05=Mini Panel

[Window02]
size_mm=340,255
window_size=0.25
position=8
BACKGROUND_COLOR=0,0,0
VISIBLE=1
ident=GPS_PANEL
zorder=4

gauge00=fs9gps!gps_500, 0,0

Now open FSX and free flight in the default C172 open the GPS and here we go..

MGalleryItem.php
Hi,

Is there a way of hiding the windows title bar of the undocked popup window? That would be useful for my home cockpit setup.

Good work btw !

Cheers
Stinger

Sent from my SM-G935F using Tapatalk
 
No, there is no way to remove the title bar. That would require a new window class definition by the core sim software.
 
Good work btw !

Thanks Stinger,

Removing the title bar was my next step, I have read somewhere that it can be done, BUT the window will not be able to be moved, nothing to grab hold of.. and that requires knowing the coordinates where the window is to be placed, not so easy on multiple monitor set ups.. However, with regards WarpD comment, this may well be true, because in all my research I only found that 1 article.. and I failed to make a note of where it is.. If I find it I will report back.

ATB.
Rog..
 
Thanks Stinger,

Removing the title bar was my next step, I have read somewhere that it can be done, BUT the window will not be able to be moved, nothing to grab hold of.. and that requires knowing the coordinates where the window is to be placed, not so easy on multiple monitor set ups.. However, with regards WarpD comment, this may well be true, because in all my research I only found that 1 article.. and I failed to make a note of where it is.. If I find it I will report back.

ATB.
Rog..
The best method I have found for hiding the title bar.....

In the screens layout (display properties in Windows or Nvidia control panel) ,position the extra screen ABOVE the main view screen. Drag the undocked popup window and stretch to fit. If you then drag the popup as far upwards as possible you will manage to hide approx half of the title bar.

Make the title bar black in "personalize" (right click on the desktop). This makes it blend a bit better into the bezel of the extra screen.

Cheers
Stinger

Sent from my SM-G935F using Tapatalk
 
For any one needing to remove the bezel control surround image for the Milviz REX WX Advantage Weather Radar gauge, please look here to find out how, and how to assign digital encoders / buttons to the radar controls using Linda Lua.


From this: -
NaSsRHv.jpg


To this: -
d4FIKnK.jpg


meQ7WbZ.jpg
 
No bezel GPS. https://www.kronzky.info/fs/500wx/
Move it to your display while in Windowed mode, and then run full screen mode for no title bar. It works for me. FSX does not seem to "remember" the position, but P3D does. (Must be saved as a situation).

Rotohub
 
Back
Top