<?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: Open InDesign docs in the correct InDesign.</title>
	<atom:link href="http://creativetechs.com/tipsblog/open-indesign-docs-in-the-correct-indesign/feed/" rel="self" type="application/rss+xml" />
	<link>http://creativetechs.com/tipsblog/open-indesign-docs-in-the-correct-indesign/</link>
	<description>Real-World Tips and Tricks for Creative Pros on Macs</description>
	<lastBuildDate>Wed, 17 Mar 2010 18:50:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Greg Ledger</title>
		<link>http://creativetechs.com/tipsblog/open-indesign-docs-in-the-correct-indesign/comment-page-1/#comment-3742</link>
		<dc:creator>Greg Ledger</dc:creator>
		<pubDate>Mon, 19 Oct 2009 23:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://creativetechs.com/tipsblog/?p=744#comment-3742</guid>
		<description>Here is a script that will work on the Mac side. Of course it is beta (I just wrote it). You will have to adapt it for CS4 (I no have CS4--pay lousy). You must open in this in Script Editor, compile, then save as an application.

on open theseDocs
	
global fileKinds
set fileKinds to {&quot;InDesign® CS2 Document&quot;, &quot;InDesign® CS3 Document&quot;, &quot;InDesign® CS4 Document&quot;}
	
	if (count of theseDocs) &gt; 1 then
		display dialog &quot;Only drop one document at a time on this droplet!&quot; buttons {Cancel} default button 1 with icon 0
	end if
	repeat with aDoc in theseDocs
		set aDocInfo to info for aDoc
		if kind of aDocInfo is not in fileKinds then
			display alert &quot;Please drop only InDesign documents on this droplet!&quot;
		else if kind of aDocInfo is equal to item 1 of fileKinds then
			tell application &quot;Adobe InDesign CS2&quot; to open aDoc
			exit repeat
		else if kind of aDocInfo is equal to item 2 of fileKinds then
			tell application &quot;Adobe InDesign CS3&quot; to open aDoc
			exit repeat
		else
			tell application &quot;Adobe InDesign CS3&quot; to open aDoc
			exit repeat
		end if
	end repeat
