Strange warning popup when using system.gui.confirm

Hi, I’m getting this strange popup Warning anytime/anywhere I use system.gui.confirm (see attached jpg). I had a Window named Popup/Analog but I renamed it and the problem persists. Weird thing is, the system.gui.confirm script I’m writing has nothing to do with that Window. Any ideas?

Check the Title property for the Popup/Analog window. It probably still has the old window name and that is where Ignition is getting it from.

There must be a binding or property change event that is triggering the opening of your renamed popup. Couldn’t hurt to do a search of the project for anything that references that window.