Search found 528 matches

by Kukurykus
Sat Aug 13, 2016 3:49 am
Forum: Help Me
Topic: Disable Double-click To Close Selection
Replies: 1
Views: 3104

Re: Disable Double-click To Close Selection

Not by Photoshop Scripting but X Mouse Button Control! http://highrez.co.uk/downloads/ After you download it there is not much to do: 1) add Photoshop aplication to XMBC profile in left panel of app. box 2) when this profile is ticked and active from list of mouse buttons on the right panel choose i...
by Kukurykus
Sat Aug 13, 2016 3:11 am
Forum: Help Me
Topic: Auto place dialog window on the right side
Replies: 2
Views: 2706

Re: Auto place dialog window on the right side

As you please... (tested in CS2 & CS5.1) and here's excellent respasitory: http://www.kahrel.plus.com/indesign/scriptui.html dlg = false, wi = null, he = null; (function loop() { win = new Window (dlg ? 'dialog' : 'palette'); (wi && he) ? win.frameLocation = [String($.screens).match(/\d{...
by Kukurykus
Sat Aug 13, 2016 1:59 am
Forum: Help Me
Topic: Modif. / Replace Text Script
Replies: 1
Views: 2824

Re: Modif. / Replace Text Script

It's intended for single-line text however it works for multi-lines on the condition 'next line' spaces between letters won't be changed. Entered new multi-line text will be cut that only text from first line will be put into the layer. For more options it's good to learn ScriptUI http://www.kahrel....
by Kukurykus
Fri Aug 12, 2016 4:23 am
Forum: Help Me
Topic: Marquee bisection
Replies: 2
Views: 2824

Re: Marquee bisection

There is no need to use this (bisection) method to find the most bounding layer of the left side image. You simply can use copy merged layers in try...catch statement like you did in your script, but with a preceding history state taken to memory, you call after you flat all layer to check activeDco...
by Kukurykus
Thu Aug 11, 2016 6:16 pm
Forum: Photoshop Scripting Bugs and Anomalies
Topic: Need to clear Photoshop's memory
Replies: 14
Views: 32421

Re: Need to clear Photoshop's memory

I don't know what do you mean that's done. Did that work this time? I'll say what I did: 1) I saved scr1.jsx, scr2.jsx ans scr.exe on my desktop. 2) if ExtendScript Toolkit was on I quitted it. 3) No matter Photoshop was already launched or not I clicked on desktop twice scr.jsx If Photoshop wasn't ...
by Kukurykus
Wed Aug 10, 2016 10:28 pm
Forum: Help Me
Topic: Script bugs when launched by notifier
Replies: 3
Views: 5384

Re: Script bugs when launched by notifier

No, I can't help this time. I remember when I didn't know there is need of targeting application to use at beggining of code I tricked system changing In file properties the app. Windows has to see, so changed scripts to run in Photoshop. But that was problem as later I had to change it back if I wa...
by Kukurykus
Wed Aug 10, 2016 10:08 pm
Forum: Help Me
Topic: Customize Eyedropper/ Color Picker
Replies: 9
Views: 10143

Re: Customize Eyedropper/ Color Picker

Maybe I can write some scripts but my knowledge about colours is still small. Can you tell me how you knew exact values of: 0,8,16,24,33,41,49,57,66,74,82,90,99,107,115,123,132,140,148,156,165,173,181,189,198,206,214,222,231,239,247,255 I can't find there on Wikipedia it. Maybe it's obvious for some...
by Kukurykus
Wed Aug 10, 2016 7:35 pm
Forum: Help Me
Topic: Detect color in an area of an image and save as based on it
Replies: 1
Views: 2728

Re: Detect color in an area of an image and save as based on it

Make copy of the files you want a script to use on, as they will be removed from 'Original" folder and depending of (un)met condition placed in one of created by script subfloder. Do it just in case for unexpected reason something had to go wrong or else you simply can take fle.remove(), in /**...
by Kukurykus
Wed Aug 10, 2016 3:23 pm
Forum: Photoshop Scripting Bugs and Anomalies
Topic: Need to clear Photoshop's memory
Replies: 14
Views: 32421

Re: Need to clear Photoshop's memory

In last post I made 2 mistakes. Now I corrected them. I changed cropping.exe for scr.exe in scr1.jsx and scr1.jsx for scr2.jsx in scr.exe (originally scr.ahk - another mistake). scr1.jsx: #target photoshop File('~/Desktop/scr.exe').execute() scr2.jsx: #target photoshop alert('Hello!') scr.exe sleep ...
by Kukurykus
Wed Aug 10, 2016 2:38 am
Forum: Help Me
Topic: Script bugs when launched by notifier
Replies: 3
Views: 5384

Re: Script bugs when launched by notifier

To be honest I never knew how to use notifiers in Photoshop though I always wanted to learn it, and you gave me just an answer. It's good because I thougth even to combine my script with X-Mouse Button Control (in quite new Chording mode) http://highrez.co.uk , or some Auto Hot Key script https://au...