News:

Thou shalt confirm thine airspeed on final, lest the earth rise up and smite thee. (pre-landing checklist, v1)

Main Menu

Problem with Plan-G 3.2.1 Window

Started by Breenild, April 13, 2019, 01:28:48 PM

Previous topic - Next topic

Breenild

I have a weird issue with Plan-G.

SOMETIMES, when I start Plan-G I can not see the Main Window! Sometimes the window is reduces by itself to very very small dimensions and I can't find it on the Screen.
I'm working with 2 Monitors with different resulution. Maybe thats a Reason. I don't know.

Can you tell me please, where the Main-Screen initial Position and Size is stored, so that I can reset it?

tim arnot

In the settings file:
MainWindowTop
MainWindowLeft
MainWindowWidth
MainWindowHeight

The settings file is in C:\Users\<me>\AppData\Local\TA_Software\Plan-G3<Magic Number>\<version number>\

Tim. @TimArnot

Breenild

#2
Thank you very much!
I found it and i corrected it. Now Plan-G works again.


But I have a suggestion for that:
Perhaps you could replace the stored values for width and height with a proper value, if they are to small. For example:
if height < 100 then height = 100
if width < 100 then width = 100

Analog for Left and Top:
if left > {horizontal window size} then left = 100
if top > {vertical window size} then top = 100

In my case was, for whatever reason, the left position at 15500, which is far outside of my screen.

tim arnot


Tim. @TimArnot