cgodinho Posted March 22, 2011 Report Share Posted March 22, 2011 Hello ... I know that it's not possible to disable FSX menus via 32F0 offset. My question is: Is there any other way to do it ? (via another offset, I don't know) Waiting for a reply, Regards Carlos Godinho Link to comment Share on other sites More sharing options...
Pete Dowson Posted March 22, 2011 Report Share Posted March 22, 2011 I know that it's not possible to disable FSX menus via 32F0 offset. My question is: Is there any other way to do it ? (via another offset, I don't know) Not via FSUIPC, no, not at present. I'll certainly look again to see if I can re-introduce the facilities in FSUIPC4, as far as possible compatible with those in FSUIPC3. But I seem to remember that it isn't easy. FSX doesn't appear to use the standard Windows menu systems which I intercepted in previous versions. I'd have to dig into it a bit. [LATER] Ugh! I looked and remembered then exactly why I removed the stuff in FSUIPC4. All of the Menu stuff in FSX is handled through a construct called "IME" (Input Method Editor), and I just can't get into it to intercept anything, let alone change what it displays. Sorry. I remember now, I spent a week on this originally, working all hours, and got no where. I don't want to re-visit that I'm afraid. Regards Pete Link to comment Share on other sites More sharing options...
cgodinho Posted March 22, 2011 Author Report Share Posted March 22, 2011 Hello again ... Thanks for your quick reply ... Well, i'm going to think another way to avoid the fuel to be change by the user ... Microsoft is always changing the standard :-) Regards ... Link to comment Share on other sites More sharing options...
Pete Dowson Posted March 22, 2011 Report Share Posted March 22, 2011 Well, i'm going to think another way to avoid the fuel to be change by the user ... For that you could try simply reading the fuel levels and re-writing them if they change by any unreasonable amount between two reads. You can do that from an application program or even more efficiently with a Lua plug-in. Regards Pete Link to comment Share on other sites More sharing options...
cgodinho Posted March 23, 2011 Author Report Share Posted March 23, 2011 Hello ... That is what i'm going to do. I do the same with the FS hours. But with the fuel .. there are so many fuel thanks. Thank you very much for your support ... Regards Link to comment Share on other sites More sharing options...
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