Quantcast
Channel: Adobe Community: Message List - Photoshop Scripting
Viewing all articles
Browse latest Browse all 27456

Re: Need scriptUI-expert's advice on proper implementation of Photoshop scriptUI dialog

$
0
0

Patrick, try this:

 

Replace

 

return w.close();

 

with

 

w.close ();
w = null;
delete w;
$.gc ();

 

in your button functions.

 

Hope that helps.

 

--

tomaxxi.com


Viewing all articles
Browse latest Browse all 27456

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>