October 22, 200718 yr Hi,I know with Simconnect it is possible to detect the last saved/loaded flight situation (.FLT). Is it possible to detect whenever the "Select Aircraft" dialog appears on screen?Tom
October 22, 200718 yr Commercial Member >Is it possible to detect>whenever the "Select Aircraft" dialog appears on screen?Not via SimConnect. You'd need to work out a way of doing that via Windows message hooks or window handle checking, somehow. If FSX used regular Windows UI stuff it would be relatively easy -- dialogues have an ID, their windows have a handle, and so on. But FSX does some weird DirectX stuff for its "Windows-looking" things which I don't really know anything about.Pete Win10: 22H2 19045.2728 CPU: 9900KS at 5.5GHz Memory: 32Gb at 3800 MHz. GPU: RTX 24Gb Titan 2 x 2160p projectors at 25Hz onto 200 FOV curved screen
October 23, 200718 yr Author >Not vis SimConnectThank you Pete, I guessed that. And yes, DirectX is a complex thing to mess with. I'll need to seek other ways.Tom
Create an account or sign in to comment