DaveSCUSA Posted 20 hours ago Report Posted 20 hours ago 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.txt
John Dowson Posted 6 hours ago Report Posted 6 hours ago The sixe/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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now