mroschk Posted July 11, 2021 Report Posted July 11, 2021 Hello, i have created inside Prepar3d v4.5 3 Windows. These are now to see under the Menu as View 0, View 1, View 2. Is there a Way to DIRECT select one of these windows ? I know i can iterate thru the windows ( slect next window ), but i want to DIRECTLY slect the windows. Each window has get a HotkeySelect=x number. But that is not working. When i klick in one of the Windows and the press the Hotkey, the View of the selected Window is changed, but that is not what i want. I want to SELECT the Window, like when i click with the Mouse at any of the windows and activate it. I hope you understand... Matthias
Paul Henty Posted July 11, 2021 Report Posted July 11, 2021 Hi Matthias, I can't find a way of doing this. I can only iterate through using the NEXT_VIEW and PREVIOUS_VIEW controls like you. These view windows are accessible via the Win32 API (on FSX at least - I don't have P3D). So you could use that to find them and give them focus, but you'd have to be familiar with the Win32 API and it wouldn't work over WideFS. Paul
mroschk Posted July 11, 2021 Author Report Posted July 11, 2021 Yes, me too. Hmmm...did you know how to read the Name of the selected Window ( View 00 , View 01 ... ) ? Then i can display this name to know which window is actual selected. Matthias
Paul Henty Posted July 11, 2021 Report Posted July 11, 2021 No, I can't see any way of doing that. Paul
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