Ignition Version: 8.1.24 (b2023011208)
I add Script in onDoubleClick, then open a poup.
titleStr = "M31"
tagpath = "M31"
system.perspective.openPopup(tagpath, 'Popup/M31',title=titleStr,params = {'tagpath':tagpath})
But the Poup's Label is always Selected?
Is there anything wrong?