Connect with our global Bridge Community.
Askettäinen
I am trying to run a script from a button pressed in a palette. app.doScript does not work in Bridge.
I have used this in InDesign and it works great. I am running from start up scripts in bridge and was wondering if there was an equivalent?myPath=app.activeScript.path; did not work.
I am trying to copy a file to a folder in bridge. I am trying thisvar myCopy=fileToCopy.copy(macdesign);fileToCopy being my variable wich is a string and then macdesign wich is also a string of the directory that I want to copy it to. I am just not sure of the syntax. Any help would be greatly appreciated.Brett G.
HiI´m trying to create a script that stores some xmp informations of photos (like EXIF Data Created...IPTC Core Creator and so on) to variables. var selected = app.document.selectionsvar xmp = selected[0].metadata var creationData = xmp.read (namespace, property)var author = xmp.read (namespace, property)In order to do it I need to know the right namespace and property. The Bridge JavaScript reference does not show me a list of what I can use. Do you have any reference to follow?I´m having no sucess looking over internet. Thank you a lot (again) for the helpBest RegardsGustavo.
I have created a pallette with a button that I want to click when I drop a file to a folder from bridge.I have tried something like this but it did not work. So I am wondering if it is possible?var mySFolder=app.document.presentationPath.slice(44,61);var myMacHotFolder=(Folder(["/Volumes/Hotfolders/xxxxx/xxxxxx+mySFolder+".pdf"]).exists);var myClick=iButton.addEventListener('click', function(){var myItems =app.document.thumbnail.children.length-2;myCountText.text=parseInt(myCountText.text)+myItems;}); if(myMacHotFolder==true){myClick.click();}obviosly this is not a working chunk but all the pieces are here. I am just wondering aside from .click() what might work to enitiate the click.
The big question is. Is this possible? And what kind of actions do I have to take to make this happen. I have currently built a UI but it does not let me select anything in bridge while its running.Thanks BG.
Hello,I need more than 5 rows in bridge-output-webgallery-HTML gallery for my website. 10-20 rows would be perfect in my opinion.all help will be highly appreciated Rune Hammerstadhttp://exterill.com
Hi friendsWould like to know if this can be automatized via a JavaScript. When I´m in a folder with lots of photos I use green label to choose the photos I want to print.BUT if I feel I need to correct anything in a selected photo, then I use the blue label for this instead.So I know if a photo has the green label then I can print directlly. But If a photo has the blue label then I know I need to make adjustments in Photoshop.---Now the question:For blue label photos I use to write instructions directelly to the metadata field called "Instructions" (it´s in the IPTC Core section of metadata). And I´d like a script to automate it. Example:If I write anything to the "Instructions" field...then automatically apply (or change to) the blue label!Now If..after...I delete the message on that field...then check if the photo has keywords If having....apply the green label. If not having...apply
Hi i am new to using scripts and would really appreciate some help in automating the following. I use Photoshop CS6 and generally use the keywords i add to the file as the description as well. To do this i open individual raw files and copy and paste the keywords into the description field and save, prior to processing as jpg for web display. This is quite time consuming when dealing with large number of files. I have been trying to find a way to automate the process but haven't come across anything on the web. I did manage to get a partial solution using a recorded action and then batch processing in bridge, but that only adds the information from the first file used to generate the action.Is there a way to do this with scripts for either the raw file or jpg file?thanks
We have been running CS4 Bridge on a PC on which InDesign CS4 is also installed. We have an HTML interface displayed in the top navbar interacting with javascript callbacks. This has worked beautifully for the past 2.5 years.We recently installed CS6 on the same PC. There is now a problem with this line of javascript:indesign.executeScript(scriptcontents);Bridge returns an error message: "indesign is undefined"Problem: According to the documentation, using "indesign" should cause the latest version to run. This is not happening.If I change the line to: "indesign6.executeScript(scriptcontents);" it works by running InDesign CS4 (which is version 6).Problem: If I change the line to: "indesign8.executeScript(scriptcontents);" it returns an error message: "indesign8 is undefined" !!! CS6 is version 8 so this should work.Any ideas? How can I communicate with InDesign CS6?Thanks.
I am creating a new tabbed palette and I would like to save changes made by the user for position and size so they can be applied the next time Bridge is opened. Instead of the tabbed palette always opening in the lower right, e.g, paletteColumn [right, bottom] and with a fixed width, I want it to open in the location and size that user set in their last session. If the user drags the tabbed palette to another location or drags the width, I want to read that information at close and write it to a temp file where it will be read at the next startup.It looks like I should be able to access a tabbed palette's properties using app.document.palettes[index], but I can't get anything useful to return.Thanks.
When creating an HTML Web Gallery (using ‘Lightroom’ template), Bridge CS5 renames the thumbs and large images to an arbitrary number. The caption reads as the original file name, but the actual image has a new name. This is problematic, as my clients will right-click selected images from my galleries to save and forward for approval, but the file name is not the same as the original.As an example: VLNK0321.jpg is renamed as _4856316150.jpg. (In Preferences/Output, the "Convert multi-byte file names to Full ASCII" is unchecked.) Is there any way to fix this little (for me--BIG) problem?
On Win7 x64, the x32 version of CS6 Bridge is installed by CS6 InDesign.That is likely because InDesign is still x32 based.However when I try to run Camera Raw using Bridge I receive the following error, even though I have run CS6 InDesign prior to attempting this:Camera Raw editing is not enabled.Camera Raw editing requires that a qualifying product has been launched at least once to enable this feature.Is there a solution available to this problem, other than installing CS6 Photoshop ?
Hello,What i am trying to do is generate a jpg image from an ai file(not a drawing, but a library = not possible to open in pdf) shown in bridge.I have my script, it is working correct when executing this in estk.And if i understand correct, i need to create an object of illustrator in order to execute the script in my vb.net program. But, because this script has nothing to do with illustrator in general i was wondering if it is also posible to create an object of the estk program and execute the script in the background with this object instead of illustrator?ThanksAlso another question:When ran from vb.net, it goes in debug.#target bridge#targetengine "MainEngine"function SnpCreateThumbInspectorPanel(){ try { this.requiredContext = "\tExecute against Bridge main engine.\nBridge must be running."; $.level = 1; // Debugging level &nb
So I am extremely new to scripting in Adobe, I have moderate experience in programming cpp/js etc but I really have no idea where to start. I just want to make a script that loads by default one workspace on one monitor and another synchronized workspace on another monitor. Is this hard to do? Is this something that is a task for scripting?Thanks,Scott~As a side note, I saved a new workspace as "preview" which resulted in me having two "preview" workspaces. Because preview is a stock workspace, it won't let me delete my extra from the drop-down list of workspaces. Any ideas?
It was suggested I post this here for help ......I have many folders that contain my NEF and PSD files, all together. I want to setup a batch process to open up JUST the PSD files and then save elsewhere as a JPEG. How can I open just the PSD files in an action or using Image Processor Pro?Similarly, I want to setup another batch process that will open RAW files and allow basic editing in CAmera RAW. Is this even possible? Many thanks in advance for your help. Graham
Originally posted this in Bridge General, was suggested that I repost here...Trying to eliminate the shooting data from image files using Bridge (including shutter speed, f-stop).I see options to affect virtually everything except for those two things it seems.Does Bridge have a way to remove this information or simply "blank out" all metadata from image files?...further detail...I need to save the original full-resolution images w/o the metadata.Exporting in virtually any form will eliminate the metadata as a new file is being created. I have 1000's of original images that I simply want to strip the metadata from and have as little (or no) generation loss as possible.
I have done scripting for InDesign wich has a palette for scripts or a start up script folder to run the script from. I am not sure how to start this thing. The next thing I want to do after I figure that out is to count photos in each folder that I select and then add them. The calculator could just be a UI window in Bridge is what I was thinking I just need help getting it going.
Hey there,We recently upgraded from CS3, and noticed that this script is no longer in the Tools menu. We store all the retouching instructions in the metadata of our images, and it's helpful to create a contact sheet that lists the file name and the instructions under each image. The CS3 tool was helpful, as it automatically placed all the images on a page and allowed the user to specify which metadata fields to display. InDesign Live Caption is an option, but it requires manually placing the images, and will not, for some reason allow the 'instructions' field to display.Has anyone updated the CS3 script to work with CS5?
I want to count the files in a volume. This will tell me how many pictures that i have then as certain actions happen it will automatically add them up for me. First step is finding the corect syntax for the items.
Hi Folks,Let me just say this, so I can get it off my chest ... Adobe why on earth did you make these forums the most maddeningly formatted I have ever used. Not intuitive at all and needlessly complicated and precious. I thought you guys were good at this stuff?Whew ...I have about 50,000 raw files all rated, labeled and keyworded. They are in about 450 folders but the numbering of the files is just whatever my particular Canon camera of the day had at the time. I'd like to change the filenames to my initial and last name, date (YR,MONTH,DAY), a number from 0001-9999 (for that particular date) and a two letter suffix.For instance:fguy_120109_0001_SF.CR2The question is, is there some way to automate this without having to go to each folder separately, select all the files and rename? Can this be automated? Otherwise thats 450 folders to deal with.Suggestions please.
Hi all,Im new to bridge scriptingI can code in actionscript, javascript so I should not have problems, but before getting in on it I'd like to know if the following is possible:I'd like to do a script that:- ask the user for a date (ddmm, for example=1907)- ask the user for a folder on my pc - for each Photocamera connected: - read a file inside the photocamera (in DCIM) named id.txt (a file that I placed manually) - read the content of the file and extract a string from it (the ID, let's say = "34") - read all subdirs contained in DCIM - find the subdir that ends with the provided date (for example: 107_1907) - copy all files from that subdir to the folder in my PC (set at the beginning) renaming files as hhmmss_ID.jpeg (hhmmss=picture creatione time) for example=124028_34.jpegis this possible?thanks
I'm using Adobe Bridge to select a batch of .JPEG's to convert to a .SWF file presentation. Under the menu TOOLS I select Illustrator/Export to SWF and I get an error message. I've searched Google and have been unable to find this "ExportToSWF_AI.jsx" file anywhere. Please help me resolve this error with Adobe Bridge.
In Bridge C4 the output panel is blank. No option to make contact sheets or a web galery.I enabled the startup script for the output module, I have reset all the preferences (ctrl at startup fo Bridge) and I reset the standard workspace. I also reinstalled CS4. Updated etc. Nothing worked.When I look in the folder startup scripts I see no file at all.Can someone help me?
It would appear that Bridge has NO documents available for download yet… I found some for other apps but not all is this right or am I overlooking something?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Onko sinulla jo tili? Kirjaudu sisään
Eikö sinulla ole vielä tiliä? Luo tili
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.