<?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: IDCS4 Bug: Text Formatting Lost in Empty Cells and Frames On Export</title>
	<atom:link href="http://indesignsecrets.com/idcs4-bug-text-formatting-lost-in-empty-cells-and-frames-on-export.php/feed" rel="self" type="application/rss+xml" />
	<link>http://indesignsecrets.com/idcs4-bug-text-formatting-lost-in-empty-cells-and-frames-on-export.php</link>
	<description>InDesignSecrets Blog and Podcast</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:34:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Blatner</title>
		<link>http://indesignsecrets.com/idcs4-bug-text-formatting-lost-in-empty-cells-and-frames-on-export.php/comment-page-1#comment-475677</link>
		<dc:creator>David Blatner</dc:creator>
		<pubDate>Fri, 22 May 2009 12:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2833#comment-475677</guid>
		<description>I just received this helpful idea from Uwe Laubender: Because you can avoid the problem by using INX, why not force InDesign to use INX instead of IDML! This was discussed in some detail in &lt;a href=&quot;http://indesignsecrets.com/downsaving-snippets.php&quot; rel=&quot;nofollow&quot;&gt;the comments section of this post&lt;/a&gt;. But Uwe offers another script here (his comments are below, with his permission):

Be aware that IDML export is standard for generating snippets and library elements in InDesign CS4. However InDesign CS3 does not know this bug due to INX as the standard export format. Though it is safe to use InDesign CS3 snippets and library elements in InDesign CS4, every time you add an item to an existing library in CS4 adds IDML.

Wouldn&#039;t it be nice to be able to force InDesign CS4 to use the old INX instead of IDML for snippets and library elements? Of course, but how could we accomplish that? 

While browsing through the object model viewer of the ExtendScript Toolkit CS4 I came accross a possible solution, an item called &quot;SnippetExportFormats&quot; that showed a specific option, the &quot;INX_TRADITIONAL_FORMAT&quot;! Wow. I discussed that in our learning group &quot;JavaScript for Beginners&quot;. With the help of Ralf Hobirk and Kai Ruebsamen for testing and especially Gerald Singelmann for showing the right way to implement the option, I can present the following line of JavaScript:

&lt;code&gt;app.snippetExportFormat = SnippetExportFormats.INX_TRADITIONAL_FORMAT;&lt;/code&gt;

