Sign in to follow, share, and participate in this community.
Hi there, I am trying to make a 'palette' show and stay visible and I am using a WaitForRedraw function, but it returns that it is not a function. This is what I have:
function WaitF... Hi there, I'm trying to have it that hitting a hot key combination would start listening for the next user event (let's say select the background layer) in my active document and then replicate this event immediately... Hi there, What is the difference between a variable UI layout and add() method UI layout? Variable UI layout is something like this:
var windowResource = "palette { \
o... I have an image, and I have a handy action that saves it, crops it, saves it again, crops it differently, and saves it one more time. Right now, I have two options for those saves--I can either save each crop in a sep... Looks like there are some major Applescript changes to CS5, which is unwelcome for anyone with existing scripts. From what I can see, the difference (that affect me anyway) are a) PSCS5 seems to dislike referr... I've got the following code:
obj = w.add('panel', [45,50,350,135], 'Title');
How do I add options, such as size, margins, alignChildren to this panel? If I would do this in Script UI I'de do something like this:
var... // ======================================================= var idsetd = charIDToTypeID( "setd" ); var desc1197 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); ... So, where I work, we have a script that handles all of our heavy lifting. This script is running on CS6, and all of the users are running CC 2014. Now when the CS6 machine opens a document with any type of... App.open options when opening a newer version photoshop file by an older version of photoshop, App.open options when opening a newer version photoshop file by an older version of photoshop
in Photoshop Scripting
BackHi there, I've got the following variable as a UI layout of a window, I am trying to access btn_one button, but with no success.
var w = new Window("dialog { \
margins: 15, \
&... ok so I'm trying to copy past a picture onto another picture to replace a sad face to a happy face but i can't resize the layer or adjust it in any way. does anyone know how to do that? Hello, Is there a way to have Photoshop watch a folder for new images and run some actions on the newly added files - after which removing the original from that folder. I need to automate the follwoin... When I "save for web" a gif animation in photoshop its optimized at 72k. I then check it in file manager and its 102k???!!! I've made many web banners this is the first time it's ever done this. Hi there, I've got the following input "edittext" field being rendered in a window. How can I return the value that has been input in it? cal_char = cal.add('edittext', [25,40,135,60], '1'); I ... Hi, after upgrading from CS6 to CC last week one of our scripts broke. Basically the script opens multiple files and merges them into a single one, during that several calls to doc.layerSets.getByName("layerN... On Adobe ExtendScript Toolkit when I want to select all the code inside a brace, I have 2 options that just don't work. - select to brace - select including brace this makes me and any script work ... I'm running: alert(Folder.desktop.fsName) Which brings up: /usr/home/<<userName>>/Desktop I need it to bring up: <<hardDriveName>>/usr/home/<<userN... I do not have AI Adobe for I do not want to spend the money and have to learn an other complex Adobe application. I'm no artist either. However at rimes I wanted to have AI live trace feature to change bla... Hello, I'm a production artist and I work with PSD files that were created in Adobe Scene7 Image Authoring Tool. These PSDs contain a background layer along with 1-20 alpha channels. My script has to make a new... I am having trouble with an export layers to files script i am wanting to batch export layer to png and this script i have seems to be the one i want although every time i run the script i get this error message "coul... Encountered an issue with Photoshop 2014.2 that occurs when I try to use some_basic_bitmap_layer.duplicate(some_layer_in_different_doc, ElementPlacement.PLACEAFTER). So this is code that has been pretty much unchanged...