YamidP Posted August 6, 2020 Share Posted August 6, 2020 good morning I am developing an HMI where you want to open a popup window to select manual or automatic for the actions of the actuators. How can I make the popup window? Thank you Quote Link to comment Share on other sites More sharing options...
AzeoTech Posted August 7, 2020 Share Posted August 7, 2020 A user created popup is simply another page that is displayed by using the command: page.myPage.popupModal() Make sure and have a button on that page that closes the popup: page.myPage.closePopup() That could be in the same button that selects manual or automatic. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.