Save it as plain text with an &quot;jsx&quot; extension. If you choose the ESTK or your normal Scripts folder for starting the script, InDesign will forget about this line every time you restart. To prevent that drag it to your &quot;Startup Scripts&quot; folder (directory) in your &quot;Scripts&quot; folder (directory) and InDesign CS4 will take INX before IDML on default. If there is no &quot;Startup Scripts&quot; folder just make a new one.</description>
		<content:encoded><![CDATA[<p>I just received this helpful idea from Uwe Laubender: Because you can avoid the problem by using INX, why not force InDesign to use INX instead of IDML! This was discussed in some detail in <a href="http://indesignsecrets.com/downsaving-snippets.php" rel="nofollow">the comments section of this post</a>. But Uwe offers another script here (his comments are below, with his permission):</p>
<p>Be aware that IDML export is standard for generating snippets and library elements in InDesign CS4. However InDesign CS3 does not know this bug due to INX as the standard export format. Though it is safe to use InDesign CS3 snippets and library elements in InDesign CS4, every time you add an item to an existing library in CS4 adds IDML.</p>
<p>Wouldn&#8217;t it be nice to be able to force InDesign CS4 to use the old INX instead of IDML for snippets and library elements? Of course, but how could we accomplish that? </p>
<p>While browsing through the object model viewer of the ExtendScript Toolkit CS4 I came accross a possible solution, an item called &#8220;SnippetExportFormats&#8221; that showed a specific option, the &#8220;INX_TRADITIONAL_FORMAT&#8221;! Wow. I discussed that in our learning group &#8220;JavaScript for Beginners&#8221;. With the help of Ralf Hobirk and Kai Ruebsamen for testing and especially Gerald Singelmann for showing the right way to implement the option, I can present the following line of JavaScript:</p>
<p><code>app.snippetExportFormat = SnippetExportFormats.INX_TRADITIONAL_FORMAT;</code></p>
<p>Save it as plain text with an &#8220;jsx&#8221; extension. If you choose the ESTK or your normal Scripts folder for starting the script, InDesign will forget about this line every time you restart. To prevent that drag it to your &#8220;Startup Scripts&#8221; folder (directory) in your &#8220;Scripts&#8221; folder (directory) and InDesign CS4 will take INX before IDML on default. If there is no &#8220;Startup Scripts&#8221; folder just make a new one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F vd Geest</title>
		<link>http://indesignsecrets.com/idcs4-bug-text-formatting-lost-in-empty-cells-and-frames-on-export.php/comment-page-1#comment-475255</link>
		<dc:creator>F vd Geest</dc:creator>
		<pubDate>Tue, 28 Apr 2009 14:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2833#comment-475255</guid>
		<description>&gt;Object Style with Paragraph format.

Indeed, perfect for templates like we are talking about here.</description>
		<content:encoded><![CDATA[<p>&gt;Object Style with Paragraph format.</p>
<p>Indeed, perfect for templates like we are talking about here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jochen F. Uebel</title>
		<link>http://indesignsecrets.com/idcs4-bug-text-formatting-lost-in-empty-cells-and-frames-on-export.php/comment-page-1#comment-475254</link>
		<dc:creator>Jochen F. Uebel</dc:creator>
		<pubDate>Tue, 28 Apr 2009 12:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2833#comment-475254</guid>
		<description>I discovered a third workaround (for text frames): Object Style with Paragraph format.</description>
		<content:encoded><![CDATA[<p>I discovered a third workaround (for text frames): Object Style with Paragraph format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit guptA</title>
		<link>http://indesignsecrets.com/idcs4-bug-text-formatting-lost-in-empty-cells-and-frames-on-export.php/comment-page-1#comment-475253</link>
		<dc:creator>Amit guptA</dc:creator>
		<pubDate>Tue, 28 Apr 2009 12:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2833#comment-475253</guid>
		<description>gr8 information!!

Thanks David!!</description>
		<content:encoded><![CDATA[<p>gr8 information!!</p>
<p>Thanks David!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralf Hobirk</title>
		<link>http://indesignsecrets.com/idcs4-bug-text-formatting-lost-in-empty-cells-and-frames-on-export.php/comment-page-1#comment-475249</link>
		<dc:creator>Ralf Hobirk</dc:creator>
		<pubDate>Tue, 28 Apr 2009 09:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2833#comment-475249</guid>
		<description>It&#039;s not just a problem when sharing documents. For my jobs I need a plenty of small tables which I&#039;m keeping in a library to place them in the documents when needed.

Switching my workflow finally to CS4 about 10 days ago let me discover this bug.

There&#039;s one more workaround than just putting some text in all the cells of a table: Prepare tables and other elements in CS3, put them in a library and open this library in CS4. Works out fine.

Btw, &quot;hilf dir selbst&quot; means &quot;help yourself&quot; and is the biggest prepress forum in the German speaking area.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not just a problem when sharing documents. For my jobs I need a plenty of small tables which I&#8217;m keeping in a library to place them in the documents when needed.</p>
<p>Switching my workflow finally to CS4 about 10 days ago let me discover this bug.</p>
<p>There&#8217;s one more workaround than just putting some text in all the cells of a table: Prepare tables and other elements in CS3, put them in a library and open this library in CS4. Works out fine.</p>
<p>Btw, &#8220;hilf dir selbst&#8221; means &#8220;help yourself&#8221; and is the biggest prepress forum in the German speaking area.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland</title>
		<link>http://indesignsecrets.com/idcs4-bug-text-formatting-lost-in-empty-cells-and-frames-on-export.php/comment-page-1#comment-475248</link>
		<dc:creator>Roland</dc:creator>
		<pubDate>Tue, 28 Apr 2009 06:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/?p=2833#comment-475248</guid>
		<description>Try adding a space after hilf to make it easier to start trying to pronounce it :)

As for the bug: I don&#039;t share my files, but if I had to, I&#039;d add &quot;header&quot;, &quot;body&quot; and whatnot in the appropriate frames anyway as to make them easier to identify. Then again, if it&#039;s a multi-page document that could end up taking quite a while, so simply sending an INDD file would be what I&#039;d probably end up doing.</description>
		<content:encoded><![CDATA[<p>Try adding a space after hilf to make it easier to start trying to pronounce it <img src='http://indesignsecrets.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As for the bug: I don&#8217;t share my files, but if I had to, I&#8217;d add &#8220;header&#8221;, &#8220;body&#8221; and whatnot in the appropriate frames anyway as to make them easier to identify. Then again, if it&#8217;s a multi-page document that could end up taking quite a while, so simply sending an INDD file would be what I&#8217;d probably end up doing.</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-02-10 01:42:25 -->
