<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - script planning advise</title>
    <link>https://forums.adobe.com/community/bridge/bridge_scripting?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Wed, 12 Nov 2014 17:05:46 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-12T17:05:46Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: script planning advise</title>
      <link>https://forums.adobe.com/message/6922961?tstart=0#6922961</link>
      <description>&lt;!-- [DocumentBodyStart:3936aa3b-9de4-49b5-89a6-66fab1e8bce1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks Phillip for getting back.&lt;/p&gt;&lt;p&gt;I have looked at IPP V3 script and the Bridge CS6 SDK SnpOpeninPhotoshop.jsx script. &lt;/p&gt;&lt;p&gt;I find them overwhelming and not easy to extract the functionality that I ma trying to build.&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Will try again to see if I can get further.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;BTW,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;I have been using a the batchStack. jsx bridge you posted on the Bridge script forum. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;I found your script very useful. Thanks for the contribution. &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3936aa3b-9de4-49b5-89a6-66fab1e8bce1] --&gt;&lt;img src='/beacon?t=1415930002591' /&gt;</description>
      <pubDate>Wed, 12 Nov 2014 17:05:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6922961?tstart=0#6922961</guid>
      <dc:date>2014-11-12T17:05:46Z</dc:date>
      <clearspace:dateToText>1 day 9 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: script planning advise</title>
      <link>https://forums.adobe.com/message/6922614?tstart=0#6922614</link>
      <description>&lt;!-- [DocumentBodyStart:9eca2bb6-4635-4d29-b08c-849cfe18d12d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;It's better to access the Bridge files from Photoshop, there are a couple of scripts that will exceed what you are asking, or they will be a good foundation for any code that you want.&lt;/p&gt;&lt;p&gt;Image Processor Pro&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://sourceforge.net/projects/ps-scripts/files/Image%20Processor%20Pro/v3_0/" rel="nofollow"&gt;ps-scripts - Browse /Image Processor Pro/v3_0 at SourceForge.net&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Picture Processor&lt;/p&gt;&lt;p&gt;This can be found under the PSCS Scripts section at &lt;a class="jive-link-external-small" href="http://www.ps-bridge-scripts.talktalk.net/" rel="nofollow"&gt;http://www.ps-bridge-scripts.talktalk.net/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9eca2bb6-4635-4d29-b08c-849cfe18d12d] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 14:52:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6922614?tstart=0#6922614</guid>
      <dc:date>2014-11-12T14:52:28Z</dc:date>
      <clearspace:dateToText>1 day 11 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>script planning advise</title>
      <link>https://forums.adobe.com/message/6920322?tstart=0#6920322</link>
      <description>&lt;!-- [DocumentBodyStart:f9b1e8a2-f33f-4b6d-b701-3bb7cf2cbfdb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I would like to ask for help in planning a Bridge script.&lt;/p&gt;&lt;p&gt;I am a beginner Photoshop and Bridge developer.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Script behavior:&lt;/p&gt;&lt;p&gt;Check for selected thumbnail&lt;/p&gt;&lt;p&gt;Open the selected&amp;nbsp; thumbnail/s from Bridge in Photoshop.&lt;/p&gt;&lt;p&gt;Run a set of Photoshop actions&lt;/p&gt;&lt;p&gt;Save the changes to the file&lt;/p&gt;&lt;p&gt;Close the file&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do I approach these tasks programmatically?&lt;/p&gt;&lt;p&gt;What are the sequence of events to necessary to execute the script?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Applying photoshop scripting as a model I can come up with this sequence which can be scripted with the if else statement. &lt;/p&gt;&lt;p&gt;// check if thumbnail is selected&lt;/p&gt;&lt;p&gt;// if no thumbnail is selected send alert message&lt;/p&gt;&lt;p&gt;// if thumbnail is selected open in Photoshop&lt;/p&gt;&lt;p&gt;// run photoshop actions&lt;/p&gt;&lt;p&gt;// save changes to file&lt;/p&gt;&lt;p&gt;// close file&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Will this approach work with a Bridge script?&lt;/p&gt;&lt;p&gt;How do I call the Photoshop application from Bridge?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f9b1e8a2-f33f-4b6d-b701-3bb7cf2cbfdb] --&gt;</description>
      <pubDate>Tue, 11 Nov 2014 20:29:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6920322?tstart=0#6920322</guid>
      <dc:date>2014-11-11T20:29:44Z</dc:date>
      <clearspace:dateToText>2 days 5 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

