I have a curious problem/issue, This popup:
It is being opened by this script running in an expression:
if({this.props.style.classes} = 'TubeLoadFailed' && {session.custom.IP_Address} = '172.29.184.160',runScript("system.perspective.openPopup('','Tube_Load_Failed_PopUps/411_tube_load_failed')"),'')
The IP is so that it displays on the correct touch panel, this project is heavy on the indirection by IP address'.
The popup will seem to randomly close with out having to press the "CLOSE" button on the popup itself. The reason this is an issue because the "CLOSE" button makes false the tag that triggers the props.style.classes 'TubeLoadFailed' from the expression, so when it becomes true again then the popup can "popup".
Any ideas on why it may seem to be randomly closing?