Hi!
Im trying to show popup window on internal tag change from false to true, but it doesnt work.. I write in source code this code (this code in Main [..]):
If [test_bool_tag]==true;
[
\DisplayManager\ShowPage("test_page");
]
Maybe I'm doing something wrong or other better ways to do this?
Hi!
Im trying to show popup window on internal tag change from false to true, but it doesnt work.. I write in source code this code (this code in Main [..]):
````
If [test_bool_tag]==true;
[
\DisplayManager\ShowPage("test_page");
]
````
Maybe I'm doing something wrong or other better ways to do this?