UI progressbar example

Photoshop Script Snippets - Note: Full Scripts go in the Photoshop Scripts Forum

Moderators: Tom, Kukurykus

schroef
Posts: 33
Joined: Sat Apr 11, 2020 6:22 am

Re: UI progressbar example

Post by schroef »

I understand, thanks for taking the time to look at it. I guess i just use it when layers numbers are higher then 20. Otherwise we see some sort of animation but it doesn't show each time. Its a circle with dots. It only show the first time on that single action or does when i use a different one.
Showing nothing is still the fastest of all.

PS your trick with slicing is quite nice, it used a different method, but i learned something from your example. I know slicing from python, i though it would slice strings into parts or so
Walyx
Posts: 9
Joined: Wed May 13, 2020 1:11 pm

Re: UI progressbar example

Post by Walyx »

Hello, good day!

Palette doesn't seem to work on Mac.
When I close it it seems to close, but if you switch applications and go back to PS, it reappears.

JJMack jjmack indicates that adobe documentation warns it.
https://community.adobe.com/t5/photosho ... 165?page=1

Best regards,

Walter
schroef
Posts: 33
Joined: Sat Apr 11, 2020 6:22 am

Re: UI progressbar example

Post by schroef »

My trick for that is use the following colder. But it doesn't work on very slow systems i noticed. Im currently for time being on a 2009 mac book and the progressbar doesn't show my prior trick. To get the window to hide i use show and hide right after each other.

win.show();
win.hide();