<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Swapping Color Swatches with Swatch Switcher</title>
	<atom:link href="http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php/feed" rel="self" type="application/rss+xml" />
	<link>http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php</link>
	<description>InDesignSecrets Blog and Podcast</description>
	<lastBuildDate>Thu, 24 May 2012 17:46:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TomL</title>
		<link>http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php/comment-page-1#comment-493385</link>
		<dc:creator>TomL</dc:creator>
		<pubDate>Thu, 03 Nov 2011 16:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php#comment-493385</guid>
		<description>I found an illustrator pms chart 32x30 inch with a few 1000 swatches (http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;extid=1045639). They are all coated. I would like to see if I could adjust the script above to replace all the coated swatches with their corresponding uncoated ones so we could test our rip on uncoated epson proofing paper. Any ideas would be appreciated.</description>
		<content:encoded><![CDATA[<p>I found an illustrator pms chart 32&#215;30 inch with a few 1000 swatches (<a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;extid=1045639" rel="nofollow">http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&amp;extid=1045639</a>). They are all coated. I would like to see if I could adjust the script above to replace all the coated swatches with their corresponding uncoated ones so we could test our rip on uncoated epson proofing paper. Any ideas would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emily</title>
		<link>http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php/comment-page-1#comment-484009</link>
		<dc:creator>Emily</dc:creator>
		<pubDate>Thu, 24 Jun 2010 23:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php#comment-484009</guid>
		<description>What if I want to keep the extra swatches in my template so my designers use the same bank of colors over time?</description>
		<content:encoded><![CDATA[<p>What if I want to keep the extra swatches in my template so my designers use the same bank of colors over time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: InDesignSecrets &#187; Blog Archive &#187; Grouping Color Swatches</title>
		<link>http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php/comment-page-1#comment-483697</link>
		<dc:creator>InDesignSecrets &#187; Blog Archive &#187; Grouping Color Swatches</dc:creator>
		<pubDate>Fri, 04 Jun 2010 15:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php#comment-483697</guid>
		<description>[...] a bunch of different ASE files, then swap them out. The trick to that is a script, which you can read about it this old post by Russell [...]</description>
		<content:encoded><![CDATA[<p>[...] a bunch of different ASE files, then swap them out. The trick to that is a script, which you can read about it this old post by Russell [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php/comment-page-1#comment-482450</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Fri, 09 Apr 2010 20:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php#comment-482450</guid>
		<description>Thanks so much for this script. I have to make docs with a variety of colors and this makes it so easy to change. A nice enhancement would be a command in it to load a specific .ase file. Then one could have  variations of the script named red, yellow, blue, green, purple etc...</description>
		<content:encoded><![CDATA[<p>Thanks so much for this script. I have to make docs with a variety of colors and this makes it so easy to change. A nice enhancement would be a command in it to load a specific .ase file. Then one could have  variations of the script named red, yellow, blue, green, purple etc&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uwe Laubender</title>
		<link>http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php/comment-page-1#comment-476797</link>
		<dc:creator>Uwe Laubender</dc:creator>
		<pubDate>Sat, 25 Jul 2009 09:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php#comment-476797</guid>
		<description>Thank you Steve for contributing that script. However, if you are not working with an english version of InDesign the script will fail detecting the &quot;copy&quot; status of the swatch you want to apply.
Still I have not found an universal method for all localized version of InDesign, but I came to a solution for my german version:
1. step:
instead of &quot;copy&quot; just write &quot;Kopie&quot; in the following line of code. For the german version from:
if (myTempStringSlice == &#039;copy&#039;)
to:
if (myTempStringSlice == &#039;Kopie&#039;)
2. step:
because the new word &quot;Kopie&quot; has a character count of 5 instead of 4 you have to change the following line of code accordingly from:
myTempStringSlice = myTempString.slice((myTempString.length-4), myTempString.length);
to:
myTempStringSlice = myTempString.slice((myTempString.length-5), myTempString.length);
3. step:
The same is true for the next line of code.
From:
myTempStringSlice = myTempString.slice((myTempString.length-5), myTempString.length);
to:
myTempStringSlice = myTempString.slice((myTempString.length-6), myTempString.length);
Just save the script under a new name like &quot;swatch_switch_DE.jsx&quot;.</description>
		<content:encoded><![CDATA[<p>Thank you Steve for contributing that script. However, if you are not working with an english version of InDesign the script will fail detecting the &#8220;copy&#8221; status of the swatch you want to apply.<br />
Still I have not found an universal method for all localized version of InDesign, but I came to a solution for my german version:<br />
1. step:<br />
instead of &#8220;copy&#8221; just write &#8220;Kopie&#8221; in the following line of code. For the german version from:<br />
if (myTempStringSlice == &#8216;copy&#8217;)<br />
to:<br />
if (myTempStringSlice == &#8216;Kopie&#8217;)<br />
2. step:<br />
because the new word &#8220;Kopie&#8221; has a character count of 5 instead of 4 you have to change the following line of code accordingly from:<br />
myTempStringSlice = myTempString.slice((myTempString.length-4), myTempString.length);<br />
to:<br />
myTempStringSlice = myTempString.slice((myTempString.length-5), myTempString.length);<br />
3. step:<br />
The same is true for the next line of code.<br />
From:<br />
myTempStringSlice = myTempString.slice((myTempString.length-5), myTempString.length);<br />
to:<br />
myTempStringSlice = myTempString.slice((myTempString.length-6), myTempString.length);<br />
Just save the script under a new name like &#8220;swatch_switch_DE.jsx&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Richardson</title>
		<link>http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php/comment-page-1#comment-476133</link>
		<dc:creator>Sam Richardson</dc:creator>
		<pubDate>Thu, 11 Jun 2009 20:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php#comment-476133</guid>
		<description>Thanks for the helpful tip.  Have an unusual situation that maybe someone can help me with.
I inherited a template for a client that uses only spot colors and will stay that way.  This template will be repurposed for a number of projects that will have various color schemes,  also only using spot colors (btw,  all will be Pantone Standard).
All the Paragraph, Character, and Object Styles use these colors,  as well as Master Pages.
Question,  Can I use this to swap out one swatch (using a Pantone Spot color) for another (also using a Panton Spot)?
thanks
Sam</description>
		<content:encoded><![CDATA[<p>Thanks for the helpful tip.  Have an unusual situation that maybe someone can help me with.<br />
I inherited a template for a client that uses only spot colors and will stay that way.  This template will be repurposed for a number of projects that will have various color schemes,  also only using spot colors (btw,  all will be Pantone Standard).<br />
All the Paragraph, Character, and Object Styles use these colors,  as well as Master Pages.<br />
Question,  Can I use this to swap out one swatch (using a Pantone Spot color) for another (also using a Panton Spot)?<br />
thanks<br />
Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: InDesignSecrets &#187; Blog Archive &#187; InDesignSecrets Podcast 081</title>
		<link>http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php/comment-page-1#comment-466378</link>
		<dc:creator>InDesignSecrets &#187; Blog Archive &#187; InDesignSecrets Podcast 081</dc:creator>
		<pubDate>Wed, 09 Jul 2008 21:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php#comment-466378</guid>
		<description>[...] New design for InDesignSecrets.com blog * Free script extravaganza: Swatch Switcher, Label Graphics, Swap Object Positions, IndexMatic (beta) to index on character styles, Select [...]</description>
		<content:encoded><![CDATA[<p>[...] New design for InDesignSecrets.com blog * Free script extravaganza: Swatch Switcher, Label Graphics, Swap Object Positions, IndexMatic (beta) to index on character styles, Select [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne-Marie</title>
		<link>http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php/comment-page-1#comment-422591</link>
		<dc:creator>Anne-Marie</dc:creator>
		<pubDate>Tue, 03 Jun 2008 03:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php#comment-422591</guid>
		<description>Or you can see what he looks like about 1:10 into the &lt;a href=&quot;http://www.youtube.com/watch?v=LPmsXTMVxps&quot; rel=&quot;nofollow&quot;&gt;Transparencide video.&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Or you can see what he looks like about 1:10 into the <a href="http://www.youtube.com/watch?v=LPmsXTMVxps" rel="nofollow">Transparencide video.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Blatner</title>
		<link>http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php/comment-page-1#comment-418453</link>
		<dc:creator>David Blatner</dc:creator>
		<pubDate>Fri, 30 May 2008 12:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php#comment-418453</guid>
		<description>Regular readers of InDesign secrets who don&#039;t know Russell will quickly become acquainted with his particularly sharp sense of humor (thus his comments about paypal and so on... just a joke! Really!).

For more on Russell&#039;s humor, you (and everyone you know) should visit &lt;a href=&quot;http://www.yabb-adobe-doo.com/yabstuff.html&quot; target=_&quot;blank&quot; rel=&quot;nofollow&quot;&gt;yabb-adobe-doo.com&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Regular readers of InDesign secrets who don&#8217;t know Russell will quickly become acquainted with his particularly sharp sense of humor (thus his comments about paypal and so on&#8230; just a joke! Really!).</p>
<p>For more on Russell&#8217;s humor, you (and everyone you know) should visit <a href="http://www.yabb-adobe-doo.com/yabstuff.html" target=_"blank" rel="nofollow">yabb-adobe-doo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell Viers</title>
		<link>http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php/comment-page-1#comment-417245</link>
		<dc:creator>Russell Viers</dc:creator>
		<pubDate>Thu, 29 May 2008 13:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/swapping-color-swatches-with-swatch-switcher.php#comment-417245</guid>
		<description>Thanks for the kind words, Pat. What you don&#039;t know is that the script also pings your PayPal account for $7.34 every time you use it...and sends it to me.
Feel free to use the script regularly and tell your friends, as well.</description>
		<content:encoded><![CDATA[<p>Thanks for the kind words, Pat. What you don&#8217;t know is that the script also pings your PayPal account for $7.34 every time you use it&#8230;and sends it to me.<br />
Feel free to use the script regularly and tell your friends, as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching using disk

Served from: indesignsecrets.com @ 2012-05-24 18:43:34 -->
