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

Re: How do I make a loader image similar to those shown at program opening?

$
0
0

Remove these lines

win.closeBtn = win.add('button', undefined, 'Close');

 

and

  win.closeBtn.onClick = function() {

    this.parent.close(1);

  }

 

to get rid of the Close button.

 

You can get rid of the border by making this change:

  var win = new Window(type, title || "Preview: " + decodeURI(file.name),

                                       undefined, { borderless : true });

 

-X


Viewing all articles
Browse latest Browse all 27456

Trending Articles



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