11/22/2024 6:21 AM | |
Joined: 2/5/2021 Last visit: 12/21/2024 Posts: 37 Rating: (0) |
Hello, thanks for answers. I did it this way. I created screen named "pop_screen_XYZ" on layer 3 in my main window i put "Screen window" (which you can find in toolbox-->Controls) and on that screen window under "General"-->"Displayed screen"--> I put my popup screen "pop_screen_XYZ" and uncheck visibility. On object at which I want that opens pop up I create Event on click "SetPropertyByConstant" "Screen name" --> XYZ (screen name of screen on which I have that popup" "Screen object" -->XYZ (screen name of pop up screen) "Property name" -->"Visible" "Value"-->"1" Is this good way to create popup? ------------------------------------------------------------------------------------------ |
Last edited by: Moderator_Lan at: 11/22/2024 08:21:48New subject after splitting |
|
11/26/2024 1:00 PM | |
Joined: 8/3/2009 Last visit: 1/17/2025 Posts: 14593 Rating: (1818)
|
Hello dmuzina Which Version of WinCC Professional do you use? If you need a popup Window then you can use in TIA Portal V19 WinCC Prof the VB Script function "OpenScreenInPopup" This is not mentioned in the TIA Help but It works the same as in WinCC V8: https://support.industry.siemens.com/cs/ww/en/view/109818193/164786089355 You can use the example from the WInCC V8 help system. (or if you need only a simple dialog you can use a msgbox with different configuration parameter) Bye Murof |
If this Information really helps, you could use the Rate function |
|
This contribution was helpful to1 thankful Users |
Follow us on