Search found 2 matches
- Wed Mar 27, 2019 8:53 am
- Forum: Scripting
- Topic: Single Popup for multiple screens.
- Replies: 2
- Views: 7229
Re: Single Popup for multiple screens.
This can be done by setting up a function in your popup window's script. Here's an example: public partial class Select_Station { //the value of Popup_StationType is set on button click to call popup //stationNum indicates which button was pressed inside of the popup (4 choices) //the appropriate ta...
- Mon Mar 18, 2019 9:53 am
- Forum: Scripting
- Topic: Single Popup for multiple screens.
- Replies: 2
- Views: 7229
Re: Single Popup for multiple screens.
This is a very dated post, but I was also trying to do this recently and eventually got it to work. I've created a single popup called "Select_Station" that contains 4 buttons which is called in 3 different locations from my HMI screen. As an on-click action, a variable "Popup_StationType" is set to...