<?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 : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Sun, 14 Aug 2011 13:09:04 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2011-08-14T13:09:04Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Can a script execute another script?</title>
      <link>https://forums.adobe.com/thread/890873</link>
      <description>&lt;!-- [DocumentBodyStart:4edaa2f2-6473-4600-b375-e257416610cf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Dear colleagues,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am not talking about calling a function from another file for which I used the #include directive. I want to execute a .jsx that I know only at runtime.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Until now I have found this: If a script file contains&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;#target framemaker&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;it is possible to use &lt;strong&gt;File(lvFilename).execute()&lt;/strong&gt; (without the target instruction the script would simply open in ESTK).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But: The execute() method triggers a warning that I should execute only scripts from trustworthy sources (or so&amp;hellip;).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there any other method to execute other scripts? Or is there a way to make my scripts trustworthy?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Michael&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4edaa2f2-6473-4600-b375-e257416610cf] --&gt;&lt;img src='/beacon?t=1415936201617' /&gt;</description>
      <pubDate>Sun, 14 Aug 2011 13:09:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/890873</guid>
      <dc:date>2011-08-14T13:09:04Z</dc:date>
      <clearspace:dateToText>1 month 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Getting and setting attribute values [ExtendScript]</title>
      <link>https://forums.adobe.com/thread/926370</link>
      <description>&lt;!-- [DocumentBodyStart:40eb8b23-9e3a-4e60-a24d-6c38d9f50462] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi colleagues,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I got some code to get attribut values but have a hard time setting the value. The function &lt;strong&gt;SetAttributes()&lt;/strong&gt; which I would expect seemingly does not exist.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Getting an attribute value is similar to this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong style="font-family: 'courier new', courier;"&gt;lvElem = pvDoc.ElementSelection.beg.child;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style="font-family: 'courier new', courier;"&gt;lvAttrs = lvElem.GetAttributes();&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style="font-family: 'courier new', courier;"&gt;for(j=0; j&amp;lt;lvAttrs.len; j++) { &lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Console(j + ': ' + lvAttrs[j].name + '="' + lvAttrs[j].values[0] + '"');&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style="font-family: 'courier new', courier;"&gt;}&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But how does setting an attribute value work?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Michael&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:40eb8b23-9e3a-4e60-a24d-6c38d9f50462] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">extendscript</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">attributes</category>
      <pubDate>Thu, 17 Nov 2011 17:14:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/926370</guid>
      <dc:date>2011-11-17T17:14:16Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can I get the Doc object from any other object?</title>
      <link>https://forums.adobe.com/thread/890712</link>
      <description>&lt;!-- [DocumentBodyStart:3f45e6b6-4103-4679-ac44-c89f9592cbc8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Dear colleagues,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in FrameScript it is dead-simple to get to the document part of any object, just add .Doc to the variable.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can I achieve the same with ExtendScript? I amtired of passing the document object next to AFrames or Pgfs along into subroutines, because those objects already contain the information about their document. But how do I access this?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for pointers,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Michael&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;PS: Almost the same is true for the page an object lives on. With FrameScript we use .Page, with ExtendScript you have to move up the object tree until you reach the UnanchoredFrame.PageFramePage&amp;hellip;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;PPS: It would be great to see some convenience properties like .Doc and .Page implemented natively.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3f45e6b6-4103-4679-ac44-c89f9592cbc8] --&gt;</description>
      <pubDate>Sat, 13 Aug 2011 20:23:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/890712</guid>
      <dc:date>2011-08-13T20:23:53Z</dc:date>
      <clearspace:dateToText>3 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is the menu command ID global?</title>
      <link>https://forums.adobe.com/thread/890807</link>
      <description>&lt;!-- [DocumentBodyStart:dacbf593-6b1d-4957-8d1f-02a9c1d3f001] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;p&gt;Dear colleagues,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the documentation describes how to add menus and commands and always uses command IDs 1, 2, 3... &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;nMenu1.DefineAndAddCommand(1,"cmd1","command1","");&lt;/p&gt;&lt;p&gt;nMenu2.DefineAndAddCommand(2,"cmd2","command2","");&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;function Command(cmd) {&lt;/p&gt;&lt;p&gt;switch (cmd) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case 1: alert("Command 1 executed"); break;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case 2: alert("some other message"); break;&lt;/p&gt;&lt;p&gt;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;To me it seems the command IDs should be unique throughout the session. If so, how can we easily create unique IDs?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Michael&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dacbf593-6b1d-4957-8d1f-02a9c1d3f001] --&gt;</description>
      <pubDate>Sun, 14 Aug 2011 09:08:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/890807</guid>
      <dc:date>2011-08-14T09:08:10Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can't save ]]&gt; in document text to XML</title>
      <link>https://forums.adobe.com/thread/871220</link>
      <description>&lt;!-- [DocumentBodyStart:197b93b6-0570-4c5e-a38b-aeee35c05193] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Dear colleagues,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am currently evaluating a Save-as-XML problem with FrameMaker 9.0p255. The content of the document shows some XML examples which contains CDATA sections, like&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;!--[CodeBlockStart:338f9351-5295-4b8d-acd8-1085aa917d42][excluded]--&gt;&lt;pre class="xml" name="code"&gt;&amp;lt;environment&amp;gt;
