Search found 33 matches

by schroef
Sat Apr 11, 2020 8:26 pm
Forum: Photoshop Scripting: Code Snippets
Topic: UI progressbar example
Replies: 32
Views: 101459

Re: UI progressbar example

There is problem with ProgressBar on OSX indeed. It doesn't work without refresh() like on Windows. Well app.refresh() makes it terribly slow, the same process takes longer No visual feedback, but is fastest without visual progressbar start: 23:32.511 End: 23:38.980 Progressbar updates but window c...
by schroef
Sat Apr 11, 2020 7:08 am
Forum: Photoshop Scripting: Code Snippets
Topic: UI progressbar example
Replies: 32
Views: 101459

Re: UI progressbar example

@Mike Hale, i just tried your updated version. I see same issue as with the other. Nothing shows, I need to add win.hide() and a win.show() right after each other to get it to show. I also did a time run with this one, its also slowing down the script almost double the time. I guess that's why its b...
by schroef
Sat Apr 11, 2020 6:41 am
Forum: Photoshop Scripting: Code Snippets
Topic: UI progressbar example
Replies: 32
Views: 101459

Re: UI progressbar example

HI guys, this is my first post here. Kinda a new to this forum I was looking for a progress bar script and after long hours of searching, i bumped into this one. I got the initial code working, but not everything works correctly. I also found other scripts that do app.refresh() and win.update(). Bot...