Activity › Forums › Adobe Photoshop › Photoshop Scripting Questions
-
Photoshop Scripting Questions
Posted by Christopher Rotter on May 25, 2012 at 5:24 pmAnyone who is good at photoshop scripting and can answer me a few questions ? I have posted my questions on other forums and never got an answer, before writing the questions, I decided to ask if someone can help a beginner with a few questions, to get me started.
Christopher Rotter replied 13 years, 11 months ago 2 Members · 9 Replies -
9 Replies
-
Jonathan Ziegler
May 26, 2012 at 3:40 pm -
Christopher Rotter
May 26, 2012 at 8:33 pmHow does a beginner start off learning the SDK ? How did you get started, just learn the programming syntax and start on the SDK with some examples, or was there a tutorial you followed when you were a newbie ?
I want to create a script that I can call up with a keyboard short-cut. It’s task will be simple, a semi-opaque menu will appear full screen. I can customize it with text and maybe little boxes that text will contain then close the window when I’m done.
-
Jonathan Ziegler
May 28, 2012 at 4:25 pmWell that depends on you. What is your experience with scripting? I already had experience with vb, php, perl, tcl, and some python. Not to mention some c. The sdk will give you your hooks and such. It’s up to you to determine how you tap in. If you don’t have any code or scripting experience, I don’t think scripting in photoshop is a good place to start. Can you do the same thing with a macro? Macros are really easy to make because you can just record actions.
Jonathan Ziegler
https://www.electrictiger.com/
520-360-8293 -
Christopher Rotter
May 30, 2012 at 12:50 amI can make macros. I want to create some custom tools for photoshop. I am new to scripting, I have to start some where I figured learn the syntax then being into photoshop SDK or scripting guide. Which do you recommend is a good one to start off with the SDK or scripting guide that I can progress into ?
-
Jonathan Ziegler
May 30, 2012 at 5:01 amI’d start with scripting – its easier to get to know what you can and can’t do. The sdk is great if you already have code knowledge and just need the hooks to get your code working. It’s for plugins and such. For what your looking for, scripting is just fine. If you need more functions and features, you may need to learn the sdk and more complex code.
Jonathan Ziegler
https://www.electrictiger.com/
520-360-8293 -
Christopher Rotter
June 12, 2012 at 10:39 pmCan you help me with a scripting / configurator issue ?
-
Jonathan Ziegler
June 13, 2012 at 5:09 pmFeel free to post the issue. If I can’t help, someone else might be able to.
Jonathan Ziegler
https://www.electrictiger.com/
520-360-8293 -
Christopher Rotter
June 17, 2012 at 10:17 pmHi, I wrote this on another forum, hopefully you or someone else can help. If this message is not clear enough, feel free to download the configuration tool 🙂
I want to make the HTML pop up without nesting the panel with scripting ? I have a panel within a panel that I created with configurator 2.0 (download panel).
When the pop-up is triggered can it dim the background program, in this case it would only be photoshop and automatically it would resort to full the screen ? I want the HTML pop up to dissappear completley with a key of any key on the keyboard.
The goal of little script is to load up a HTML window that I have customized tool tip reminders etc, which I can modify at any time using HTML/CSS, that is displayed at full screen while dimming the background program, as mention this would only be photoshop.
Reply to this Discussion! Login or Sign Up