Jump to content
The simFlight Network Forums

Recommended Posts

Posted

Hello Folks,

studying the LUA Manuals from Pete. Found something about displaying a User Window. Unfortunally i didn't found anything about the Possibility to enter Data in a Window and work with them in my LUA-Script.

Do you have any Experience with such an Input-Window, where i can Key in some Informations to work with them further in my Script?

Thanks in Advance, Joachim 

Posted

Do you mean for the User to enter data on the FS screen, from the keyboard? If so you use ipc.ask.

Otherwise, do you mean a transparent (and undockable) window on the FS screen, or a separate Window external to FS?

Pete

 

Posted

Thanks for your fast Response, Pete.

Yes, i meant a transparent and undockable Window. The User should be able, to use the Keyboard for entering some Information like TakeOffRunway, Gate, LandingRunway, etc..

Hope, i could express the right Way, what i want to do?

Joachim

Posted

Well the transparent undockable type window doesn't provide for user input, though you could use it for menu selection and so on by checking for key or button responses., like the built-in FS program menu windows used by GSX and so on.

If you want the user to be able to type longer text entries you need to use ipc.ask, as I said. The ipc.ask facility window is different. Why not try it?

Pete

 

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.