<?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: Find/Change Objects and Attributes in InDesign CS3</title>
	<atom:link href="http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php/feed" rel="self" type="application/rss+xml" />
	<link>http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php</link>
	<description>InDesignSecrets Blog and Podcast</description>
	<lastBuildDate>Fri, 12 Mar 2010 01:45:50 -0700</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/findchange-objects-and-attributes-in-indesign-cs3.php/comment-page-1#comment-471467</link>
		<dc:creator>David Blatner</dc:creator>
		<pubDate>Tue, 23 Dec 2008 13:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php#comment-471467</guid>
		<description>@Beth: Wow. That is pretty odd. Might be time to rebuild the ol&#039; preferences file!</description>
		<content:encoded><![CDATA[<p>@Beth: Wow. That is pretty odd. Might be time to rebuild the ol&#8217; preferences file!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beth Thomas</title>
		<link>http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php/comment-page-1#comment-471435</link>
		<dc:creator>Beth Thomas</dc:creator>
		<pubDate>Mon, 22 Dec 2008 11:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php#comment-471435</guid>
		<description>Often, when I go into the Find/Change dialogue box and try to type in the &quot;Find what&quot; field it doesn&#039;t let me and the cursor actually flicks back to the document and types there instead.  So if you searching for &quot;ink&quot; you&#039;ll see the first few letter appear in the Find/Change box and then disappear and appear in the document instead.

Has anyone ever had this problem?  And if so, how is it fixed/avoided?</description>
		<content:encoded><![CDATA[<p>Often, when I go into the Find/Change dialogue box and try to type in the &#8220;Find what&#8221; field it doesn&#8217;t let me and the cursor actually flicks back to the document and types there instead.  So if you searching for &#8220;ink&#8221; you&#8217;ll see the first few letter appear in the Find/Change box and then disappear and appear in the document instead.</p>
<p>Has anyone ever had this problem?  And if so, how is it fixed/avoided?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Gordon</title>
		<link>http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php/comment-page-1#comment-471362</link>
		<dc:creator>Rick Gordon</dc:creator>
		<pubDate>Fri, 19 Dec 2008 09:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php#comment-471362</guid>
		<description>Yes, Trish. In AppleScript, write something like the following, using the strings that are currently in the GREP dialog (or Find Text dialog):

tell application &quot;Adobe InDesign CS3&quot;
&#160;&#160;tell active document
&#160;&#160;set tableList to tables of stories
&#160;&#160;&#160;&#160;repeat with eachItem in tableList
&#160;&#160;&#160;&#160;&#160;&#160;tell eachItem
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;change grep --for GREP, OR
&#160;&#160;&#160;&#160;&#160;&#160;&#160;--change text --for text
&#160;&#160;&#160;&#160;&#160;&#160;end tell
&#160;&#160;&#160;&#160;end repeat
&#160;&#160;end tell
end tell</description>
		<content:encoded><![CDATA[<p>Yes, Trish. In AppleScript, write something like the following, using the strings that are currently in the GREP dialog (or Find Text dialog):</p>
<p>tell application &#8220;Adobe InDesign CS3&#8243;<br />
&nbsp;&nbsp;tell active document<br />
&nbsp;&nbsp;set tableList to tables of stories<br />
&nbsp;&nbsp;&nbsp;&nbsp;repeat with eachItem in tableList<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tell eachItem<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;change grep &#8211;for GREP, OR<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8211;change text &#8211;for text<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;end tell<br />
&nbsp;&nbsp;&nbsp;&nbsp;end repeat<br />
&nbsp;&nbsp;end tell<br />
end tell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trish</title>
		<link>http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php/comment-page-1#comment-471359</link>
		<dc:creator>Trish</dc:creator>
		<pubDate>Fri, 19 Dec 2008 05:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php#comment-471359</guid>
		<description>Does anyone know if it&#039;s possible to search for texts in tables only?</description>
		<content:encoded><![CDATA[<p>Does anyone know if it&#8217;s possible to search for texts in tables only?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa Lee</title>
		<link>http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php/comment-page-1#comment-470753</link>
		<dc:creator>Lisa Lee</dc:creator>
		<pubDate>Mon, 01 Dec 2008 15:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php#comment-470753</guid>
		<description>Could anyone help! With the current reduction in VAT I need to amend a 40pp brochure to accommodate these price changes is there a quick way to amend all prices from 17.5% to 15% in Adobe Indesign CS3</description>
		<content:encoded><![CDATA[<p>Could anyone help! With the current reduction in VAT I need to amend a 40pp brochure to accommodate these price changes is there a quick way to amend all prices from 17.5% to 15% in Adobe Indesign CS3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ir</title>
		<link>http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php/comment-page-1#comment-468416</link>
		<dc:creator>Ir</dc:creator>
		<pubDate>Sat, 06 Sep 2008 09:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php#comment-468416</guid>
		<description>&lt;cite&gt;Find/Change has a “featurenotabug” in that it automatically clears overrides (which some people don’t like, but works great in your situation) whenever you specify a Paragraph Style in the Change Format area.&lt;/cite&gt;

I&#039;m using ID CS3 and tried to change all [Basic Paragraph] of the footnotes (of a placed text) to MyFootnoteParagraph, but the &#039;clear overrides&#039; was not applied. 

Maybe it&#039;s because the footnote number is formatted by ID, i.e. differently...? Who knows...

I solved my problem incidently - tried to find/change some white spaces (i.e. entedred some text in the find/change text fields) and forgot to remove the mentioned find/change formatting. That turned the &#039;clear overrides&#039; on.</description>
		<content:encoded><![CDATA[<p><cite>Find/Change has a “featurenotabug” in that it automatically clears overrides (which some people don’t like, but works great in your situation) whenever you specify a Paragraph Style in the Change Format area.</cite></p>
<p>I&#8217;m using ID CS3 and tried to change all [Basic Paragraph] of the footnotes (of a placed text) to MyFootnoteParagraph, but the &#8216;clear overrides&#8217; was not applied. </p>
<p>Maybe it&#8217;s because the footnote number is formatted by ID, i.e. differently&#8230;? Who knows&#8230;</p>
<p>I solved my problem incidently &#8211; tried to find/change some white spaces (i.e. entedred some text in the find/change text fields) and forgot to remove the mentioned find/change formatting. That turned the &#8216;clear overrides&#8217; on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Blatner</title>
		<link>http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php/comment-page-1#comment-467598</link>
		<dc:creator>David Blatner</dc:creator>
		<pubDate>Tue, 12 Aug 2008 23:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php#comment-467598</guid>
		<description>@Gabriel, if it&#039;s just one image, you could do this with &lt;a href=&quot;http://indesignsecrets.com/replacing-a-character-with-an-inline-object.php&quot; rel=&quot;nofollow&quot;&gt;this inline object trick&lt;a/&gt;.</description>
		<content:encoded><![CDATA[<p>@Gabriel, if it&#8217;s just one image, you could do this with <a href="http://indesignsecrets.com/replacing-a-character-with-an-inline-object.php" rel="nofollow">this inline object trick<a />.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php/comment-page-1#comment-467568</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Tue, 12 Aug 2008 10:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php#comment-467568</guid>
		<description>Hi,

Does anyone know how to replace text with an object in find/change.

e.g. replace the word &quot;yes&quot; with an image found at &quot;file://hardrive/&quot; ect.

any help would be much appreciated.

Gabriel</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Does anyone know how to replace text with an object in find/change.</p>
<p>e.g. replace the word &#8220;yes&#8221; with an image found at &#8220;file://hardrive/&#8221; ect.</p>
<p>any help would be much appreciated.</p>
<p>Gabriel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Blatner</title>
		<link>http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php/comment-page-1#comment-460854</link>
		<dc:creator>David Blatner</dc:creator>
		<pubDate>Wed, 25 Jun 2008 21:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php#comment-460854</guid>
		<description>Manuj: I am sorry to say that I cannot think of any way to automate this. In theory, you could find a way to do it by using GREP in an INX file, but I think it would take longer to figure that out than it would to simply do it manually. ;)

However, one other idea: Could you use the Pathfinder features to change the look of the frame? For example, if you put a jaggy shape on top of the current frame, you could then select both frames and choose Object &gt; Pathfinder &gt; Subtract.</description>
		<content:encoded><![CDATA[<p>Manuj: I am sorry to say that I cannot think of any way to automate this. In theory, you could find a way to do it by using GREP in an INX file, but I think it would take longer to figure that out than it would to simply do it manually. <img src='http://indesignsecrets.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>However, one other idea: Could you use the Pathfinder features to change the look of the frame? For example, if you put a jaggy shape on top of the current frame, you could then select both frames and choose Object > Pathfinder > Subtract.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manuj bajaj</title>
		<link>http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php/comment-page-1#comment-460294</link>
		<dc:creator>manuj bajaj</dc:creator>
		<pubDate>Wed, 25 Jun 2008 15:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://indesignsecrets.com/findchange-objects-and-attributes-in-indesign-cs3.php#comment-460294</guid>
		<description>one correction... in corel draw you can only find objects based on type of polygon, number of sides, number of nodes, and Horizontal and Vertical sizes... you can select them and after finding them you can change various attributes like color model, fills, outline strokes properties etc.... but you still cant change the object shapes... You can also find an object by a name you have already assigned to it earlier... thats pretty neat... but still we cant change it with some other object of different shape... I believe that is possible with GREP... someone please tell me HOW!... tomorrow I shall start the conversion process if nothing is found by then...Thanks in advance...</description>
		<content:encoded><![CDATA[<p>one correction&#8230; in corel draw you can only find objects based on type of polygon, number of sides, number of nodes, and Horizontal and Vertical sizes&#8230; you can select them and after finding them you can change various attributes like color model, fills, outline strokes properties etc&#8230;. but you still cant change the object shapes&#8230; You can also find an object by a name you have already assigned to it earlier&#8230; thats pretty neat&#8230; but still we cant change it with some other object of different shape&#8230; I believe that is possible with GREP&#8230; someone please tell me HOW!&#8230; tomorrow I shall start the conversion process if nothing is found by then&#8230;Thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