end open</description>
		<content:encoded><![CDATA[<p>Here is a script that will work on the Mac side. Of course it is beta (I just wrote it). You will have to adapt it for CS4 (I no have CS4&#8211;pay lousy). You must open in this in Script Editor, compile, then save as an application.</p>
<p>on open theseDocs</p>
<p>global fileKinds<br />
set fileKinds to {&#8220;InDesign® CS2 Document&#8221;, &#8220;InDesign® CS3 Document&#8221;, &#8220;InDesign® CS4 Document&#8221;}</p>
<p>	if (count of theseDocs) &gt; 1 then<br />
		display dialog &#8220;Only drop one document at a time on this droplet!&#8221; buttons {Cancel} default button 1 with icon 0<br />
	end if<br />
	repeat with aDoc in theseDocs<br />
		set aDocInfo to info for aDoc<br />
		if kind of aDocInfo is not in fileKinds then<br />
			display alert &#8220;Please drop only InDesign documents on this droplet!&#8221;<br />
		else if kind of aDocInfo is equal to item 1 of fileKinds then<br />
			tell application &#8220;Adobe InDesign CS2&#8243; to open aDoc<br />
			exit repeat<br />
		else if kind of aDocInfo is equal to item 2 of fileKinds then<br />
			tell application &#8220;Adobe InDesign CS3&#8243; to open aDoc<br />
			exit repeat<br />
		else<br />
			tell application &#8220;Adobe InDesign CS3&#8243; to open aDoc<br />
			exit repeat<br />
		end if<br />
	end repeat<br />
end open</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris Coppieters</title>
		<link>http://creativetechs.com/tipsblog/open-indesign-docs-in-the-correct-indesign/comment-page-1/#comment-2138</link>
		<dc:creator>Kris Coppieters</dc:creator>
		<pubDate>Tue, 05 May 2009 09:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://creativetechs.com/tipsblog/?p=744#comment-2138</guid>
		<description>Hi all!

We’ve been hard at work on Son of InDesignProxy, now nicknamed Soxy - a more powerful, commercial version of InDesignProxy.

In addition to InDesign files, Soxy also supports Illustrator .ai files, QuarkXPress files, PDF files.

You can also use ‘Edit Original’ in InDesign and have it open a placed .ai file in the proper version of Illustrator.

We have a time limited beta version available for download - check

http://www.rorohiko.com/wordpress/lightning-brain-soxy/

Cheers!

Kris</description>
		<content:encoded><![CDATA[<p>Hi all!</p>
<p>We’ve been hard at work on Son of InDesignProxy, now nicknamed Soxy &#8211; a more powerful, commercial version of InDesignProxy.</p>
<p>In addition to InDesign files, Soxy also supports Illustrator .ai files, QuarkXPress files, PDF files.</p>
<p>You can also use ‘Edit Original’ in InDesign and have it open a placed .ai file in the proper version of Illustrator.</p>
<p>We have a time limited beta version available for download &#8211; check</p>
<p><a href="http://www.rorohiko.com/wordpress/lightning-brain-soxy/" rel="nofollow">http://www.rorohiko.com/wordpress/lightning-brain-soxy/</a></p>
<p>Cheers!</p>
<p>Kris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris Coppieters</title>
		<link>http://creativetechs.com/tipsblog/open-indesign-docs-in-the-correct-indesign/comment-page-1/#comment-1559</link>
		<dc:creator>Kris Coppieters</dc:creator>
		<pubDate>Thu, 19 Mar 2009 23:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://creativetechs.com/tipsblog/?p=744#comment-1559</guid>
		<description>Hi all,

Just wanted to say: InDesignProxy 1.0.7 is available for download. Grab it from this page (also, there’s more info there):

http://www.rorohiko.com/wordpress/?p=125

Cheers,

Kris</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>Just wanted to say: InDesignProxy 1.0.7 is available for download. Grab it from this page (also, there’s more info there):</p>
<p><a href="http://www.rorohiko.com/wordpress/?p=125" rel="nofollow">http://www.rorohiko.com/wordpress/?p=125</a></p>
<p>Cheers,</p>
<p>Kris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris Coppieters</title>
		<link>http://creativetechs.com/tipsblog/open-indesign-docs-in-the-correct-indesign/comment-page-1/#comment-833</link>
		<dc:creator>Kris Coppieters</dc:creator>
		<pubDate>Tue, 20 Jan 2009 18:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://creativetechs.com/tipsblog/?p=744#comment-833</guid>
		<description>We&#039;ve just released an update to InDesignProxy. Version 1.0.6 now applies the proper icon to various InDesign-related files (e.g. CS files get an InDesign CS document icon, CS2 files get an InDesign CS2 document icon, etc...) so you can tell what version a file is by merely looking at the Finder icon.

It also adds support for a few other file name extensions (e.g. .indt) and fixes issues that occurred when there were non-ASCII characters in file or folder names.

More info at

http://www.rorohiko.com/wordpress/?p=125

Cheers,

Kris</description>
		<content:encoded><![CDATA[<p>We&#8217;ve just released an update to InDesignProxy. Version 1.0.6 now applies the proper icon to various InDesign-related files (e.g. CS files get an InDesign CS document icon, CS2 files get an InDesign CS2 document icon, etc&#8230;) so you can tell what version a file is by merely looking at the Finder icon.</p>
<p>It also adds support for a few other file name extensions (e.g. .indt) and fixes issues that occurred when there were non-ASCII characters in file or folder names.</p>
<p>More info at</p>
<p><a href="http://www.rorohiko.com/wordpress/?p=125" rel="nofollow">http://www.rorohiko.com/wordpress/?p=125</a></p>
<p>Cheers,</p>
<p>Kris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helpful websites &#124; O2 Bloxygen</title>
		<link>http://creativetechs.com/tipsblog/open-indesign-docs-in-the-correct-indesign/comment-page-1/#comment-784</link>
		<dc:creator>Helpful websites &#124; O2 Bloxygen</dc:creator>
		<pubDate>Mon, 05 Jan 2009 09:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://creativetechs.com/tipsblog/?p=744#comment-784</guid>
		<description>[...] http://creativetechs.com/tipsblog/open-indesign-docs-in-the-correct-indesign/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://creativetechs.com/tipsblog/open-indesign-docs-in-the-correct-indesign/" rel="nofollow">http://creativetechs.com/tipsblog/open-indesign-docs-in-the-correct-indesign/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Swanson</title>
		<link>http://creativetechs.com/tipsblog/open-indesign-docs-in-the-correct-indesign/comment-page-1/#comment-487</link>
		<dc:creator>Craig Swanson</dc:creator>
		<pubDate>Wed, 03 Dec 2008 13:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://creativetechs.com/tipsblog/?p=744#comment-487</guid>
		<description>Marizmendi - The &lt;a href=&quot;http://indesignsecrets.com/utility-opens-indd-files-in-the-correct-version-of-indesign-in-osx.php&quot; rel=&quot;nofollow&quot;&gt;InDesignSecrets write-up&lt;/a&gt; about this topic shows some details about what PC users see. At least in Windows, you can tell by the icon which version of InDesign a document was created in (although double-clicking still opens that document in the newest copy of InDesign).</description>
		<content:encoded><![CDATA[<p>Marizmendi &#8211; The <a href="http://indesignsecrets.com/utility-opens-indd-files-in-the-correct-version-of-indesign-in-osx.php" rel="nofollow">InDesignSecrets write-up</a> about this topic shows some details about what PC users see. At least in Windows, you can tell by the icon which version of InDesign a document was created in (although double-clicking still opens that document in the newest copy of InDesign).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marizmendi</title>
		<link>http://creativetechs.com/tipsblog/open-indesign-docs-in-the-correct-indesign/comment-page-1/#comment-485</link>
		<dc:creator>marizmendi</dc:creator>
		<pubDate>Wed, 03 Dec 2008 13:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://creativetechs.com/tipsblog/?p=744#comment-485</guid>
		<description>Kris
Someone is asking me if there is or there will be  a version for PC users...
so, it&#039;s up to you, think about it.</description>
		<content:encoded><![CDATA[<p>Kris<br />
Someone is asking me if there is or there will be  a version for PC users&#8230;<br />
so, it&#8217;s up to you, think about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rorohiko Ltd. &#187; Blog Archive &#187; Recipe: Making Mac OS X launch the correct version of InDesign or InCopy</title>
		<link>http://creativetechs.com/tipsblog/open-indesign-docs-in-the-correct-indesign/comment-page-1/#comment-476</link>
		<dc:creator>Rorohiko Ltd. &#187; Blog Archive &#187; Recipe: Making Mac OS X launch the correct version of InDesign or InCopy</dc:creator>
		<pubDate>Tue, 02 Dec 2008 21:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://creativetechs.com/tipsblog/?p=744#comment-476</guid>
		<description>[...] http://creativetechs.com/tipsblog/open-indesign-docs-in-the-correct-indesign/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://creativetechs.com/tipsblog/open-indesign-docs-in-the-correct-indesign/" rel="nofollow">http://creativetechs.com/tipsblog/open-indesign-docs-in-the-correct-indesign/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris Coppieters</title>
		<link>http://creativetechs.com/tipsblog/open-indesign-docs-in-the-correct-indesign/comment-page-1/#comment-454</link>
		<dc:creator>Kris Coppieters</dc:creator>
		<pubDate>Mon, 01 Dec 2008 20:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://creativetechs.com/tipsblog/?p=744#comment-454</guid>
		<description>Hi Craig,

The issue was a flaw in the InDesignProxy bundle construction. Like nearly all Mac applications, the InDesignProxy application icon is not really a single file. It is actually a folder (a.k.a. &#039;package&#039;) in disguise, and such &#039;packages&#039; need to be constructed to Apple&#039;s exacting rules. 

There was a tiny detail that was &#039;off&#039; in the previous version&#039;s package structure. As far as I can tell, this made the Finder decide &quot;Nah, I am not going to &#039;Always Open With&#039; this abomination&quot;, and it threw out InDesignProxy and picked &#039;something else&#039;.</description>
		<content:encoded><![CDATA[<p>Hi Craig,</p>
<p>The issue was a flaw in the InDesignProxy bundle construction. Like nearly all Mac applications, the InDesignProxy application icon is not really a single file. It is actually a folder (a.k.a. &#8216;package&#8217;) in disguise, and such &#8216;packages&#8217; need to be constructed to Apple&#8217;s exacting rules. </p>
<p>There was a tiny detail that was &#8216;off&#8217; in the previous version&#8217;s package structure. As far as I can tell, this made the Finder decide &#8220;Nah, I am not going to &#8216;Always Open With&#8217; this abomination&#8221;, and it threw out InDesignProxy and picked &#8217;something else&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Levine</title>
		<link>http://creativetechs.com/tipsblog/open-indesign-docs-in-the-correct-indesign/comment-page-1/#comment-452</link>
		<dc:creator>Bob Levine</dc:creator>
		<pubDate>Mon, 01 Dec 2008 19:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://creativetechs.com/tipsblog/?p=744#comment-452</guid>
		<description>Kris gets a shiny new toy...way to go, Kris!</description>
		<content:encoded><![CDATA[<p>Kris gets a shiny new toy&#8230;way to go, Kris!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
