Jump to content
The simFlight Network Forums

V7.2.5 ipc.display() not works anymore after update


achwodu

Recommended Posts

Yes, I had FSUIPC 7.2.6. already tested yesterday, because I also had the LVAR problem. But I noticed that ipc.display () no longer works.
Maybe the MSFS 1.18.14.0 Version is the problem??
The 7.2.6 doesn't helps with this issue!
Link to comment
Share on other sites

12 hours ago, achwodu said:

But I noticed that ipc.display () no longer works.

But there has been problems with ipc.display since MSFS launch, so I'm surprised it was working at all for you! As stated in the FSUIPC Lua library documentation:

Quote

Note that there are currently many issues with the simconnect message display functionality. It is recommended to use the wnd library for the time being.

Just checked the SDK documentation on the SimConnect_Text function in the latest SDK version, v0.14.0.0, and it now states:

Quote

 

    The SimConnect_Text function is not currently available for use.

 

 So I don't think there is anything I can do. You should look into using the wnd library, as the documentation recommends.

John

Link to comment
Share on other sites

29 minutes ago, achwodu said:

Many thanks for the information and your helping hand.

No problem. Attached is an example lua script using the wnd library.

John

FPS_MonitorW.lua

Note that when using the wnd library, the position and size information is only used the first time it is ran. The information is then written to the FSUIPC7.ini, where it will be taken on subsequent iterations. You can move and resize the wnd windows dtnamically using the arrow keys and arrow keys + shift or Ctrl (can't remember which!), and the new size/position will also be remembered.

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.