Jump to content
The simFlight Network Forums

P3Dv5.1 simconnect menu window focus issue [RESOLVED]


Recommended Posts

Hi,

I've noticed with P3Dv5.1 that the FSUIPC simconnect popup menu window selectors, such as for GSX, do not trigger the numbered selection. With some trial and error I've found that it's a window focus issue with the new HTML window menus. I have posted to LM forum as well but no responses. If I click on the menu window with the mouse then FSUIPC will trigger the menu items as in previous P3D versions.

My question is, is it possible for FSUIPC to either force the menu window focus, direct the trigger function directly to the menu window, or some other magic to eliminate having to click on the window first? Hopefully of course LM will fix this, but having no response from them in several days makes me wonder.

Thanks for listening.

James

Win 10 20H2

P3Dv5.1

FSUIPC 6.0.10

Link to comment
Share on other sites

Do you have the following option set in the [General] section of your FSUIPC6.ini:
    LuaTrapKeyEvent=No
?
If not, could you first try with that please.

5 hours ago, 737-SimGuy said:

is it possible for FSUIPC to either force the menu window focus, direct the trigger function directly to the menu window

I don't think this is possible as FSUIPC only has access to the main window, but if the main window has focus I would have thought any input would be directed to the current active child window (i.e. the menu window).

Link to comment
Share on other sites

6 hours ago, 737-SimGuy said:

I've noticed with P3Dv5.1 that the FSUIPC simconnect popup menu window selectors, such as for GSX, do not trigger the numbered selection.

It might be worth trying with the SimConnect menu controls instead of the numeric keypresses. i.e. SIMCONNECT MENU n where n runs from 0 to 9.

Pete

 

Link to comment
Share on other sites

As well as what Pere says, maybe also worth checking you have the following set in the [General] section of your ini (and if not, add):
    SetForegroundOnKeySend=Yes

and. if you are sending the keys on button presses, you could also try setting this:
    KeyboardFocus=Yes

 

But again, these changes will only set the focus to the main FS window, so not sure if the focus would go to the hrml menu window....

Link to comment
Share on other sites

3 hours ago, Pete Dowson said:

It might be worth trying with the SimConnect menu controls instead of the numeric keypresses. i.e. SIMCONNECT MENU n where n runs from 0 to 9.

Pete

 

Hi Pete. I just checked my code as I *thought* I was using those controls, turns out I was not. I will try that thanks!

Thanks John, I will also check those other settings and report back.

James

Link to comment
Share on other sites

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.