<?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>Mon, 11 Aug 2014 15:43:34 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-08-11T15:43:34Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Extension callback issue</title>
      <link>https://forums.adobe.com/thread/1544497</link>
      <description>&lt;!-- [DocumentBodyStart:89708b38-c1ba-4171-b5ef-7064d1aa24ca] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've developed an extension which &lt;span style="text-decoration: underline;"&gt;works perfect&lt;/span&gt; in &lt;strong&gt;InDesign&lt;/strong&gt;.&lt;/p&gt;&lt;p&gt;But in &lt;strong&gt;After effects&lt;/strong&gt; &lt;span style="text-decoration: underline;"&gt;callback&lt;/span&gt; function is&lt;span style="text-decoration: underline;"&gt; not getting the value returned from JSX&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;Can anyone suggest/help ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;~&lt;/p&gt;&lt;p&gt;many thanks&lt;/p&gt;&lt;p&gt;Ays.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:89708b38-c1ba-4171-b5ef-7064d1aa24ca] --&gt;&lt;img src='/beacon?t=1415939185059' /&gt;</description>
      <pubDate>Mon, 11 Aug 2014 15:43:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1544497</guid>
      <dc:date>2014-08-11T15:43:34Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Extension callback issue</title>
      <link>https://forums.adobe.com/thread/1559454</link>
      <description>&lt;!-- [DocumentBodyStart:25a7c322-9b61-404b-830a-baecd54828f1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Hi All&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I just got the problem with (&lt;strong style="font-style: inherit; font-family: inherit;"&gt;html + javascript + jsx&lt;/strong&gt;) html5 extension. Actually callback works; the control comes back to the javascript from jsx. But its not getting the value returned from jsx. But the same works out perfect in indesign; javascript callback gets the value returned from jsx.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;can any one please suggest immediate!&lt;/p&gt;&lt;p class="jive-thread-reply-btn" style="min-height: 8pt; padding: 0px; margin: 15px 0 -10px; font-size: 0.9em; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&amp;nbsp;&lt;/p&gt;&lt;div class="jive-thread-reply-btn-correct" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;a class="jive-link-thread-small" data-containerId="3265" data-containerType="14" data-objectId="1544497" data-objectType="1" href="https://forums.adobe.com/thread/1544497"&gt;Extension callback issue&lt;/a&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:25a7c322-9b61-404b-830a-baecd54828f1] --&gt;</description>
      <pubDate>Thu, 28 Aug 2014 01:26:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1559454</guid>
      <dc:date>2014-08-28T01:26:29Z</dc:date>
      <clearspace:dateToText>2 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can we add method using handler in ScripUI resource string?</title>
      <link>https://forums.adobe.com/thread/1292977</link>
      <description>&lt;!-- [DocumentBodyStart:12fd481a-dd83-42dc-8421-dd55778ca088] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've created a sample window using scriptUI, which has buttons; As far as I know we can add handler method by external like&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;button.onClick = function(){}&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;but can we add handler to a button in resource string something like this?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;b1: Button { text: 'OK', onClick: sayHello }&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;function sayHello() { .. }&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;many thanks&lt;/p&gt;&lt;p&gt;~ Ays.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:12fd481a-dd83-42dc-8421-dd55778ca088] --&gt;</description>
      <pubDate>Tue, 10 Sep 2013 10:52:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1292977</guid>
      <dc:date>2013-09-10T10:52:47Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Adornment PDF(Print) issue?</title>
      <link>https://forums.adobe.com/thread/1267068</link>
      <description>&lt;!-- [DocumentBodyStart:52156bc6-b95f-44c8-b9d9-366143c0650e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've developed a plugin just like sdk sample plugin "&lt;strong&gt;framelabel&lt;/strong&gt;". I've added one label adornment to &lt;strong&gt;&lt;em&gt;kDrawablePageItemsBoss&lt;/em&gt;&lt;/strong&gt;. It works fine when I export it to pdf as interactive, jpeg...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But my adornment is not exported if I select &lt;strong&gt;pdf(print)&lt;/strong&gt;. But the sample plugin &lt;strong&gt;framelabel &lt;/strong&gt;works fine with print too.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Could any one please suggest wats my mistake?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;FYI&lt;/p&gt;&lt;p&gt;InDesign CS5.5 (Release)&lt;/p&gt;&lt;p&gt;Win 7&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;many thanks&lt;/p&gt;&lt;p&gt;~Ays.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:52156bc6-b95f-44c8-b9d9-366143c0650e] --&gt;</description>
      <pubDate>Thu, 01 Aug 2013 07:17:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1267068</guid>
      <dc:date>2013-08-01T07:17:00Z</dc:date>
      <clearspace:dateToText>1 year 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>xmlrules throws error ?</title>
      <link>https://forums.adobe.com/thread/452835</link>
      <description>&lt;!-- [DocumentBodyStart:e8f43e53-d5b5-4eb3-af1d-f42aae36544c] --&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;I'm trying to load figures wherever the &amp;lt;figcap/&amp;gt; tag available. it works fine. but I create a textFrame for figure caption and use placeXML() to move the &amp;lt;figcap/&amp;gt;. It works only first occurrence and next throws an error as below.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;" Error: Invalid structure iterator for the current XML rules processor detected!&lt;br/&gt;Please modify the rules so the structural changes happen after the children nodes have been processed (or skipped). "&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;without xmlrules we can do it. but it'll take to much time to load nearly 60 figures.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What could be the problem with xmlrules and how to resolve it?&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;thanks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e8f43e53-d5b5-4eb3-af1d-f42aae36544c] --&gt;</description>
      <pubDate>Wed, 24 Jun 2009 09:55:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/452835</guid>
      <dc:date>2009-06-24T09:55:52Z</dc:date>
      <clearspace:dateToText>1 year 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Why does indesign returns enum for some special characters?</title>
      <link>https://forums.adobe.com/thread/1132669</link>
      <description>&lt;!-- [DocumentBodyStart:0e237dae-6e33-4d40-bcd8-e93c6355ac15] --&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;Why does &lt;span style="text-decoration: underline; color: #800080;"&gt;&lt;strong&gt;app.selection[0].contents&lt;/strong&gt;&lt;/span&gt; returns &lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;enum value&lt;/strong&gt;&lt;/span&gt; for some special characters, like &lt;strong&gt;BULLET CHARACTER&lt;/strong&gt;, &lt;strong&gt;TRADEMARK SYMBOL&lt;/strong&gt; ...?&lt;/p&gt;&lt;p&gt;But&amp;nbsp; for other unicode characters like, ex: &lt;em&gt;a with acute&lt;/em&gt; returns the same &lt;em&gt;a with acute&lt;/em&gt;.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Becuase of that&amp;nbsp; string functions like &lt;strong&gt;charCodeAt(), charAt()&lt;/strong&gt; are not working.&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;Could anyone pls suggest.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;~&lt;/p&gt;&lt;p&gt;thanks in advance&lt;/p&gt;&lt;p&gt;Ays.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0e237dae-6e33-4d40-bcd8-e93c6355ac15] --&gt;</description>
      <pubDate>Thu, 10 Jan 2013 09:32:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1132669</guid>
      <dc:date>2013-01-10T09:32:00Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Requesting Help for implementing "SerialNumber"</title>
      <link>https://forums.adobe.com/thread/1110009</link>
      <description>&lt;!-- [DocumentBodyStart:dd5b6921-b7f4-456f-969f-b0d5222b9b81] --&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;I've developed a plugin, and now I want to control it by serialnumber. I tried with ISerialNumber; but it only provides indesign serialnumber. &lt;/p&gt;&lt;p&gt;Where can store a SerialNumber ? Can any one please help on this?&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&gt;Ays.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dd5b6921-b7f4-456f-969f-b0d5222b9b81] --&gt;</description>
      <pubDate>Wed, 05 Dec 2012 05:25:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1110009</guid>
      <dc:date>2012-12-05T05:25:03Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can get X Position of a Character?</title>
      <link>https://forums.adobe.com/thread/1086423</link>
      <description>&lt;!-- [DocumentBodyStart:9fad1e9a-b035-4f8f-be26-c9beaa171f09] --&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;I want to get the &lt;strong&gt;X Position&lt;/strong&gt; of a &lt;strong&gt;Character&lt;/strong&gt;; I have &lt;span style="text-decoration: underline;"&gt;IWaxGlyphIterator&lt;/span&gt; and &lt;span style="text-decoration: underline;"&gt;IWaxGlyphs&lt;/span&gt;. As I tried, there is no any method to get X/Y (start/end) position of a character.&lt;/p&gt;&lt;p&gt;Pls suggest.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks in advance&lt;/p&gt;&lt;p&gt;~ Ays.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9fad1e9a-b035-4f8f-be26-c9beaa171f09] --&gt;</description>
      <pubDate>Mon, 22 Oct 2012 15:50:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1086423</guid>
      <dc:date>2012-10-22T15:50:36Z</dc:date>
      <clearspace:dateToText>2 years 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>EventHandler Doubt</title>
      <link>https://forums.adobe.com/thread/1083662</link>
      <description>&lt;!-- [DocumentBodyStart:4c6ca352-dfdd-4d46-82fb-4aa1554c680d] --&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;I've added &lt;strong&gt;IEventHandler / kMyEvHandlerImpl&lt;/strong&gt; to my widget class. And I get response to &lt;strong&gt;LButtonDn&lt;/strong&gt;. But there is no response for &lt;strong&gt;KeyCmd &lt;/strong&gt;while pressing keys.&lt;/p&gt;&lt;p&gt;(I want to response to EnterKey through the event handler)&lt;/p&gt;&lt;p&gt;Pls suggest.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4c6ca352-dfdd-4d46-82fb-4aa1554c680d] --&gt;</description>
      <pubDate>Wed, 17 Oct 2012 10:33:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1083662</guid>
      <dc:date>2012-10-17T10:33:58Z</dc:date>
      <clearspace:dateToText>2 years 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can get PointSize?</title>
      <link>https://forums.adobe.com/thread/1079152</link>
      <description>&lt;!-- [DocumentBodyStart:b8a82114-00de-41c9-95c0-60d6ec1beb15] --&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;I need to get text point sizes applied in each column, and selection will not be available. So I've used '&lt;strong&gt;&lt;em&gt;SetTargetUnManaged&lt;/em&gt;&lt;/strong&gt;'.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;/// code&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;target-&amp;gt;SetTargetUnManaged(tblModel, colArea);&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InterfacePtr&amp;lt;ITextAttributeSuite&amp;gt; txtAttrSuite(target, UseDefaultIID());&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(!txtAttrSuite) break;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PMReal ptSize(0.0);&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; txtAttrSuite-&amp;gt;GetRealNumberAttributeValue(kTextAttrPointSizeBoss, &amp;amp;ptSize);&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/em&gt;&lt;/strong&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;the above code gives the same point size every time, even the &lt;span style="color: #333333; text-decoration: underline;"&gt;colArea&lt;/span&gt; changes.&amp;nbsp; But each column has different point size.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Pls suggest how can I get the different point sizes applied.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b8a82114-00de-41c9-95c0-60d6ec1beb15] --&gt;</description>
      <pubDate>Tue, 09 Oct 2012 09:47:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1079152</guid>
      <dc:date>2012-10-09T09:47:16Z</dc:date>
      <clearspace:dateToText>2 years 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Adding context submenu?</title>
      <link>https://forums.adobe.com/thread/1077173</link>
      <description>&lt;!-- [DocumentBodyStart:081f6b88-7d3f-4b8d-b7bd-b6ed1bd9af38] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've added a my menu to RtMouseTable as 'RtMouseTable:MyMenu' . And used this menu path to add a submenu 'MyMenuItem1'. It works fine!&lt;/p&gt;&lt;p&gt;But while I try to add another submenu to this, it does not working. Could anyone please suggest on this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:081f6b88-7d3f-4b8d-b7bd-b6ed1bd9af38] --&gt;</description>
      <pubDate>Fri, 05 Oct 2012 09:37:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1077173</guid>
      <dc:date>2012-10-05T09:37:07Z</dc:date>
      <clearspace:dateToText>2 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>PlugIn loading problem</title>
      <link>https://forums.adobe.com/thread/1074694</link>
      <description>&lt;!-- [DocumentBodyStart:dd2f95e1-1ff4-4dce-8671-c0ebe85bcdf4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've successfuly compiled my plugin in my machine, and it works perfect. But while try to load it another machine its not loading!&lt;/p&gt;&lt;p&gt;Pls suggest.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And &lt;strong&gt;sdk's sample plugins&lt;/strong&gt; also not loading in other machines!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;FYI&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; text-decoration: underline;"&gt;My Machine&lt;/span&gt;&lt;/p&gt;&lt;p&gt;InDesign CS4&amp;nbsp; version 6.0.6 (release)&lt;/p&gt;&lt;p&gt;Mac 10.4.11&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;Other Machines&lt;/span&gt;&lt;/p&gt;&lt;p&gt;InDesign CS4&amp;nbsp; version 6.0.6 (release)&lt;/p&gt;&lt;p&gt;Mac 10.6.7 &amp;amp; Mac 10.6.8&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Message was edited by: AYS. HAKKIM&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dd2f95e1-1ff4-4dce-8671-c0ebe85bcdf4] --&gt;</description>
      <pubDate>Mon, 01 Oct 2012 10:36:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1074694</guid>
      <dc:date>2012-10-01T10:36:12Z</dc:date>
      <clearspace:dateToText>2 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to get current Table's parent textframe?</title>
      <link>https://forums.adobe.com/thread/1072408</link>
      <description>&lt;!-- [DocumentBodyStart:a3a6f5f1-d600-499c-b3e9-dc8bbf9fe089] --&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;I have &lt;span style="text-decoration: underline;"&gt;ITableModel&lt;/span&gt; and got &lt;span style="text-decoration: underline;"&gt;ITextModel&lt;/span&gt; via &lt;span style="text-decoration: underline;"&gt;ITableTextContainer&lt;/span&gt;; thru textmodel i can get &lt;span style="text-decoration: underline;"&gt;iframelist&lt;/span&gt;. But my question is how can get the exact parent textframe of the current table?&lt;/p&gt;&lt;p&gt;Pls suggest on this.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a3a6f5f1-d600-499c-b3e9-dc8bbf9fe089] --&gt;</description>
      <pubDate>Wed, 26 Sep 2012 15:02:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1072408</guid>
      <dc:date>2012-09-26T15:02:57Z</dc:date>
      <clearspace:dateToText>2 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>InDesign bleed problem!</title>
      <link>https://forums.adobe.com/thread/1047884</link>
      <description>&lt;!-- [DocumentBodyStart:f7122f65-b920-46c4-956c-7d25c2eea690] --&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;We have faced a problem in indesign while exporting to pdf; exported pdf with bleeds shows some 'text' outside of bleed. Which is actually comes from the art file placed near the trim that extends to bleed. Its being strange, because no other text or art portions are exported.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;FYI: See attachement.&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-4613855-221841/exported.jpg"&gt;&lt;img alt="exported.jpg" class="jive-image jive-image-thumbnail" height="563" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-4613855-221841/450-563/exported.jpg" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f7122f65-b920-46c4-956c-7d25c2eea690] --&gt;</description>
      <pubDate>Sat, 11 Aug 2012 03:46:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1047884</guid>
      <dc:date>2012-08-11T03:46:37Z</dc:date>
      <clearspace:dateToText>2 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>31</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Problem in Find/Change ?</title>
      <link>https://forums.adobe.com/thread/849958</link>
      <description>&lt;!-- [DocumentBodyStart:0d369cef-92a2-41fb-a163-950b80ae603b] --&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;While I try to find the font "Times (T1)" it changes in indesign as "Times (TT)".&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;app.findTextPreferences.appliedFont = "Times (T1)";&lt;br/&gt;app.findTextPreferences.fontStyle = "Italic";&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-3667237-68141/FindChangeProb.PNG"&gt;&lt;img alt="FindChangeProb.PNG" class="jive-image" height="127" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3667237-68141/FindChangeProb.PNG" width="306"/&gt;&lt;/a&gt;&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;but for other fonts works fine.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I hope the problem is braces. Any Idea to rectify it.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0d369cef-92a2-41fb-a163-950b80ae603b] --&gt;</description>
      <pubDate>Tue, 10 May 2011 04:47:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/849958</guid>
      <dc:date>2011-05-10T04:47:06Z</dc:date>
      <clearspace:dateToText>3 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Palette fails to show in CS4?</title>
      <link>https://forums.adobe.com/thread/851071</link>
      <description>&lt;!-- [DocumentBodyStart:0c0b8361-a3e3-4420-8f0f-aaf12c812e55] --&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;Palette window fails to show in CS4. But in CS5 created a session _PR and works fine.&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;&lt;em&gt;#targetengine "_PR"&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;em&gt;var _mainWin = new Window('palette', 'Test Docs', [300,150,950,380]);&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;em&gt;//leftpanel&lt;br/&gt;var _leftPane = _mainWin.add('panel', [10,10,320,190], "Doc(s)");&lt;br/&gt;_mainWin.show();&lt;/em&gt;&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;&lt;em&gt;thanks in advance&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;Ays.Hakkim&lt;/em&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0c0b8361-a3e3-4420-8f0f-aaf12c812e55] --&gt;</description>
      <pubDate>Thu, 12 May 2011 07:10:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/851071</guid>
      <dc:date>2011-05-12T07:10:14Z</dc:date>
      <clearspace:dateToText>3 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Character mapping on font change?</title>
      <link>https://forums.adobe.com/thread/848426</link>
      <description>&lt;!-- [DocumentBodyStart:ce1b9edb-75ce-462b-b8c8-fe03d06b86f7] --&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;Is there a way to map same character, as it was before changing to another font?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;eg:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;= in 'symbol'&amp;nbsp; ---&amp;nbsp; = in 'Times'&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;thanks in advance&lt;/p&gt;&lt;p&gt;Ays.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ce1b9edb-75ce-462b-b8c8-fe03d06b86f7] --&gt;</description>
      <pubDate>Fri, 06 May 2011 09:27:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/848426</guid>
      <dc:date>2011-05-06T09:27:52Z</dc:date>
      <clearspace:dateToText>3 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Does IObserver required while I have my own observer interfaceID / implementation?</title>
      <link>https://forums.adobe.com/thread/835570</link>
      <description>&lt;!-- [DocumentBodyStart:e00e3026-a7ef-4bbc-b3ba-0f08d02e8c14] --&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;I have created a class for a button as below and not used IID_IOBSERVER. It didn't work for me. But the same thing works with sdk sample 'snippetrunner' for 'GoButton'. Do I need to define my own Interface while I use my own IID?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Class&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; kMSRDoButtonBoss,&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; kRollOverIconButtonBoss,&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IID_IMSRDOBUTTONOBSERVER,&amp;nbsp;&amp;nbsp;&amp;nbsp; kMSRDoButtonObserverImpl,&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;---- MSRDoButtonObserver.cpp ---&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;class MSRDoButtonObserver : public CObserver&lt;br/&gt;{&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public:&lt;br/&gt;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MSRDoButtonObserver( IPMUnknown* boss );&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; virtual ~MSRDoButtonObserver();&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; virtual void AutoAttach();&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; virtual void AutoDetach();&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; virtual void Update( const ClassID&amp;amp; theChange, ISubject* theSubject, const PMIID&amp;amp; protocol, void* changedBy ) ;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; private:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; const PMIID fObserverIID;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;CREATE_PMINTERFACE(MSRDoButtonObserver, kMSRDoButtonObserverImpl)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;MSRDoButtonObserver::MSRDoButtonObserver( IPMUnknown* boss ) :&lt;br/&gt;CObserver( boss ), fObserverIID(IID_IMSRDOBUTTONOBSERVER)&lt;br/&gt;{&lt;br/&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;MSRDoButtonObserver::~MSRDoButtonObserver(){}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;void MSRDoButtonObserver::AutoAttach()&lt;br/&gt;{&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; do {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InterfacePtr&amp;lt;ISubject&amp;gt; subject(this, UseDefaultIID());&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ASSERT(subject);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!subject) {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subject-&amp;gt;AttachObserver(this, ITriStateControlData::kDefaultIID, fObserverIID);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } while(false);&lt;br/&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;/* &lt;br/&gt; */&lt;br/&gt;void MSRDoButtonObserver::AutoDetach()&lt;br/&gt;{&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; do {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InterfacePtr&amp;lt;ISubject&amp;gt; subject(this, UseDefaultIID());&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ASSERT(subject);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!subject) {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subject-&amp;gt;DetachObserver(this, ITriStateControlData::kDefaultIID, fObserverIID);&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } while(false);&lt;br/&gt;}&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;/*&lt;br/&gt; */&lt;br/&gt;void MSRDoButtonObserver::Update(const ClassID&amp;amp; theChange, ISubject* theSubject, const PMIID&amp;amp; protocol, void* changedBy )&lt;br/&gt;{&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //if(theChange == kTrueStateMessage)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CAlert::InformationAlert("Hi");&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br/&gt;}&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;thanks&lt;/p&gt;&lt;p&gt;Hakkim.Ays&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e00e3026-a7ef-4bbc-b3ba-0f08d02e8c14] --&gt;</description>
      <pubDate>Fri, 08 Apr 2011 07:30:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/835570</guid>
      <dc:date>2011-04-08T07:30:14Z</dc:date>
      <clearspace:dateToText>3 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to assign textframes to assignment?</title>
      <link>https://forums.adobe.com/thread/725300</link>
      <description>&lt;!-- [DocumentBodyStart:c499a327-fb0c-4e50-b2b5-0eb9a0d68547] --&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;How can we assign textframes/graphics to an specific assignment using javascript?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c499a327-fb0c-4e50-b2b5-0eb9a0d68547] --&gt;</description>
      <pubDate>Tue, 21 Sep 2010 07:15:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/725300</guid>
      <dc:date>2010-09-21T07:15:27Z</dc:date>
      <clearspace:dateToText>4 years 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to FindSurroundingWord with my own delimiters ?</title>
      <link>https://forums.adobe.com/thread/727053</link>
      <description>&lt;!-- [DocumentBodyStart:4fc6b4a9-a644-403a-a3b8-8b58a88b2802] --&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;I've written as "&lt;span&gt;cScanner-&amp;gt;FindSurroundingWord(textindex, lanUID, PMCharFilters::SpellingIsWordChar);&lt;/span&gt;" to get a word. It works fine but separates words while endash or emdash occur. How can I set my own delimiters that this is the word start &amp;amp; end? I tried by passing space value 0x0020 to PMCharFilters::SpellingIsUserDictChar(). But it threw errors.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks in advance&lt;/p&gt;&lt;p&gt;Ays.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4fc6b4a9-a644-403a-a3b8-8b58a88b2802] --&gt;</description>
      <pubDate>Thu, 23 Sep 2010 14:19:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/727053</guid>
      <dc:date>2010-09-23T14:19:15Z</dc:date>
      <clearspace:dateToText>4 years 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to get hyphenation point count to a word?</title>
      <link>https://forums.adobe.com/thread/707995</link>
      <description>&lt;!-- [DocumentBodyStart:175e8fe7-31a2-4734-a3b2-a6fb6c88ea09] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've got words from IComposeScanner using FindSurroundingWord. And tried to get hyphenation point counts of a word as&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;///////&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;&lt;strong&gt;RangeData surWrd = cScanner-&amp;gt;FindSurroundingWord(pos, lanUID, PMCharFilters::SpellingIsWordChar);&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;cScanner-&amp;gt;CopyText(surWrd, &amp;amp;wrd);&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;TextCharBuffer wrdBuffer(wrd);&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;Hyp::HyphenationPoints&amp;nbsp; hypPoints;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;InterfacePtr&amp;lt;IHyphenatedWord&amp;gt; hypWrd = new HypHyphenatedWord(wrdBuffer, 0, 0, hypPoints);&lt;/strong&gt;&lt;/p&gt;&lt;div&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;int32 pointCount = hypWrd-&amp;gt;GetPointCount();&lt;/strong&gt;&lt;/div&gt;&lt;/p&gt;&lt;div&gt;&lt;strong&gt;////////&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;strong&gt;It returned '0'&lt;/strong&gt;. Because, "HypHyphenatedWord" is to hyphenate a new word, i think not for already hyphenated word.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Please suggest on this how to get hyphenation point counts for already hyphenated word.&lt;/div&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:175e8fe7-31a2-4734-a3b2-a6fb6c88ea09] --&gt;</description>
      <pubDate>Wed, 25 Aug 2010 19:22:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/707995</guid>
      <dc:date>2010-08-25T19:22:54Z</dc:date>
      <clearspace:dateToText>4 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can get IHyphenatedWord?</title>
      <link>https://forums.adobe.com/thread/706907</link>
      <description>&lt;!-- [DocumentBodyStart:5217d6c5-d4f4-4fb8-b256-9c50c67c5caf] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;how can get IHyphenatedWord? Will it return all&amp;nbsp; hyphenated words of a document?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5217d6c5-d4f4-4fb8-b256-9c50c67c5caf] --&gt;</description>
      <pubDate>Tue, 24 Aug 2010 12:04:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/706907</guid>
      <dc:date>2010-08-24T12:04:33Z</dc:date>
      <clearspace:dateToText>4 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Will ReadWrite(..) be automatically called?</title>
      <link>https://forums.adobe.com/thread/702037</link>
      <description>&lt;!-- [DocumentBodyStart:0dac70e0-f1fa-4be2-9656-4029db60bc78] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I looked at "BasicPersistInterface" sdk sample and I couldn't find any call to ReadWrite(..). Will the function be automatically called while opening/saving a file?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;many thanks&lt;/p&gt;&lt;p&gt;Ays.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0dac70e0-f1fa-4be2-9656-4029db60bc78] --&gt;</description>
      <pubDate>Tue, 17 Aug 2010 06:38:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/702037</guid>
      <dc:date>2010-08-17T06:38:21Z</dc:date>
      <clearspace:dateToText>4 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to get words one by one from a story?</title>
      <link>https://forums.adobe.com/thread/705059</link>
      <description>&lt;!-- [DocumentBodyStart:502fe913-3c6a-4c88-ac5e-1ca4be4ad7a7] --&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;How to get words one by one from a story? I tried through ITextStoryThread. But I was able to get whole content of a story. Is there a way to get words?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks in advance&lt;/p&gt;&lt;p&gt;Ays.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:502fe913-3c6a-4c88-ac5e-1ca4be4ad7a7] --&gt;</description>
      <pubDate>Sat, 21 Aug 2010 05:28:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/705059</guid>
      <dc:date>2010-08-21T05:28:41Z</dc:date>
      <clearspace:dateToText>4 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to get content of a story?</title>
      <link>https://forums.adobe.com/thread/702926</link>
      <description>&lt;!-- [DocumentBodyStart:c6f529ef-7bce-44bd-af91-678a8cc6c4e9] --&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;I need to get content of a story as looks in indesign. I used ITEXTSTRAND from ITEXTMODEL. The returned text endings not matching with actual line endings as in indesign.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any one please suggest on this.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;many thanks&lt;/p&gt;&lt;p&gt;Ays.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c6f529ef-7bce-44bd-af91-678a8cc6c4e9] --&gt;</description>
      <pubDate>Wed, 18 Aug 2010 11:00:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/702926</guid>
      <dc:date>2010-08-18T11:00:46Z</dc:date>
      <clearspace:dateToText>4 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can find chars which are in substituted fonts?</title>
      <link>https://forums.adobe.com/thread/685306</link>
      <description>&lt;!-- [DocumentBodyStart:904d2e68-73bb-46c2-9550-124958670c6c] --&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;How can find chars which are in substituted fonts?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:904d2e68-73bb-46c2-9550-124958670c6c] --&gt;</description>
      <pubDate>Thu, 22 Jul 2010 13:18:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/685306</guid>
      <dc:date>2010-07-22T13:18:30Z</dc:date>
      <clearspace:dateToText>4 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Wat is the difference?</title>
      <link>https://forums.adobe.com/thread/623686</link>
      <description>&lt;!-- [DocumentBodyStart:edf545fd-7626-4bc4-8113-ce20ad627e42] --&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;I have created new document. Which is "untitled-1". I got the document name in two ways as below. First one gives as "untitled-1" and second one gives as "untitled-2". If the document name is "untitled-2", second one gives as "untitled-3". wat is the difference between the codes or is there any wrong understanding. Please suggest&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;1.&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;if(docRef != nil)&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;{&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;IDataBase *db;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;db = docRef.GetDataBase();&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;InterfacePtr&amp;lt;IDocument&amp;gt; iDoc(db, db-&amp;gt;GetRootUID(), UseDefaultIID());&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;if(iDoc != nil)&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;{&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;PMString iDocName;&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;iDoc-&amp;gt;GetName(iDocName);&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;CAlert::InformationAlert(iDocName);&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;}&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;}&lt;/p&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;2.&lt;/div&gt;&lt;div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;IDocument * someDoc = ::CreateObject2&amp;lt;IDocument&amp;gt;(kDocBoss);&lt;/div&gt;&lt;div&gt;&lt;span&gt; &lt;/span&gt;ASSERT_MSG(someDoc!=nil, "nil ptr");&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;span&gt; &lt;/span&gt;PMString someDocName;&lt;/div&gt;&lt;div&gt;&lt;span&gt; &lt;/span&gt;someDoc-&amp;gt;GetName(someDocName);&lt;/div&gt;&lt;div&gt;&lt;span&gt; &lt;/span&gt;CAlert::InformationAlert(someDocName);&lt;/div&gt;&lt;div&gt;&lt;span&gt; &lt;/span&gt;someDoc-&amp;gt;Release();&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;thanks&lt;/div&gt;&lt;div&gt;Ays.Hakkim&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:edf545fd-7626-4bc4-8113-ce20ad627e42] --&gt;</description>
      <pubDate>Sat, 24 Apr 2010 07:34:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/623686</guid>
      <dc:date>2010-04-24T07:34:20Z</dc:date>
      <clearspace:dateToText>4 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>I've a doubt in basic thing.</title>
      <link>https://forums.adobe.com/thread/621657</link>
      <description>&lt;!-- [DocumentBodyStart:76e05d19-bb48-4337-ab3b-b6709d18779c] --&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;I've a doubt in basic thing. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;IActiveContext* myContext;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;InterfacePtr&amp;lt;ITextEditSuite&amp;gt; textEditSuite(myContext-&amp;gt;GetContextSelection(), UseDefaultIID());&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;textEditSuite-&amp;gt;InsertText(WideString(rString));&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in above lines, &lt;strong&gt;myContext-&amp;gt;GetContextSelection() &lt;/strong&gt;&lt;span&gt;returns ISelectionManager. Then how textEditSuite can be created. could any one please explain?&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks in advance&lt;/p&gt;&lt;p&gt;Ays.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:76e05d19-bb48-4337-ab3b-b6709d18779c] --&gt;</description>
      <pubDate>Wed, 21 Apr 2010 06:39:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/621657</guid>
      <dc:date>2010-04-21T06:39:46Z</dc:date>
      <clearspace:dateToText>4 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>What is the dif? "\u2018" &amp; "\u"+"2018"</title>
      <link>https://forums.adobe.com/thread/608888</link>
      <description>&lt;!-- [DocumentBodyStart:3e951420-bd36-40c1-bd92-0c22994ebbe7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&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;1) app.selection[0].insertionPoints[0].contents = "\u2018";&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2)&amp;nbsp;&amp;nbsp;&amp;nbsp; var uni = "2018";&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; app.selection[0].insertionPoints[0].contents = "\u"+uni;&lt;/p&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;why does the 2nd one is not working as expected? could anyone suggest on this?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks &amp;amp; regards&lt;/p&gt;&lt;p&gt;Ays.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3e951420-bd36-40c1-bd92-0c22994ebbe7] --&gt;</description>
      <pubDate>Thu, 01 Apr 2010 12:45:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/608888</guid>
      <dc:date>2010-04-01T12:45:54Z</dc:date>
      <clearspace:dateToText>4 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to automate FrameMaker?</title>
      <link>https://forums.adobe.com/thread/592812</link>
      <description>&lt;!-- [DocumentBodyStart:8a4c2527-cb78-4814-9ff4-b6db83bc0e14] --&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;I'm a InDesign Programmer, new to framemaker and trying to automate framemaker processes. I want to know which programming language is used to automate it and where to get those ebooks? could any one please help me on this?&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;many thanks &lt;/p&gt;&lt;p&gt;Ays.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8a4c2527-cb78-4814-9ff4-b6db83bc0e14] --&gt;</description>
      <pubDate>Tue, 09 Mar 2010 17:41:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/592812</guid>
      <dc:date>2010-03-09T17:41:12Z</dc:date>
      <clearspace:dateToText>4 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to get unicode value of a selected char?</title>
      <link>https://forums.adobe.com/thread/572392</link>
      <description>&lt;!-- [DocumentBodyStart:0cad3155-b6be-4b03-b483-7956b9008134] --&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;How to get unicode value of a selected char?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0cad3155-b6be-4b03-b483-7956b9008134] --&gt;</description>
      <pubDate>Mon, 08 Feb 2010 13:46:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/572392</guid>
      <dc:date>2010-02-08T13:46:32Z</dc:date>
      <clearspace:dateToText>4 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Actions</title>
      <link>https://forums.adobe.com/thread/568980</link>
      <description>&lt;!-- [DocumentBodyStart:fade9554-730e-49b4-bdfd-bd6a05a23b64] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Why actions has not been included in indesign's feature as in photoshop, illustrator ? And I expect it with value passing.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fade9554-730e-49b4-bdfd-bd6a05a23b64] --&gt;</description>
      <pubDate>Wed, 03 Feb 2010 07:00:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/568980</guid>
      <dc:date>2010-02-03T07:00:01Z</dc:date>
      <clearspace:dateToText>4 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can group all pageitems?</title>
      <link>https://forums.adobe.com/thread/438532</link>
      <description>&lt;!-- [DocumentBodyStart:2327021f-d6d8-4e89-96b2-ab1376360c7d] --&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;I'm loading an eps file and I need to group all items of that eps file. how to do that through javascript&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;Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2327021f-d6d8-4e89-96b2-ab1376360c7d] --&gt;</description>
      <pubDate>Wed, 27 May 2009 06:38:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/438532</guid>
      <dc:date>2009-05-27T06:38:47Z</dc:date>
      <clearspace:dateToText>4 years 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>which one would work? Service Provider/Obsevers/Events ?</title>
      <link>https://forums.adobe.com/thread/535359</link>
      <description>&lt;!-- [DocumentBodyStart:af5dcd5d-092a-4757-8ec5-2f338e669d08] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;h2&gt;&lt;a class="" href="https://forums.adobe.com/message/2413963#2413963"&gt; &lt;/a&gt;&lt;/h2&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;div class="jive-thread-post-message"&gt;&lt;!-- [DocumentBodyStart:46fb36cd-d394-4ee1-a019-382ef9238beb] --&gt;&lt;div&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;I'm new to sdk. I've developed a plugin for "InDesign cs3" as, a panel consists an icon. If overflow occurs I'll set cursor within that textframe and&amp;nbsp; click that icon. Then pages will be added and links all frames.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now, I need to make it as automatic when overflow occurs. I've tried using "service providers". Pls suggest on this!&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&gt;Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:46fb36cd-d394-4ee1-a019-382ef9238beb] --&gt; &lt;!-- BEGIN attachments --&gt; &lt;!-- END attachments --&gt;&lt;/div&gt;&lt;!-- BEGIN content details --&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:af5dcd5d-092a-4757-8ec5-2f338e669d08] --&gt;</description>
      <pubDate>Mon, 07 Dec 2009 05:47:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/535359</guid>
      <dc:date>2009-12-07T05:47:13Z</dc:date>
      <clearspace:dateToText>4 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to run an action?</title>
      <link>https://forums.adobe.com/thread/543151</link>
      <description>&lt;!-- [DocumentBodyStart:ef4ea794-d1c4-493e-b34b-566a4c91049e] --&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;I'm new to Illustrator scripting. Is there a way to run an anction through "javascript"?.&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;thanks&lt;/p&gt;&lt;p&gt;A.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ef4ea794-d1c4-493e-b34b-566a4c91049e] --&gt;</description>
      <pubDate>Tue, 22 Dec 2009 09:19:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/543151</guid>
      <dc:date>2009-12-22T09:19:42Z</dc:date>
      <clearspace:dateToText>4 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>how to get or use "kTextFrameOversetChangeMsg" as serviceid?</title>
      <link>https://forums.adobe.com/thread/539149</link>
      <description>&lt;!-- [DocumentBodyStart:ff4ebd77-490b-4aaa-9ef8-467f2ecb3bde] --&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;I've developed a small plugin for handling textframe overflow. I've used service ids "kBeforeSaveDocSignalResponderService", "kBeforeSaveAsDocSignalResponderService". But actually I've to run it, only when overflow occurs.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Steven suggested to use "kTextFrameOversetChangeMsg". I tried, but I dont know exactly how to use it as service id. Could anyone suggest on this?&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;thanks in advance&lt;/p&gt;&lt;p&gt;A.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ff4ebd77-490b-4aaa-9ef8-467f2ecb3bde] --&gt;</description>
      <pubDate>Tue, 15 Dec 2009 12:13:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/539149</guid>
      <dc:date>2009-12-15T12:13:25Z</dc:date>
      <clearspace:dateToText>4 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>is there any service like "kOversetFrameService" for indesign?</title>
      <link>https://forums.adobe.com/thread/535476</link>
      <description>&lt;!-- [DocumentBodyStart:42856ef3-de43-4eba-99ff-7fc597e2ed90] --&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;I looked service providers there was "kOversetFrameService" for "incopy". is there any service like "kOversetFrameService" for indesign?&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;Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:42856ef3-de43-4eba-99ff-7fc597e2ed90] --&gt;</description>
      <pubDate>Mon, 07 Dec 2009 12:41:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/535476</guid>
      <dc:date>2009-12-07T12:41:04Z</dc:date>
      <clearspace:dateToText>4 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to read an excel file?</title>
      <link>https://forums.adobe.com/thread/519590</link>
      <description>&lt;!-- [DocumentBodyStart:6f4ada8f-e490-45f1-a444-75f7be8b33cd] --&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;How can we read excel file using "indesign javascript". I tried through ActiveXObject, and throws error.&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;thanks&lt;/p&gt;&lt;p&gt;A.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6f4ada8f-e490-45f1-a444-75f7be8b33cd] --&gt;</description>
      <pubDate>Fri, 06 Nov 2009 16:53:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/519590</guid>
      <dc:date>2009-11-06T16:53:20Z</dc:date>
      <clearspace:dateToText>5 years 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Exporting EPS TO JPEG from indesign is good?</title>
      <link>https://forums.adobe.com/thread/519839</link>
      <description>&lt;!-- [DocumentBodyStart:b0b35290-54e3-4631-9fd8-fe2312b7c4da] --&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;I am in a need that I've to convert eps to jpeg. Is it ok to export eps to jpeg from indesign?. Will it have any difference with photoshop output?&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;A.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b0b35290-54e3-4631-9fd8-fe2312b7c4da] --&gt;</description>
      <pubDate>Sat, 07 Nov 2009 03:23:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/519839</guid>
      <dc:date>2009-11-07T03:23:53Z</dc:date>
      <clearspace:dateToText>5 years 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to link two textFrames?</title>
      <link>https://forums.adobe.com/thread/505194</link>
      <description>&lt;!-- [DocumentBodyStart:5423bd96-410b-474f-a45d-0cf1e3807ea6] --&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;I'm new to sdk. I've two textFrames' UIDref, how it can be threaded?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"Indesign 5.0"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks in advance&lt;/p&gt;&lt;p&gt;A.Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5423bd96-410b-474f-a45d-0cf1e3807ea6] --&gt;</description>
      <pubDate>Mon, 12 Oct 2009 10:05:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/505194</guid>
      <dc:date>2009-10-12T10:05:20Z</dc:date>
      <clearspace:dateToText>5 years 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can set "Space After" for anchored object?</title>
      <link>https://forums.adobe.com/thread/489826</link>
      <description>&lt;!-- [DocumentBodyStart:b07a93c8-d551-40f3-b603-12d1dce22f32] --&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;How an anchored objects' "space after" can be set? There is only "anchorSpaceAbove". It affects only "space before". Could any one give idea on this?&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;thanks&lt;/p&gt;&lt;p&gt;HAKKIM&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b07a93c8-d551-40f3-b603-12d1dce22f32] --&gt;</description>
      <pubDate>Thu, 10 Sep 2009 07:55:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/489826</guid>
      <dc:date>2009-09-10T07:55:20Z</dc:date>
      <clearspace:dateToText>5 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can access the control of all options in "image size" dialog?</title>
      <link>https://forums.adobe.com/thread/478923</link>
      <description>&lt;!-- [DocumentBodyStart:b20281e8-fe8f-44b5-93c1-52152c9077e4] --&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;How can we access the control of&amp;nbsp; all options available in "image size" dialog through javascript?.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks in advance&lt;/p&gt;&lt;p&gt;HAKKIM&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b20281e8-fe8f-44b5-93c1-52152c9077e4] --&gt;</description>
      <pubDate>Tue, 18 Aug 2009 11:57:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/478923</guid>
      <dc:date>2009-08-18T11:57:21Z</dc:date>
      <clearspace:dateToText>5 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to differentiate outline created texts and anchor objects?</title>
      <link>https://forums.adobe.com/thread/444302</link>
      <description>&lt;!-- [DocumentBodyStart:c76175a0-e627-4a85-99b8-02d89a44b61b] --&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;I've to find out the objects whitch are created using "Create Outlines". In story editor it shows an anchor. So how can we identify those objects except anchor point.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c76175a0-e627-4a85-99b8-02d89a44b61b] --&gt;</description>
      <pubDate>Mon, 08 Jun 2009 06:28:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/444302</guid>
      <dc:date>2009-06-08T06:28:50Z</dc:date>
      <clearspace:dateToText>5 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>width*height vals changing in save for web ??</title>
      <link>https://forums.adobe.com/thread/439750</link>
      <description>&lt;!-- [DocumentBodyStart:3de1edf7-19bb-4335-870e-ebf70c20b15e] --&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;I've opened an EPS file in illustrator cs4. And its width &amp;amp; height values are differing with width &amp;amp; height values in "save for web" option.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example, normally in width &amp;amp; height boxes shows as&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;width : 247.499 pt&lt;/p&gt;&lt;p&gt;height : 116.524 pt&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;but in save for web&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;width : 249&lt;/p&gt;&lt;p&gt;height : 117&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've checked with various figures too. &lt;span aria-label="Confused" class="emoticon-inline emoticon_confused" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3de1edf7-19bb-4335-870e-ebf70c20b15e] --&gt;</description>
      <pubDate>Fri, 29 May 2009 11:09:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/439750</guid>
      <dc:date>2009-05-29T11:09:45Z</dc:date>
      <clearspace:dateToText>5 years 5 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>changing ruler units?</title>
      <link>https://forums.adobe.com/thread/439320</link>
      <description>&lt;!-- [DocumentBodyStart:d9f22af6-3ee7-4a88-80e4-75e23adedbcc] --&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;I'm trying to change the ruler units to points through JAVASCRIPT. but nothing worked!!&amp;nbsp; Is it that much tough? is there any solution??&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d9f22af6-3ee7-4a88-80e4-75e23adedbcc] --&gt;</description>
      <pubDate>Thu, 28 May 2009 15:43:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/439320</guid>
      <dc:date>2009-05-28T15:43:26Z</dc:date>
      <clearspace:dateToText>5 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Accessing Menu Items through javascript?</title>
      <link>https://forums.adobe.com/thread/439141</link>
      <description>&lt;!-- [DocumentBodyStart:a29c156c-1bc5-4ad0-a3dd-685b1702e81d] --&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;Is there a way to access menu items through javascript like indesign "&lt;span style="font-size: 12pt;"&gt;menuActions"?. O&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;r actions can be able to call through javascript?.&lt;/span&gt;&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;/div&gt;&lt;!-- [DocumentBodyEnd:a29c156c-1bc5-4ad0-a3dd-685b1702e81d] --&gt;</description>
      <pubDate>Thu, 28 May 2009 09:03:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/439141</guid>
      <dc:date>2009-05-28T09:03:38Z</dc:date>
      <clearspace:dateToText>5 years 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Changing color model?</title>
      <link>https://forums.adobe.com/thread/439106</link>
      <description>&lt;!-- [DocumentBodyStart:4b104230-8f27-4f8f-abce-0db7cd7cf4e4] --&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;I export an eps file as JPEG. I have to change the color model: as GRAYSCALE through the javascript. Could anyone give solution on this??&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;Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4b104230-8f27-4f8f-abce-0db7cd7cf4e4] --&gt;</description>
      <pubDate>Thu, 28 May 2009 07:52:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/439106</guid>
      <dc:date>2009-05-28T07:52:23Z</dc:date>
      <clearspace:dateToText>5 years 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Problem in reader? "This document contained certain ...."</title>
      <link>https://forums.adobe.com/thread/437042</link>
      <description>&lt;!-- [DocumentBodyStart:07bdea32-9bca-44cc-9455-fac6a5bbf967] --&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;I've get back a pdf from my client with comments and while I open it in all reader versions it alerts like&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;"This document contained certain rights to enable special features in adobe reader. The document has been changed since it was created and these rights are no longer valid. Please contact the author for the original version of this document." &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and further we cant able to insert comments. So I just again created a pdf and tried. But I dont get any alerts.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;wat could be the problem? how to rectify it or prevent?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;tnx&lt;/p&gt;&lt;p&gt;Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:07bdea32-9bca-44cc-9455-fac6a5bbf967] --&gt;</description>
      <pubDate>Sat, 23 May 2009 08:32:21 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/437042</guid>
      <dc:date>2009-05-23T08:32:21Z</dc:date>
      <clearspace:dateToText>5 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Running indesign cs3 through toolkit cs4??</title>
      <link>https://forums.adobe.com/thread/437084</link>
      <description>&lt;!-- [DocumentBodyStart:5421dfc7-cc36-405e-a8e2-269c82a996a1] --&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;I tried to run a script for "indesign cs3" through "cs4 toolkit" using &lt;span style="color: #ff0000;"&gt;#target "indesign-5.0". &lt;/span&gt;&lt;span style="color: #000000;"&gt;But didn't work.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="color: #000000;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;thanks&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000;"&gt;Hakkim&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5421dfc7-cc36-405e-a8e2-269c82a996a1] --&gt;</description>
      <pubDate>Sat, 23 May 2009 11:28:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/437084</guid>
      <dc:date>2009-05-23T11:28:35Z</dc:date>
      <clearspace:dateToText>5 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can find hyphenated word?</title>
      <link>https://forums.adobe.com/thread/434501</link>
      <description>&lt;!-- [DocumentBodyStart:1330557a-90e4-4cd5-bf92-ab89fbd824d4] --&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;This is the word "&lt;span style="text-decoration: underline;"&gt;nineteenth-century&lt;/span&gt;" with hyphen. And in indesign it hyphenates again as "&lt;span style="text-decoration: underline;"&gt;nine-teenth-century&lt;/span&gt;" or "&lt;span style="text-decoration: underline;"&gt;nineteenth-cen-tury&lt;/span&gt;". how we can find such words in javascript??.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;many thanks&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hakkim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1330557a-90e4-4cd5-bf92-ab89fbd824d4] --&gt;</description>
      <pubDate>Mon, 18 May 2009 15:06:43 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/434501</guid>
      <dc:date>2009-05-18T15:06:43Z</dc:date>
      <clearspace:dateToText>5 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

