I was attempting to see if it was possible to pass a parameter to a popup window using a script that is ran from another window. All of the articles from ignition that I've found have been about using buttons and the navigation tab of an event handler, but I'm attempting to pass this data using a script as the information I want to pass in is more than I can do with just an event handlers property binding.
If anyone knows of a way to do this or can point me to a better thread that would be incredible,
There it is, that’s what I was missing. I had no idea the params portion of that function existed. I really need to read more closely. Do you know if that’s around in 7.8? I would assume it is.
Did you checkout the documentation page I linked? Sounds like you just need to select the right property, the .text off your text field, and put it in your params and pass it like system.nav.openWindow("MyPopupWindow", params).
This thread is also a few years old so you may want to start a new thread, and if you do - you should show what you are trying now and what errors you are getting from your current method. It's the easiest way for people here to help troubleshoot your issue, is if we can see the actual code.
Easiest way to find an example script is to use the built-in GUI to configure one popup with parameters and then go to the script page. It'll auto generate a script and show you how parameters are passed in.