Link two projects of the same gateway together

Hello everyone,

For an application, I have a gateway that has 2 projects. I have some popups on project 1 and I want to be able to open these popups on project 2 using some push buttons. Is this even possible in Ignition? Could not find any answer for it.
Thank you!

The only way to accomplish something like this would be to re-architect a bit so that your 2 projects inherit from a common parent project that has defines the shared windows, templates, etc…

1 Like

Thank you for your response!