Open popup problem

Hello all
I want to open a popup window in the Ignition perspective in the change script. You can see it in the picture. But I have some problem and don’t see where :frowning: Can you help me please what I write some badly :frowning:

Thank you

You can't. Tag events are in gateway scope and have no access to your client scopes (Perspective or Vision). Bind the tag to a Session custom property and use an onChange event to open the Popup. Or send a message to your sessions and let a message handler decide whether to open the Popup.

Whoops! Should have looked closer. /:

image

That is what he was doing, but you can't open a popup from the session.props, because it is not linked to a page

1 Like

Ok thank I moved it (session custom ) in my view and now is it perfect :smiley: