Copy link to clipboard
Copied
Hi friends and experts,
In my script FMfindRepl I have noticed that win.close()
Hence any Nofify reaction addressing an element of the UI will re-open the panel.
Hence I have changed in the Notify function
if (wPalF.active) { ..
to
If (wPalF.visible) { ...
IMHO close() should inactivate a window - but there are comments in various forums about the close() issue which lets me assume that something is incorrect with this method.
Have something to add?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now