2/5/2021 10:32 PM | ||||
Joined: 7/24/2012 Last visit: 12/13/2024 Posts: 19 Rating:
|
Hello, how can I use this parameter of the OpenScreenInPopup function:
As reference the link to the manual: OpenScreenInPopup
I like to open all the popups only in one screen window and whenever this one is closed, all the open popups should also be closed. Thanks |
|||
2/6/2021 10:44 PM | ||||
Joined: 2/6/2021 Last visit: 4/1/2024 Posts: 9 Rating:
|
Hi,
The syntax of the screenPath can be found here: https://support.industry.siemens.com/cs/mdm/109773780?c=112604171019&lc=en-WW An improved description can be found in chapter 5.4 of "109758536_Unified_TipsScripting_V30_en.pdf" available here: https://support.industry.siemens.com/cs/ww/en/view/109758536. You have to use an absolute path because the Systemfunctions are missing an object context, therefore you should use a path startting with "~/". For example "~/MyScreenWindow2" would be used when the parent screen is loaded in a screen window named "MyScreenWindow2" within the base screen. You could also use the Property "Path" of a ScreenWindow as ParentScreenPath. I think this might be only possible from a script function and not from a function list. By the way the function for opening a Faceplate in a Popup can be found here: https://support.industry.siemens.com/cs/mdm/109773780?c=125791208843&lc=en-WW Michael |
|||
Last edited by: turner44 at: 02/06/2021 22:56:29Last edited by: turner44 at: 02/06/2021 22:57:18Last edited by: turner44 at: 02/06/2021 22:58:53Last edited by: turner44 at: 02/06/2021 23:09:58Last edited by: turner44 at: 02/07/2021 00:51:22Last edited by: turner44 at: 02/07/2021 00:52:25Last edited by: turner44 at: 02/07/2021 00:53:05 |
||||
This contribution was helpful to
1 thankful Users |
Follow us on