Jump to content
The simFlight Network Forums

Recommended Posts

Posted

Hi John,

I've added an add-on to help me in the final feet to landing. 

I can't, however, seem to position the window where I want. No matter what I do, it's in the upper left of the MSFS main window.

I started with: wd = wnd.open("MSFS Landing", WND_FIXED, 700, 50, 150, 50) and the window was in the upper left. Then I read that with WND_FIXED use ext.position. I tried that (see attached). Still didn't move.

Can you help?

 

 

 

 

Landing.jpg

Landing.txt

Posted

The size/position coordinates are only used the first time a window is created. After that, its size/position is stored in your FSUIPC ini file, under the [ExtWindow] section.
To use the new coordinates, delete the entry from that ini section. You can also move/resize the window using the arrow keys and the ctrl key to toggle between move and resize. You need to give the window the focus first.

John

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.