Page 1 of 1

Default GPS

Posted: 06 Jan 2009, 13:16
by forthbridge
Hi Guys

anyone know of a quick way to resize reduce) the default FS9 GPS?

Re: Default GPS

Posted: 06 Jan 2009, 13:32
by petermcleland
forthbridge wrote:Hi Guys

anyone know of a quick way to resize reduce) the default FS9 GPS?
Jim,

If it is the POPUP window version that you wish to resize then look here in the Panel.cfg file:-

[Window02]
size_mm=456,378 //Change these two numbers by the same percentage to preserve the shape.
window_size=0.5
position=8
BACKGROUND_COLOR=0,0,0
VISIBLE=0
ident=GPS_PANEL

gauge00=fs9gps!gps_500, 0,0


If it is already embedded in the panel then you must find the line something like this:-

gauge26=fs9gps!gps_500, 250,300,456,378....the numbers will be completely different but you must just change the last two numbers by the same percentage to retain proportions...The first of the last two is the width and the last is the height.
If you now need to move its position then the first of those four numbers is distance to the right and the second is distance down.

These methods I'm describing are for Manual use...If you have something like Panel Studio then use that...I don't get on with Panel Studio and work manually :flying:

Re: Default GPS

Posted: 06 Jan 2009, 13:33
by Chris Sykes
you can also resize it just like you can do with windows windows...

Re: Default GPS

Posted: 06 Jan 2009, 13:58
by forthbridge
Cheers Guys :)