&amp;nbsp; &amp;lt;var name="service"&amp;gt;&amp;lt;![CDATA[Inhalt]]&amp;gt;&amp;lt;/var&amp;gt;
&amp;lt;/environment&amp;gt;
&lt;/pre&gt;&lt;!--[CodeBlockEnd:338f9351-5295-4b8d-acd8-1085aa917d42]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Reminder: This is in the text of the FrameMaker document.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I save as XML, the XML parser complains: &amp;raquo;Error at line 140, char 77, Message: The sequence ']]&amp;gt;' is not allowed in character data&amp;#171;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I open the XML file in a XML editor I see that all &amp;lt; are correctly escaped as &amp;amp;lt; and all &amp;gt; are left as is. The built-in Xerxes parser also reports: &amp;raquo;The character sequence "]]&amp;gt;" must not appear in content unless used to mark the end of a CDATA section.&amp;#171;&lt;/p&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;And the XML Recommendation says:&lt;/div&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;&lt;p&gt;The right angle bracket (&amp;gt;) may be represented using the string " &lt;code&gt;&amp;amp;gt;&lt;/code&gt; ", and &lt;em class="rfc2119" title="Keyword in RFC 2119 context"&gt;must&lt;/em&gt;, &lt;a class="jive-link-external-small" href="http://www.w3.org/TR/2008/REC-xml-20081126/#dt-compat" rel="nofollow"&gt;for compatibility&lt;/a&gt;, be escaped using either " &lt;code&gt;&amp;amp;gt;&lt;/code&gt; " or a character reference when it appears in the string "&lt;code&gt;]]&amp;gt;&lt;/code&gt; " in content, when that string is not marking the end of a &lt;a class="jive-link-external-small" href="http://www.w3.org/TR/2008/REC-xml-20081126/#dt-cdsection" rel="nofollow"&gt;CDATA section&lt;/a&gt;.&lt;/p&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It seems to me FrameMaker should either write all &amp;gt; as &amp;amp;gt; to avoid the possibility that it might be used after ]].&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can you reproduce this issue (I can using the UserGuide structured application, by just putting ]]&amp;gt; in any element)?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Have you found a way to workaround this, maybe with a special R/W rule?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Michael&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:197b93b6-0570-4c5e-a38b-aeee35c05193] --&gt;</description>
      <pubDate>Wed, 29 Jun 2011 15:28:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/871220</guid>
      <dc:date>2011-06-29T15:28:32Z</dc:date>
      <clearspace:dateToText>3 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>XSL Preprocessing: Does Xalan’s document(URI) work?</title>
      <link>https://forums.adobe.com/thread/862200</link>
      <description>&lt;!-- [DocumentBodyStart:bbcd45aa-e65d-459a-96b8-d17175b448e1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi fellows,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For the first time I have XML source file with xi:include tags, like&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;p&gt;&lt;span&gt;&amp;lt;xi:include href="other.xml"/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Many XSLT processor automatically process the &lt;strong&gt;xi:include&lt;/strong&gt; element, but Xalan-C as shipped with FrameMaker apparently does not. So I added this to my preprocessing stylesheet:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;p&gt;&lt;span&gt;&amp;lt;xsl:template match="xi:include"&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:apply-templates select="document(@href)/*" /&amp;gt;&lt;br/&gt;&lt;/span&gt; &lt;span&gt; &lt;/span&gt;&lt;span&gt;&amp;lt;/xsl:template&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;FrameMaker 10 (in this case, hadn't had the time to test with previous version) hangs with 100% processor usage as soon as I access the &lt;strong&gt;document()&lt;/strong&gt; function.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone successfully used the XSLT &lt;strong&gt;document()&lt;/strong&gt; function with FrameMaker?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Michael&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bbcd45aa-e65d-459a-96b8-d17175b448e1] --&gt;</description>
      <pubDate>Wed, 08 Jun 2011 12:37:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/862200</guid>
      <dc:date>2011-06-08T12:37:43Z</dc:date>
      <clearspace:dateToText>3 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>EDD: How to track table column number with straddled cells</title>
      <link>https://forums.adobe.com/thread/679119</link>
      <description>&lt;!-- [DocumentBodyStart:5f5ef847-1d4b-4ad5-8f2f-9ac53d3c66f9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a table layout where I want a different paragraph format in the first column depending on a table attribute value. So I created a Text Format Rule for the cells like this:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If context is: {first} &amp;lt; * &amp;lt; table [class="definition"]&lt;/p&gt;&lt;p&gt;&amp;nbsp; Use paragraph format: T_FirstColumn&lt;/p&gt;&lt;p&gt;Else&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; Use paragraph format: T_Column&lt;/p&gt;&lt;div&gt; &lt;/div&gt;&lt;p&gt;This works fine until the user straddles some cells in the first column, like this:&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-2969301-33924/Bildschirmfoto+2010-07-13+um+14.42.41.png"&gt;&lt;img alt="Bildschirmfoto 2010-07-13 um 14.42.41.png" class="jive-image" height="124" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-2969301-33924/Bildschirmfoto+2010-07-13+um+14.42.41.png" width="308"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;In the first column the three cells are straddled, so the cells in row 2 and 3 "think" they are first and use the bold paragraph format.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Apart from setting additional attributes (through API programming), do you have a solution? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Michael&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5f5ef847-1d4b-4ad5-8f2f-9ac53d3c66f9] --&gt;</description>
      <pubDate>Tue, 13 Jul 2010 13:04:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/679119</guid>
      <dc:date>2010-07-13T13:04:30Z</dc:date>
      <clearspace:dateToText>4 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Looking for 3D source font</title>
      <link>https://forums.adobe.com/thread/640508</link>
      <description>&lt;!-- [DocumentBodyStart:35ce1096-14e6-4112-bd81-48286f3d60ad] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello fans of ancient t-shirt prints,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I used &lt;a class="active_link jive-link-external-small" href="http://www.identifont.com/"&gt;http://www.identifont.com/&lt;/a&gt;&lt;span&gt; to detect &lt;/span&gt;&lt;strong&gt;Figaro&lt;/strong&gt;&lt;span&gt; as the font for the text in the circle (the lower-case g is especially remarkable), but was not successful to find the font of the three initials GFE in the center. &lt;a class="jive-link-external-small" href="http://new.myfonts.com/WhatTheFont/"&gt;http://new.myfonts.com/WhatTheFont/&lt;/a&gt; does not like outlined / shadowed / 3d-ified fonts like this.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is a T-Shirt print from the late seventies and I would like to recreate the design today for a 30 years anniversary coming up. Any idea for the center font?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-2819889-28085/GFE_Shirts.jpg"&gt;&lt;img alt="GFE_Shirts.jpg" class="jive-image jive-image-thumbnail" height="233" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-2819889-28085/450-233/GFE_Shirts.jpg" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="jive-thread-reply-message"&gt;&lt;div&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks a lot!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;- Michael &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;div&gt; &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:35ce1096-14e6-4112-bd81-48286f3d60ad] --&gt;</description>
      <pubDate>Mon, 17 May 2010 17:55:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/640508</guid>
      <dc:date>2010-05-17T17:55:08Z</dc:date>
      <clearspace:dateToText>4 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Changing appearance of Track Changes condition formats?</title>
      <link>https://forums.adobe.com/thread/613084</link>
      <description>&lt;!-- [DocumentBodyStart:78fdb3cb-ea5d-4fd1-aee6-aac39fa16e86] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;has anyone succeeded in changing the appearance of the FM8_TRACK_CHANGES_ADDED and FM8_TRACK_CHANGES_DELETED condition formats. They are shown in the UI so I tried it via the MIF file. In the first place I wanted to use the numeric underline, because it looks usually a lot better than the standard underline. So I modfied&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;p&gt;&lt;span style="font-family: 'andale mono', times;"&gt; &amp;lt;Condition &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'andale mono', times;"&gt;&amp;nbsp; &amp;lt;CTag `FM8_TRACK_CHANGES_ADDED'&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'andale mono', times;"&gt;&amp;nbsp; &amp;lt;CState CShown&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'andale mono', times;"&gt;&amp;nbsp; &amp;lt;CStyle CNumericUnderline&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'andale mono', times;"&gt;&amp;nbsp; &amp;lt;CSeparation 10&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'andale mono', times;"&gt;&amp;nbsp; &amp;lt;CColor `Waldgr&amp;uuml;n'&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'andale mono', times;"&gt;&amp;nbsp; &amp;lt;CAndCondition &amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'andale mono', times;"&gt; &amp;gt; # end of Condition&lt;/span&gt;&lt;/p&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;but after opening the MIF everything is as before. As if the original settings are hardwired somewhere&amp;hellip;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Any ideas?&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;- Michael M&amp;uuml;ller-Hillebrand&lt;/div&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:78fdb3cb-ea5d-4fd1-aee6-aac39fa16e86] --&gt;</description>
      <pubDate>Thu, 08 Apr 2010 10:16:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/613084</guid>
      <dc:date>2010-04-08T10:16:35Z</dc:date>
      <clearspace:dateToText>4 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

