<?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 - Creative Suite Extension Builder</title>
    <link>https://forums.adobe.com/community/creativesuites/extensionbuilder</link>
    <description>All Content in Creative Suite Extension Builder</description>
    <language>en</language>
    <pubDate>Thu, 13 Nov 2014 21:15:18 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-13T21:15:18Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>node.js require('stream') strange result</title>
      <link>https://forums.adobe.com/thread/1634712</link>
      <description>&lt;!-- [DocumentBodyStart:0c5c75ba-c2df-4669-bc9a-94c609e13077] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am trying to require stream module (node.js) in my extension (PS CC 2014, CEP 5.0) - it works however normally "stream" module contains "stream.Readable" object in node.js.&lt;/p&gt;&lt;p&gt;In extension "stream" module does not contain "Readable" property for some reason...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;var stream = require('stream')&lt;/p&gt;&lt;p&gt;console.log(stream.Readable) // outputs undefined in console&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;And this is output from node.js&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;&amp;gt; console.log(stream.Readable)&lt;/p&gt;&lt;p class="p1"&gt;{ [Function: Readable]&lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp; ReadableState: [Function: ReadableState],&lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp; super_: &lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp;&amp;nbsp; { [Function: Stream]&lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; super_: { [Function: EventEmitter] listenerCount: [Function] },&lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Readable: [Circular],&lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Writable: { [Function: Writable] WritableState: [Function: WritableState], super_: [Circular] },&lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Duplex: { [Function: Duplex] super_: [Circular] },&lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Transform: { [Function: Transform] super_: [Object] },&lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PassThrough: { [Function: PassThrough] super_: [Object] },&lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stream: [Circular] },&lt;/p&gt;&lt;p class="p1"&gt;&amp;nbsp; _fromList: [Function: fromList] }&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0c5c75ba-c2df-4669-bc9a-94c609e13077] --&gt;&lt;img src='/beacon?t=1415939028209' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">node.js</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">html extension</category>
      <pubDate>Thu, 13 Nov 2014 21:15:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1634712</guid>
      <dc:date>2014-11-13T21:15:18Z</dc:date>
      <clearspace:dateToText>7 hours 8 minutes ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Calling JSX from ActionScript: Problems with Returning InDesign Objects Back to ActionScript</title>
      <link>https://forums.adobe.com/thread/1633503</link>
      <description>&lt;!-- [DocumentBodyStart:028608c3-19a5-4635-8eb0-726da1215ac8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have written an InDesign Extension using EB 2.1 for InDesign versions 5-6. That means Flex SDK 3.4. I need to call JSX from ActionScript, and for the JSX to return as a return value InDesign objects and regular (non-InDesign specific) Arrays as return variables.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am calling JSX using the HostObject as follows:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;span style="font-family: courier new,courier;"&gt;public class AS2JSInDesign&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt; { &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Embed(source="InDesign.jsx", mimeType= "application/octet-stream" )] &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private static var _inDesignJsxProxyClass:Class;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private static var _inDesignJsxInterface:HostObject;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _inDesignJsxInterface = HostObject.getRoot(HostObject.extensions[0]); &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _inDesignJsxInterface.eval(new _inDesignJsxProxyClass().toString());&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; function static doJSX():void&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Not passing the ActionScript InDesign.app&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var result1:* = _inDesignJsxInterface.myJSXFunction();&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Passing the ActionScript InDesign.app as a parameter to JSX&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var InDesignApp:Application = InDesign.app;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var result2:* = _inDesignJsxInterface.myJSXFunction(InDesignApp);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ol style="list-style-type: decimal;"&gt;&lt;li&gt;When JavaScript creates InDesign objects using paradigm &lt;span style="font-family: courier new,courier;"&gt;app.&lt;/span&gt;&amp;lt;CollectionName&amp;gt;.&lt;span style="font-family: courier new,courier;"&gt;add()&lt;/span&gt; (&lt;em&gt;e.g.,&amp;rdquo;&lt;/em&gt;&lt;span style="font-family: 'Courier New';"&gt;app.documents.add()&lt;/span&gt;&amp;rdquo;), then the created object cannot be successfully returned. For example, for &lt;br/&gt;&lt;span style="font-family: 'Courier New';"&gt;return app.documents.add()&lt;/span&gt;&lt;br/&gt;the returned value is not a Document, but rather a HostObject which contains various properties not at all relevant to an InDesign Document. &lt;br/&gt;However, if I pass the InDesign.app from ActionScript as a parameter (called "InDesignApp"), and the JavaScript uses &lt;em&gt;that&lt;/em&gt; app object instead of its own default app object:&lt;br/&gt;&lt;span style="font-family: 'Courier New';"&gt;return InDesignApp.documents.add()&lt;/span&gt;,&lt;br/&gt; then it works fine - a real InDesign Document object is returned.&lt;/li&gt;&lt;li&gt;On the other hand, there are instances in which it seems I must use the JSX native InDesign app object. If I want to define a new Color for the active Document with the InDesign.app (passed as a parameter called "InDesignApp") using&amp;nbsp; &lt;br/&gt;&lt;span style="font-family: 'Courier New';"&gt;var color = InDesignApp.activeDocument.colors.add()&lt;/span&gt;, &lt;br/&gt;then the attempt to assign&lt;br/&gt;&lt;span style="font-family: 'Courier New';"&gt;color.space = ColorSpace.CMYK&lt;/span&gt;&lt;br/&gt;fails, as ColorSpace.CMYK is not recognized at run time.&lt;br/&gt;If I use the JSX app object to do this (&lt;span style="font-family: 'Courier New';"&gt;var color = app.activeDocument.colors.add()&lt;/span&gt;), I don&amp;#8217;t get an error, but if I return the color object to ActionScript, an empty HostObject is received.&lt;/li&gt;&lt;li&gt;A native JSX Array ( &lt;span style="font-family: courier new,courier;"&gt;var myArray = new Array(); &lt;/span&gt;) cannot ever be returned to ActionScript &amp;#8211; it appears in ActionScript as a HostObject. ActionScript doesn&amp;#8217;t regard it as an Array. I came up with a hideous hack: I create an array using InDesignApp.documents.everyItem().getElements(), empty the array which is returned, and then use the empty area for whatever I need. Such an array, when returned to ActionsScript, is recognized as an Array.&lt;/li&gt;&lt;/ol&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Could someone please explain what I'm doing wrong?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;TIA,&lt;/p&gt;&lt;p&gt;mlavie&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:028608c3-19a5-4635-8eb0-726da1215ac8] --&gt;</description>
      <pubDate>Wed, 12 Nov 2014 17:57:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1633503</guid>
      <dc:date>2014-11-12T17:57:40Z</dc:date>
      <clearspace:dateToText>1 day 10 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to call an ActionScript method from the ExtendScript/JavaScript function defined in a .jsx file.</title>
      <link>https://forums.adobe.com/thread/1421992</link>
      <description>&lt;!-- [DocumentBodyStart:007ef701-8856-4a6f-9071-cad7ec7473ba] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've an InDesign ExtensionBuilder2.1 project for InDesignCS5-CS6.&lt;/p&gt;&lt;p&gt;I needed to add event listeners on some MenuAction like '&lt;strong&gt;Add Page'&lt;/strong&gt;. so I added the line similar as below in one of my ActionScript method,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;thead&gt;&lt;tr&gt;&lt;th align="center" style="border:1px solid black;border: 1px solid #000000;text-align: left;background-color: #6690bc;" valign="middle"&gt;&lt;strong&gt;myActionScript.as&lt;/strong&gt;&lt;br/&gt;&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border:1px solid black;border: 1px solid #000000;"&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&lt;span style="font-size: 8pt;"&gt;&lt;span style="color: #0053ff;"&gt;public&lt;/span&gt; &lt;span style="color: #ab31d6;"&gt;class&lt;/span&gt; MyController&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&lt;span style="font-size: 8pt;"&gt;{&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 30px;"&gt;&lt;span style="font-size: 8pt;"&gt;&lt;span style="color: #0053ff;"&gt;public&lt;/span&gt; &lt;span style="color: #3ea779;"&gt;function&lt;/span&gt; attachAddPageWatcher():&lt;span style="color: #0053ff;"&gt;void&lt;/span&gt;{&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 60px;"&gt;&lt;span style="font-size: 8pt;"&gt;&lt;span style="color: #0053ff;"&gt;try&lt;/span&gt;{&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 90px;"&gt;&lt;span style="font-size: 8pt; color: #339966;"&gt;//......................................&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 90px;"&gt;&lt;span style="font-size: 8pt;"&gt;&lt;span style="color: #78aad6;"&gt;var&lt;/span&gt; addPageMenuAction:* = InDesign.app.menuActions.itemByName(&lt;span style="color: #ab1500;"&gt;"$ID/Add Page"&lt;/span&gt;);&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 90px; font-size: 11px;"&gt;&lt;span style="font-size: 8pt;"&gt;addPageMenuAction.addEventListener(&lt;span style="color: #ab1500;"&gt;'afterInvoke'&lt;/span&gt;, addPageMenuActionHandler);&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 90px; font-size: 11px;"&gt;&lt;span style="font-size: 8pt; color: #339966;"&gt;//.....................................&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 60px;"&gt;&lt;span style="font-size: 8pt;"&gt;}&lt;span style="color: #0053ff;"&gt;catch&lt;/span&gt;(e:Error){&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 90px;"&gt;&lt;span style="font-size: 8pt;"&gt;&lt;span style="color: #d77c79;"&gt;trace&lt;/span&gt;(e);&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 60px;"&gt;&lt;span style="font-size: 8pt;"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 30px;"&gt;&lt;span style="font-size: 8pt;"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 30px;"&gt;&lt;span style="font-size: 8pt;"&gt;&lt;span style="color: #0053ff;"&gt;public&lt;/span&gt; &lt;span style="color: #0053ff;"&gt;static&lt;/span&gt; &lt;span style="color: #3ea779;"&gt;function&lt;/span&gt; addPageMenuActionHandler(evt:*){&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 60px;"&gt;&lt;span style="font-size: 8pt;"&gt;Alert.show(&lt;span style="color: #ab1500;"&gt;"A new page added !!!"&lt;/span&gt;);&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 30px;"&gt;&lt;span style="font-size: 8pt;"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&lt;span style="font-size: 10pt;"&gt;&lt;span style="font-size: 8pt;"&gt;}&lt;/span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But at runtime I get an &lt;strong&gt;error&lt;/strong&gt; saying that '&lt;em&gt;handler&lt;/em&gt;' argument of &lt;em&gt;addEventListener&lt;/em&gt; method requires either a &lt;em&gt;File&lt;/em&gt; or &lt;em&gt;JavaScript&lt;/em&gt; Function.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So I moved the above code to register event listener and its handler funtion inside a &lt;strong&gt;myScript.jsx&lt;/strong&gt; file and changed the above code as below,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;thead&gt;&lt;tr&gt;&lt;th align="center" style="border:1px solid black;border: 1px solid #000000;text-align: left;background-color: #6690bc;" valign="middle"&gt;&lt;strong&gt;&lt;strong&gt;myActionScript.as&lt;/strong&gt;&lt;/strong&gt;&lt;br/&gt;&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border:1px solid black;border: 1px solid #000000;"&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&lt;span style="font-size: 8pt;"&gt;&lt;span style="color: #0053ff;"&gt;public&lt;/span&gt; &lt;span style="color: #ab31d6;"&gt;class&lt;/span&gt; MyController&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&lt;span style="font-size: 8pt;"&gt;{&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 30px;"&gt;&lt;span style="font-size: 8pt;"&gt;&lt;span style="color: #0053ff;"&gt;public&lt;/span&gt; &lt;span style="color: #0053ff;"&gt;static&lt;/span&gt; &lt;span style="color: #78aad6;"&gt;var&lt;/span&gt;&amp;nbsp; jsxInterface:HostObject = HostObject.getRoot(HostObject.extensions[0]);&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 30px;"&gt;&lt;span style="font-size: 8pt;"&gt;&lt;span style="color: #0053ff;"&gt;public&lt;/span&gt; &lt;span style="color: #3ea779;"&gt;function&lt;/span&gt; attachAddPageWatcher():&lt;span style="color: #0053ff;"&gt;void&lt;/span&gt;{&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 60px; font-size: 11px;"&gt;&lt;span style="font-size: 8pt;"&gt;&lt;span style="color: #0053ff;"&gt;try&lt;/span&gt;{&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 90px; font-size: 11px;"&gt;&lt;span style="color: #339966; font-size: 8pt;"&gt;//......................................&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 90px; font-size: 11px;"&gt;&lt;span style="font-size: 8pt;"&gt;jsxInterface.attachAddPageWatcher(); &lt;span style="color: #339966;"&gt;// call the method in .jsx file.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 90px; font-size: 11px;"&gt;&lt;span style="color: #339966; font-size: 8pt;"&gt;//.....................................&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 60px; font-size: 11px;"&gt;&lt;span style="font-size: 8pt;"&gt;}&lt;span style="color: #0053ff;"&gt;catch&lt;/span&gt;(e:Error){&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 90px; font-size: 11px;"&gt;&lt;span style="font-size: 8pt;"&gt;&lt;span style="color: #d77c79;"&gt;trace&lt;/span&gt;(e);&lt;/span&gt;&lt;/p&gt;&lt;p style="padding-left: 60px; font-size: 11px;"&gt;&lt;span style="font-size: 8pt;"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 30px;"&gt;&lt;span style="font-size: 8pt;"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;span style="font-size: 8pt;"&gt;}&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;thead&gt;&lt;tr&gt;&lt;th align="center" style="border:1px solid black;border: 1px solid #000000;text-align: left;background-color: #6690bc;" valign="middle"&gt;&lt;strong&gt;myScript.jsx&lt;/strong&gt;&lt;br/&gt;&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border:1px solid black;border: 1px solid #000000;"&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&lt;span style="font-size: 8pt;"&gt;function attachAddPageWatcher(){&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 30px;"&gt;&lt;span style="font-size: 8pt;"&gt;try{&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 60px;"&gt;&lt;span style="font-size: 8pt;"&gt;app.menuActions.itemByName("$ID/Add Page").addEventListener("afterInvoke", addPageMenuActionHandler);&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 30px;"&gt;&lt;span style="font-size: 8pt;"&gt;}catch(e){&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 60px;"&gt;&lt;span style="font-size: 8pt;"&gt;alert("Error in attachAddPageWatcher() - myScript.jsx " + e);&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 30px;"&gt;&lt;span style="font-size: 8pt;"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&lt;span style="font-size: 8pt;"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&lt;span style="font-size: 8pt;"&gt;function addPageMenuActionHandler(evt){&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 30px;"&gt;&lt;span style="font-size: 8pt;"&gt;alert("A new page added - myScript.jsx !!!");&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 30px;"&gt;&lt;span style="font-size: 8pt;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 30px;"&gt;&lt;span style="font-size: 8pt;"&gt;&lt;strong&gt;// Now I need to send some data from here to my extension or need to call a method defined in my ActionScript class &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; padding-left: 30px;"&gt;&lt;span style="font-size: 8pt;"&gt;&lt;strong&gt;// or some how notify my extension to do some task after adding a new page.&lt;/strong&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&lt;span style="font-size: 8pt;"&gt;}&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now I'm getting alert saying &lt;em&gt;"&lt;span style="font-size: 13px;"&gt;A new page added - myScript.jsx !!!&lt;/span&gt;"&lt;/em&gt; each time Add Page menu item is clicked but I need to notify my extension to do some task after clicking Add Page menu item.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;I tried but didn't find any way to do so or like any &lt;em&gt;dispatchEvent()&lt;/em&gt; kind of method to notify my extension from this ExtendScript/JavaScript method.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any suggestion to do so or to achive similar task is highly appreciated.&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:007ef701-8856-4a6f-9071-cad7ec7473ba] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">script</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">indesign</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">.as</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">.jsx</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">extension_builder_2.1</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">indesign_events</category>
      <pubDate>Thu, 06 Mar 2014 13:06:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1421992</guid>
      <dc:date>2014-03-06T13:06:05Z</dc:date>
      <clearspace:dateToText>1 day 11 hours ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>aihostadapter for illustrator cc 2014 (for use with flex)</title>
      <link>https://forums.adobe.com/thread/1527196</link>
      <description>&lt;!-- [DocumentBodyStart:8ef934a3-3e29-46e7-880e-945a0b491f9e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Flex extensions are still working in Illustrator CC 2014, so before we jump to new CEP panels - is there a way to get aihostadapter working for CC 2014? currently it's not working, i.e. I can't capture ART_SELECTION_CHANGED event. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8ef934a3-3e29-46e7-880e-945a0b491f9e] --&gt;</description>
      <pubDate>Mon, 21 Jul 2014 14:00:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1527196</guid>
      <dc:date>2014-07-21T14:00:17Z</dc:date>
      <clearspace:dateToText>6 days 20 hours ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Including javascript dependencies issues in EB2.1</title>
      <link>https://forums.adobe.com/thread/1255764</link>
      <description>&lt;!-- [DocumentBodyStart:998da166-18fc-48b1-a411-2045c48594c8] --&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 an issue with an extension. I am calling a jsx file from an extension*. I do that for a long time ago woithout issues. I now tried to include "jsinc" files in my main jsx file. I set an include path related to a url of mine ( "/Users/&amp;hellip; ). I thought EB would del with that and do its own cooking but fact is, it doesn't. When compiled, extension works fine at my place but doesn't in different computers than mine. I suspect the absolute url is the cause of my troubles. But using relative urls don't seem to work neither.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is the proper way to achieve an inclusion of external js files ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;TIA,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Loic&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;PS:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is my pattern : &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;Using a class declaration : &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:cb6b888c-df00-4e91-b06c-7e15ccafb815][excluded]--&gt;&lt;pre class="java" name="code"&gt;[ Embed (source="Javascript/JSXAPI.jsx" , mimeType=&amp;nbsp; "application/octet-stream" )]
&lt;/pre&gt;&lt;!--[CodeBlockEnd:cb6b888c-df00-4e91-b06c-7e15ccafb815]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and then in my jsxfile : &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;#includepath '/Users/sunsikim/Documents/Scripting/Extensions/ExtensionV2/src/Javascript/'&lt;/p&gt;&lt;p&gt;#include 'DateUtilities.jsinc';&lt;/p&gt;&lt;p&gt;#include 'Utils.jsinc';&lt;/p&gt;&lt;p&gt;#include 'PrefsUtils.jsinc';&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;//my code&amp;hellip;&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;*using : &lt;strong&gt;&lt;a class="jive-link-external-small" href="http://cookbooks.adobe.com/post_Communicating_between_JavaScript_and_the_Creative-17383.html" rel="nofollow" target="_blank"&gt;http://cookbooks.adobe.com/post_Communicating_between_JavaScript_and_the_Creative-17383.ht ml&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:998da166-18fc-48b1-a411-2045c48594c8] --&gt;</description>
      <pubDate>Tue, 16 Jul 2013 14:28:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1255764</guid>
      <dc:date>2013-07-16T14:28:19Z</dc:date>
      <clearspace:dateToText>2 weeks 14 hours ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Problem with jQuery and CEP 5 - "$" getting overrided</title>
      <link>https://forums.adobe.com/thread/1500618</link>
      <description>&lt;!-- [DocumentBodyStart:5a351616-6181-424d-85cf-e5ef900479a7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Updated the Illustrator from 17.x to 18.0. The extension started throwing error after the CSXS runtime is switched to 5.0 and with 5.0 recent CSInterface.js file.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It says &lt;span style="color: #ff0000; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;ReferenceError: $ is not defined. This was working fine&amp;nbsp; with CSXS runtime 4.0.&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #ff0000; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #ff0000; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;Here is the script in my index.html&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #ff0000; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;lt;script src="../lib/3rd/jquery-1.10.2.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script src="../lib/3rd/angular.min.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script src="../lib/cep/CSInterface.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any idea on how to solve this problem to get my extension up and running in 5.0&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5a351616-6181-424d-85cf-e5ef900479a7] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">cep 5</category>
      <pubDate>Thu, 19 Jun 2014 14:52:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1500618</guid>
      <dc:date>2014-06-19T14:52:16Z</dc:date>
      <clearspace:dateToText>2 weeks 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>window.close not working on indesign cc2014</title>
      <link>https://forums.adobe.com/thread/1613087</link>
      <description>&lt;!-- [DocumentBodyStart:87813e7d-41cf-4bc6-82a4-741a1d0f048a] --&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 developing an extension for InDesign CS5 and above. I have a dialog of type panel, CSXSWindowType.PANEL which opens up on button click. This dialog contains a button for closing it. The click event executes " this.close() ".&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now, the problem is that for ID CC2014 this.close() is not closing the dialog. Only the default close button at the corner of the window closes it. I have no idea why the dialog is behaving this way. It works in all the other versions.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:87813e7d-41cf-4bc6-82a4-741a1d0f048a] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">indesign cs to indesign cc</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">close dialog box</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">unable to close</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">dialog window</category>
      <pubDate>Tue, 21 Oct 2014 06:50:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1613087</guid>
      <dc:date>2014-10-21T06:50:20Z</dc:date>
      <clearspace:dateToText>3 weeks 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Query on app.activeDocument.exportFile</title>
      <link>https://forums.adobe.com/thread/1612343</link>
      <description>&lt;!-- [DocumentBodyStart:b9db919b-fc0f-48ea-ad68-8aaab28bb392] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;(Apologies if this is an Illustrator scripting question rather than a CEP specific extension one)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;From Adobe Illustrator CC2014 HTML5 extension I am using &lt;span style="font-family: 'courier new', courier;"&gt;app.activeDocument.exportFile&lt;/span&gt; to export the activeDocument to SVG.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have that working great but what happens is that the exported file becomes the active document (replacing the .AI document that was open) and I do not want this to happen?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anyone explain this behavior and how I could change it.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b9db919b-fc0f-48ea-ad68-8aaab28bb392] --&gt;</description>
      <pubDate>Mon, 20 Oct 2014 10:50:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1612343</guid>
      <dc:date>2014-10-20T10:50:23Z</dc:date>
      <clearspace:dateToText>3 weeks 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flyout menu for PS CC 2014 HTML extension panel</title>
      <link>https://forums.adobe.com/thread/1522232</link>
      <description>&lt;!-- [DocumentBodyStart:4fe6ec3b-c1b1-4c93-8c26-f1e755cd1e60] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Flyout menus were being supported by Flash panels. But after migrating to HTML5 panel, I found that it is not supporting flyout menus. However, after the release of the CC 2014 apps, I found in the CC 2014 Extension SDK documentation, that CEP 5 engine supports a SetPanelFlyoutMenu() method. But I am unable to call the method from within the extension. It gives the below error :&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-6551062-653822/Error.png"&gt;&lt;img alt="Error.png" class="jive-image image-1" height="162" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6551062-653822/Error.png" style="height: auto;" width="375"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Seems like the method is not present in the &lt;/span&gt;&lt;span style="line-height: 1.5em;"&gt;CEP&lt;/span&gt;&lt;span style="line-height: 1.5em;"&gt;Engine_extensions API, though it is mentioned in the SDK documentation that the method should be there. Am I missing something here? Kindly help.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="line-height: 1.5em;"&gt;Thanks in advance.&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="line-height: 1.5em;"&gt;Note: I have upgraded to target CC 2014 extensions as mentioned in Hallgrimur Bjornsson's below blog:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="line-height: 1.5em;"&gt;&lt;a class="jive-link-external-small" href="http://blogs.adobe.com/cssdk/2014/06/adobe-extension-builder-and-creative-cloud-2014.html" rel="nofollow"&gt;Adobe Extension Builder and Creative Cloud 2014&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4fe6ec3b-c1b1-4c93-8c26-f1e755cd1e60] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">flyout</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">flyouts</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">extension_development</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">flyout_menu</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">extension_builder_3</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">flyout_menus</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">cep5</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">cc2014</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">cep 5</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">setpanelflyoutmenu()</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">cc2014 sdk</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">cep engine</category>
      <pubDate>Tue, 15 Jul 2014 07:45:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1522232</guid>
      <dc:date>2014-07-15T07:45:03Z</dc:date>
      <clearspace:dateToText>3 weeks 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Introducing HTML5 Extensions</title>
      <link>https://forums.adobe.com/thread/1298733</link>
      <description>&lt;!-- [DocumentBodyStart:25142f17-929d-45b9-900c-c74fe59c4d10] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When Creative Cloud was launched in June 2013, we added support for HTML5-based panels in several Adobe products. These new panels open up the world of panel development to a wider range of developers who may be more comfortable working with HTML/JavaScript and CSS. Since June, support for HTML5-based panels has been added to more Adobe products. As of now Photoshop CC, Illustrator CC, Premiere Pro CC and Prelude CC support HTML5-based panels.&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;A preview of Adobe Extension Builder 3, a new developer tool that supports creating HTML5-based extensions, was launched in June at Adobe Labs. You can download it for free from here: &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://labs.adobe.com/technologies/extensionbuilder3/" rel="nofollow" target="_blank"&gt;http://labs.adobe.com/technologies/extensionbuilder3/&lt;/a&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&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;Starting in the middle of 2014 we will begin removing Flash-based extension support in Creative Cloud products, starting with Photoshop CC. We encourage all developers to start planning and migrating to the new extensibility framework based on HTML5.&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;HTML5-based panels allow developers to leverage the rich ecosystem of existing JavaScript frameworks and tools when creating their panels. HTML5-based panels share the same technology with web applications, which opens up exciting opportunities for integration with web services.&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;Check out these videos to see how to build and debug HTML5 Extensions.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;iframe frameborder="0" height="350" src="https://www.youtube.com/embed/ZzdRfhT6R68?wmode=transparent" width="425"&gt;
&lt;/iframe&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;iframe frameborder="0" height="350" src="https://www.youtube.com/embed/gZQ2DV5MjV8?wmode=transparent" width="425"&gt;
&lt;/iframe&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:25142f17-929d-45b9-900c-c74fe59c4d10] --&gt;</description>
      <pubDate>Wed, 18 Sep 2013 12:09:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1298733</guid>
      <dc:date>2013-09-18T12:09:08Z</dc:date>
      <clearspace:dateToText>1 month 4 hours from now</clearspace:dateToText>
      <clearspace:replyCount>17</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to Create a ZXP for CC, and for CS6-&gt;CC</title>
      <link>https://forums.adobe.com/thread/1601065</link>
      <description>&lt;!-- [DocumentBodyStart:2e1969e8-410d-410d-9fa0-b095fdfc6615] --&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;Up until now, I used the Extension Builder to create InDesign Extensions. I chose CS5-CS6 as the range, and the ZXP thus created worked on CS5, CS5,5 and CS6 without a hitch. I used the popup menu option Export--&amp;gt;Adobe Application Extension to create the ZXP.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now, we have out first customer who uses CC. So we installed CC in house for testing, and I chose the range CS5-&lt;strong&gt;CC&lt;/strong&gt; in the manifest editor.&lt;/p&gt;&lt;p&gt;My attempts to install the ZXP failed with the notice:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This extension can not be installed, it requires InDesign64 version in range of inclusively between 9.0 and 9.9.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I also get the same error if I choose exclusively CC (selecting CC to CC range in the manifest editor).&lt;/p&gt;&lt;p&gt;What am I doing wrong???&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;TIA,&lt;/p&gt;&lt;p&gt;mlavie&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2e1969e8-410d-410d-9fa0-b095fdfc6615] --&gt;</description>
      <pubDate>Sun, 12 Oct 2014 12:00:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1601065</guid>
      <dc:date>2014-10-12T12:00:58Z</dc:date>
      <clearspace:dateToText>1 month 2 hours from now</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Single Dev Environment and Code Line for 6 and CC?</title>
      <link>https://forums.adobe.com/thread/1601190</link>
      <description>&lt;!-- [DocumentBodyStart:a5c0d8e2-c5a0-4e76-90e3-c045524fdce4] --&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;Up until now, we were developing for customers who only used InDesign CS5.5 and CS6 - using Extension Builder 2.1.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The problem is that now a new customer only has CC 2014&lt;strong&gt;.1&lt;/strong&gt; (they just purchased it today). I found one hack how to create an Extension using 2.1 for CC 2014/2014.1. However, this hack doesn't support HostAdapters, which we require as we want to control the fly panel of the panel menu.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also, I think CC 2014.1 supports only HTML5 panels. Does that mean a total re-write of all our code? And since CS6 does not support HTML5 panels - do we now have to maintain 2 parallel code lines until the last of our customers migrates to CC???&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'd appreciate any advice.&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;Regards,&lt;/p&gt;&lt;p&gt;mlavie&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a5c0d8e2-c5a0-4e76-90e3-c045524fdce4] --&gt;</description>
      <pubDate>Sun, 12 Oct 2014 15:26:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1601190</guid>
      <dc:date>2014-10-12T15:26:34Z</dc:date>
      <clearspace:dateToText>1 month 4 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>HostAdapter for Illustrator CC 2014 HTML</title>
      <link>https://forums.adobe.com/thread/1599409</link>
      <description>&lt;!-- [DocumentBodyStart:bfe4f7cb-b32e-4ed2-aa82-bf013901118d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello there&lt;/p&gt;&lt;p&gt;Could you please give us a hint if and when are you planning support host adapters for illustrator cc 2014?&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bfe4f7cb-b32e-4ed2-aa82-bf013901118d] --&gt;</description>
      <pubDate>Fri, 10 Oct 2014 09:13:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1599409</guid>
      <dc:date>2014-10-10T09:13:28Z</dc:date>
      <clearspace:dateToText>1 month 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do I install and build and extension with extension builder 2.1?</title>
      <link>https://forums.adobe.com/thread/1571338</link>
      <description>&lt;!-- [DocumentBodyStart:8eb748a8-845e-4b99-be25-f95dfd1bfe3a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Honestly, I am beyond frustrated right now. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. Extension Builder 3 - This will only install and run with Eclipse. JRE 1.7. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This only allows me to use Extendscript to write scripts with. Extendscript is so frustrating to use. It seems like there are a lot of missing properties for working with color models in illustrator. The documentation is also terrible for Extendscript. Something that seems like it would be simple to do like export an RGB JPEG is impossible to spec out in the EXPORT JPEG settings. Its also impossible to set the color space of a NEW AI document unless you use the add(); instead of addDocument(); There are conflicting incomplete properties of both methods. If you use one, one set of settings is missing if you use the other another set is missing... WHAT IS SOMEONE SUPPOSED TO DO???&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2. Flash Builder 4.7 will not run Extension Builder 3. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;3. I bought Extension Builder 2.1 which is supposed to install Flash Builder 4.6, but the installation keeps failing right at the end. This apparently also requires that you use JRE 1.6 which is not compatible with Mavericks. &lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6718753-670261/Screen+Shot+2014-09-10+at+3.14.04+PM.png"&gt;&lt;img alt="Screen Shot 2014-09-10 at 3.14.04 PM.png" class="jive-image image-2" height="554" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6718753-670261/Screen+Shot+2014-09-10+at+3.14.04+PM.png" style="height: 468px; width: 620px;" width="734"/&gt;&lt;/a&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6718753-670343/Screen+Shot+2014-09-10+at+3.15.12+PM.png"&gt;&lt;img alt="Screen Shot 2014-09-10 at 3.15.12 PM.png" class="jive-image image-3" height="554" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6718753-670343/Screen+Shot+2014-09-10+at+3.15.12+PM.png" style="height: 468px; width: 620px;" width="734"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;This all seems impossible... how in the heck are people learning how to do build extensions, its a surprise that any exist at all. If they do They are likely not building them with the Adobe tools. I know enough about code to be dangerous but don't have a doctorate in troubleshooting all of these compatibility, and documentation issues. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;All I want to do is write an extension, or a script that allows me to&lt;/p&gt;&lt;p&gt;1. copy the art from two layers. &lt;/p&gt;&lt;p&gt;2. color the background of the AI document to the background color of the original document&lt;/p&gt;&lt;p&gt;3. resize art from both layers to fit on a 216 x 216 pixel square. &lt;/p&gt;&lt;p&gt;4. Save the document as a: JPEG - ANTI-ALIAS SUPER SAMPLED - 150 DPI - RGB - MEDIUM QUALITY - CLIP TO ARTBOARD - WITH THE SAME NAME AS THE ORIGINAL FILE &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #ff0000;"&gt;&lt;strong&gt;I AM AT MY WITS END WITH THIS WHOLE PROCESS. I AM ABOUT TO GIVE UP UNLESS SOMEONE CAN HELP GIVE ME A LITTLE INSIGHT. &lt;/strong&gt;&lt;/span&gt;&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-6718753-670260/Screen+Shot+2014-09-10+at+3.12.14+PM.png"&gt;&lt;img alt="Screen Shot 2014-09-10 at 3.12.14 PM.png" class="jive-image image-1" height="767" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6718753-670260/900-767/Screen+Shot+2014-09-10+at+3.12.14+PM.png" style="height: 1038.5335542667772px; width: 1217px;" width="900"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8eb748a8-845e-4b99-be25-f95dfd1bfe3a] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">flash buildier</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">flash builder 4.7</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">flash builder 4.6</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">eclipse kepler</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">adobe extendscript toolkit</category>
      <pubDate>Wed, 10 Sep 2014 20:20:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1571338</guid>
      <dc:date>2014-09-10T20:20:51Z</dc:date>
      <clearspace:dateToText>1 month 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Parameters of the functions importFiles() and exportTimeline() in Premiere Pro Extension</title>
      <link>https://forums.adobe.com/thread/1177782</link>
      <description>&lt;!-- [DocumentBodyStart:6e43b5fa-f907-4a51-a0a8-a08066cc8083] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, Can anybody explain the parameters of the functions importFiles() and exportTimeline() in Adobe Premiere Pro Extension Builder?&amp;nbsp; I used an Array of String(File paths) as the parameter for importFiles(), And it worked out. But can we give anything else as the parameter for that function? Because it shows "Object" is the actual parameter for importFiles(). And what about exportTimeline()? I don't have any idea about that function.&lt;br/&gt;Thanks in advance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6e43b5fa-f907-4a51-a0a8-a08066cc8083] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">adobe</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">creative_suite</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">extension_builder</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">premiere_extension</category>
      <pubDate>Tue, 26 Mar 2013 09:36:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1177782</guid>
      <dc:date>2013-03-26T09:36:06Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to delete extension?</title>
      <link>https://forums.adobe.com/thread/1544851</link>
      <description>&lt;!-- [DocumentBodyStart:4a5c2ed3-e124-401c-8350-4c2a0853b9bc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I built an indesign extension through eclipse and ran/debugged through eclipse. Installed extensions show up in the extension manager. So i know how to delete those. But these eclipse extensions dont. How do i delete this extension from indesign?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4a5c2ed3-e124-401c-8350-4c2a0853b9bc] --&gt;</description>
      <pubDate>Mon, 11 Aug 2014 18:56:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1544851</guid>
      <dc:date>2014-08-11T18:56:33Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to open an extension programatically?</title>
      <link>https://forums.adobe.com/thread/1386266</link>
      <description>&lt;!-- [DocumentBodyStart:a4beaeb7-3b1a-4217-acaf-b484958067bc] --&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 would like to open an extension from my cpp code. How can I do it?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;maddy1907&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a4beaeb7-3b1a-4217-acaf-b484958067bc] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">open</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">extension</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">programmatically</category>
      <pubDate>Wed, 22 Jan 2014 07:01:15 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1386266</guid>
      <dc:date>2014-01-22T07:01:15Z</dc:date>
      <clearspace:dateToText>1 month 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>I canceled my month to month Extension Builder plan but "Withdrawn: active on September 27, 2014 " under the product, What does this mean? Is it going to be reactivated on September 27, 2014?</title>
      <link>https://forums.adobe.com/thread/1578229</link>
      <description>&lt;!-- [DocumentBodyStart:aa8d844f-7163-4922-ac79-af0154dda012] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I canceled my month to month Extension Builder plan but "Withdrawn: active on September 27, 2014 " under the product, What does this mean? Is it going to be reactivated on September 27, 2014?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aa8d844f-7163-4922-ac79-af0154dda012] --&gt;</description>
      <pubDate>Thu, 18 Sep 2014 10:02:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1578229</guid>
      <dc:date>2014-09-18T10:02:13Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Illustrator CC crashing with aiHostAdapter with version higher than 16.9</title>
      <link>https://forums.adobe.com/thread/1241877</link>
      <description>&lt;!-- [DocumentBodyStart:b41332a0-69a5-4f1a-bcf3-a0eea98f91b5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am trying to export a zxp from Flash Builder with CS Exstension Builder 2.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;&amp;lt;&lt;/span&gt;products&lt;span class="s1"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p2"&gt;&lt;span class="s2"&gt;&amp;nbsp; &lt;/span&gt;&lt;span class="s1"&gt;&amp;lt;&lt;/span&gt;&lt;span class="s3"&gt;product&lt;/span&gt;&lt;span class="s2"&gt; &lt;/span&gt;&lt;span class="s4"&gt;familyname&lt;/span&gt;&lt;span class="s2"&gt;=&lt;/span&gt;"Illustrator"&lt;span class="s2"&gt; &lt;/span&gt;&lt;span class="s4"&gt;primary&lt;/span&gt;&lt;span class="s2"&gt;=&lt;/span&gt;"true"&lt;span class="s2"&gt; &lt;/span&gt;&lt;span class="s4"&gt;version&lt;/span&gt;&lt;span class="s2"&gt;=&lt;/span&gt;"16.0"&lt;span class="s1"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p3"&gt;&lt;span class="s2"&gt;&amp;nbsp; &lt;/span&gt;&lt;span class="s1"&gt;&amp;lt;&lt;/span&gt;&lt;span class="s3"&gt;product&lt;/span&gt;&lt;span class="s2"&gt; &lt;/span&gt;familyname&lt;span class="s2"&gt;=&lt;/span&gt;&lt;span class="s5"&gt;"Illustrator"&lt;/span&gt;&lt;span class="s2"&gt; &lt;/span&gt;maxversion&lt;span class="s2"&gt;=&lt;/span&gt;&lt;span class="s5"&gt;"15.1"&lt;/span&gt;&lt;span class="s2"&gt; &lt;/span&gt;primary&lt;span class="s2"&gt;=&lt;/span&gt;&lt;span class="s5"&gt;"true"&lt;/span&gt;&lt;span class="s2"&gt; &lt;/span&gt;version&lt;span class="s2"&gt;=&lt;/span&gt;&lt;span class="s5"&gt;"15.0"&lt;/span&gt;&lt;span class="s1"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s2"&gt;&amp;nbsp; &lt;/span&gt;&lt;span class="s1"&gt;&amp;lt;/&lt;/span&gt;products&lt;span class="s1"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;&amp;lt;&lt;/span&gt;files&lt;span class="s1"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p2"&gt;&lt;span class="s2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span class="s1"&gt;&amp;lt;&lt;/span&gt;&lt;span class="s3"&gt;file&lt;/span&gt;&lt;span class="s2"&gt; &lt;/span&gt;&lt;span class="s4"&gt;destination&lt;/span&gt;&lt;span class="s2"&gt;=&lt;/span&gt;"$plugin/Extensions.localized"&lt;span class="s2"&gt; &lt;/span&gt;&lt;span class="s4"&gt;maxVersion&lt;/span&gt;&lt;span class="s2"&gt;=&lt;/span&gt;"17.9"&lt;span class="s2"&gt; &lt;/span&gt;&lt;span class="s4"&gt;minVersion&lt;/span&gt;&lt;span class="s2"&gt;=&lt;/span&gt;"16.0"&lt;span class="s2"&gt; &lt;/span&gt;&lt;span class="s4"&gt;platform&lt;/span&gt;&lt;span class="s2"&gt;=&lt;/span&gt;"mac"&lt;span class="s2"&gt; &lt;/span&gt;&lt;span class="s4"&gt;products&lt;/span&gt;&lt;span class="s2"&gt;=&lt;/span&gt;"Illustrator"&lt;span class="s2"&gt; &lt;/span&gt;&lt;span class="s4"&gt;shared&lt;/span&gt;&lt;span class="s2"&gt;=&lt;/span&gt;"true"&lt;span class="s2"&gt; &lt;/span&gt;&lt;span class="s4"&gt;source&lt;/span&gt;&lt;span class="s2"&gt;=&lt;/span&gt;"ai_host_adapter/mac/AIHostAdapter.aip"&lt;span class="s1"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;&amp;lt;/&lt;/span&gt;files&lt;span class="s1"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;When I install the built extension Illustrator CC throws an error on launch and crashes.&lt;/span&gt;&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;When I take the max version down to 16.9 it installs, Illustrator CC launches but then there is no extension in the Windows &amp;gt; Extension menu.&lt;/span&gt;&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;It seems like Illustrator CC doesn't like the aiHostAdapter...&lt;/span&gt;&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;&lt;span class="s1"&gt;Any ideas?&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b41332a0-69a5-4f1a-bcf3-a0eea98f91b5] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">illustrator</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">adobe</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">extension</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">creative_cloud</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">cssdk</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">extension_builder</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">extension_development</category>
      <pubDate>Wed, 26 Jun 2013 03:31:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1241877</guid>
      <dc:date>2013-06-26T03:31:24Z</dc:date>
      <clearspace:dateToText>1 month 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can I get a flash based plugin to load in CC 10.x</title>
      <link>https://forums.adobe.com/thread/1562670</link>
      <description>&lt;!-- [DocumentBodyStart:6499541d-f6d0-4b33-88d1-d2fb2c7187e8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello&lt;/p&gt;&lt;p&gt;How can i get a flash based creative suite plugin to load in Indesign CC 10.x?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can get It to load in CC, but not In CC 10.x. Im using Flashbuilder 4.5. Do I need a newer version of flash builder/extension builder?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best regards&lt;/p&gt;&lt;p&gt;/ Pontus&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6499541d-f6d0-4b33-88d1-d2fb2c7187e8] --&gt;</description>
      <pubDate>Mon, 01 Sep 2014 06:23:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1562670</guid>
      <dc:date>2014-09-01T06:23:22Z</dc:date>
      <clearspace:dateToText>2 months 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Drag and drop not working on Mac</title>
      <link>https://forums.adobe.com/thread/1042573</link>
      <description>&lt;!-- [DocumentBodyStart:9d077cd8-968a-4f72-bf93-353d7cd2dc5f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;By testing my extension in a Mac I noticed that drag and drop doesn't work as expected. Therefore I have created a new simple extension with only one list and a simple data provider:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&amp;nbsp; [Bindable] &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&amp;nbsp; public var aData:ArrayCollection = new ArrayCollection(['one','two','three','four']); &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:List dataProvider="{aData}" dragEnabled="true" dropEnabled="true" dragMoveEnabled="true"&amp;gt; &amp;lt;/s:List&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;this should allow the user to reorder the items in the list by dragging them. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It works fine in Windows as extension for Photoshop CS6 and also in Mac as AIR application but it doesn't works as Photoshop CS6 extension in Mac (Lion); I can neither see the drop line between items.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is this a known problem and which is the workaround ?&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:9d077cd8-968a-4f72-bf93-353d7cd2dc5f] --&gt;</description>
      <pubDate>Tue, 31 Jul 2012 14:16:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1042573</guid>
      <dc:date>2012-07-31T14:16:44Z</dc:date>
      <clearspace:dateToText>2 months 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Native Drag and Drop not working in CC</title>
      <link>https://forums.adobe.com/thread/1325558</link>
      <description>&lt;!-- [DocumentBodyStart:136e7dc5-8566-4517-b8b3-ff21ae0c5dd3] --&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've been having trouble with migrating extensions from CS5.5 to CC (in flex for now). Especially with Native Drag events.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example NativeDragEnter event is not triggering when dragging something from swatch list to extension. When I drag something from the document itself, event gets triggered (but not every time, which is strange).&lt;/p&gt;&lt;p&gt;Other elements of the extension are working.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Everything is working fine in CS 5.5.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using Extension Builder 2.1, building with flex sdk 3.4. Max target version of Creative Suite has been set to CS 7, so the extension should work in CC.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is anyone having similar problems? Some feedback would be appreciated.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:136e7dc5-8566-4517-b8b3-ff21ae0c5dd3] --&gt;</description>
      <pubDate>Thu, 31 Oct 2013 10:28:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1325558</guid>
      <dc:date>2013-10-31T10:28:19Z</dc:date>
      <clearspace:dateToText>2 months 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>HTML5 equivalent of AIR's openWithDefaultApplication()</title>
      <link>https://forums.adobe.com/thread/1566289</link>
      <description>&lt;!-- [DocumentBodyStart:af075258-1e60-44fb-bcdf-96c9db1d5fc7] --&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'm building an in-panel update feature, which allows the user&lt;/p&gt;&lt;p&gt;to download an updated ZXP of the extension from within the panel itself&lt;/p&gt;&lt;p&gt;and then launch the downloaded&amp;nbsp; ZXP, which would open Extension Manager.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;is there an HTML5 equivalent of AIR's openWithDefaultApplication() ?&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;Jeff.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:af075258-1e60-44fb-bcdf-96c9db1d5fc7] --&gt;</description>
      <pubDate>Fri, 05 Sep 2014 11:18:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1566289</guid>
      <dc:date>2014-09-05T11:18:46Z</dc:date>
      <clearspace:dateToText>2 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Intermittent Network Failure when for extension running in InDesign CS 6</title>
      <link>https://forums.adobe.com/thread/1565973</link>
      <description>&lt;!-- [DocumentBodyStart:6addf6e1-2680-49da-acd7-00d132278f87] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Our extension, when running in InDesign CS 6, we are getting intermittent network failures that [usually] show up as timeouts.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Details:&lt;/p&gt;&lt;p&gt;* Our server is running at AWS and is publicly available.&lt;/p&gt;&lt;p&gt;* The error shows up on multiple machines, but all physically located in the same office; so far, we have not had reports from other locations.&lt;/p&gt;&lt;p&gt;* So far, the problem has only been reported in CS 6; our extension also runs in CC, but the problem has not been reported there.&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;* Running the same request from a browser works and is quick. (tested with Safari &amp;amp; Chrome).&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="line-height: 1.5em; font-size: 10pt;"&gt;* The error is extremely erratic: it will happen repeatedly on one machine for an hour, then disappear for the rest of the day or could happen for one call, the next call will succeed and the &lt;/span&gt;third&lt;span style="line-height: 1.5em; font-size: 10pt;"&gt; call will fail, even though all calls are sent in rapid succession.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="line-height: 1.5em; font-size: 10pt;"&gt;* Sometimes it fail with a timeout, other times there will be no success or failure, it just never returns; on one occasion, we waited for 15 minutes, but our listeners were never called.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="line-height: 1.5em; font-size: 10pt;"&gt;* The behavior does not appear to have any connection to the load on the server.&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Some Errors Details:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;Server.Error.Request&lt;/td&gt;&lt;td style=";"&gt;versionCheck&lt;/td&gt;&lt;td style=";"&gt;HTTP request error&lt;/td&gt;&lt;td style=";"&gt;Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]. URL: home/info/apiVersion.txt&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;Client.Error.RequestTimeout&lt;/td&gt;&lt;td style=";"&gt;fetchPreferences&lt;/td&gt;&lt;td style=";"&gt;Request timed out&lt;/td&gt;&lt;td style=";"&gt;The request timeout for the sent message was reached without receiving a response from the server.&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;I&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;Client.Error.RequestTimeout&lt;/td&gt;&lt;td style=";"&gt;savePreferences&lt;/td&gt;&lt;td style=";"&gt;Request timed out&lt;/td&gt;&lt;td style=";"&gt;The request timeout for the sent message was reached without receiving a response from the server.&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Coding Details:&lt;/p&gt;&lt;p&gt;* We use HTTPService to send the request&lt;/p&gt;&lt;p&gt;* [Nearly] all of our calls go thru a common class which creates the HTTPService, adds parameters, add listeners, etc.&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;Things we have tried:&lt;/p&gt;&lt;p&gt;* Upgrade everything: FlashPlayer, Java, InDesign CS 6&lt;/p&gt;&lt;p&gt;* Check server log: as far as we can tell, the call never reaches the server; we are looking at both our own log and localhost_access_log (our server runs in tomcat).&lt;/p&gt;&lt;p&gt;* Network connectivity: as far as we can tell, there are no network issues on the machine.&amp;nbsp; During our investigation, when the error occurs in the plugin, we immediately open the web interface, on the same server, and perform the same action.&amp;nbsp; The web interface always works and responds quickly, so that machine can connect to the server.&lt;/p&gt;&lt;p&gt;* Some times it works: if we had a badly constructed request or parameters, or we had general network access problems, the errors would be consisted, but the extension works fine for all operations, sometimes and on some machines.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One additional note: our initial data gather has been clouded by real time outs (call reached the server but it took too long to create and send the respond); we have addressed these problems but are still seeing the mystery errors (which appear to never reach the server).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Help: I'm looking for any advice or guidance on what to investigate.&amp;nbsp; It seems like the problem is in network layers on the machine, but it is difficult to isolate.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any suggestions from coding changes to plugin building to machine maintenance would be welcome.&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;Morrell&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6addf6e1-2680-49da-acd7-00d132278f87] --&gt;</description>
      <pubDate>Thu, 04 Sep 2014 20:20:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1565973</guid>
      <dc:date>2014-09-04T20:20:04Z</dc:date>
      <clearspace:dateToText>2 months 1 week ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Fix focus / active window from panel to image document ?</title>
      <link>https://forums.adobe.com/thread/1565886</link>
      <description>&lt;!-- [DocumentBodyStart:021994a3-195b-49f7-a127-548b9c9e7458] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="font-size: 12pt; font-family: 'Times New Roman', serif;"&gt;Question with a Photoshop html5 panel.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 12pt; font-family: 'Times New Roman', serif;"&gt;After I run an action in my new panel, the priority is still with the html5 panel, and not the active image document open. &lt;/p&gt;&lt;p style="font-size: 12pt; font-family: 'Times New Roman', serif;"&gt;Lets say I click on the button on the panel that does an action, then I want to save so I hit command-s on the keyboard, well it won't save because command-s isn't an option because the panel is the active window. Is there a command I can insert into the photoshop.jsx function that will return the active window to the image document. I hope that makes sense. Here is a code snippet:&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 style="font-size: 12pt; font-family: 'Times New Roman', serif;"&gt;&lt;span style="font-size: 6.5pt; font-family: Monaco, serif;"&gt;$._ext_convertoadobe98={&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12pt; font-family: 'Times New Roman', serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="font-size: 6.5pt; font-family: Monaco, serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; run : &lt;span style="color: #931a68;"&gt;function&lt;/span&gt;() {&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12pt; font-family: 'Times New Roman', serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="font-size: 6.5pt; font-family: Monaco, serif;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12pt; font-family: 'Times New Roman', serif;"&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;span style="font-size: 6.5pt; font-family: Monaco, serif; color: #4f76cb;"&gt;/**********&lt;/span&gt;&amp;nbsp; &lt;span style="font-size: 6.5pt; font-family: Monaco, serif; color: #4f76cb;"&gt;Replace&lt;/span&gt; &lt;span style="font-size: 6.5pt; font-family: Monaco, serif; color: #4f76cb;"&gt;below&lt;/span&gt; &lt;span style="font-size: 6.5pt; font-family: Monaco, serif; color: #4f76cb;"&gt;sample&lt;/span&gt; &lt;span style="font-size: 6.5pt; font-family: Monaco, serif; color: #4f76cb;"&gt;code&lt;/span&gt; &lt;span style="font-size: 6.5pt; font-family: Monaco, serif; color: #4f76cb;"&gt;with&lt;/span&gt; &lt;span style="font-size: 6.5pt; font-family: Monaco, serif; color: #4f76cb;"&gt;your&lt;/span&gt; &lt;span style="font-size: 6.5pt; font-family: Monaco, serif; color: #4f76cb;"&gt;own&lt;/span&gt; &lt;span style="font-size: 6.5pt; font-family: Monaco, serif; color: #4f76cb;"&gt;JSX&lt;/span&gt; &lt;span style="font-size: 6.5pt; font-family: Monaco, serif; color: #4f76cb;"&gt;code&lt;/span&gt;&amp;nbsp; &lt;span style="font-size: 6.5pt; font-family: Monaco, serif; color: #4f76cb;"&gt;**********/&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12pt; font-family: 'Times New Roman', serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="font-size: 6.5pt; font-family: Monaco, serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; app.doAction (&lt;span style="color: #3933ff;"&gt;'convertoadobe98'&lt;/span&gt;, &lt;span style="color: #3933ff;"&gt;'actionsetCC2014'&lt;/span&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12pt; font-family: 'Times New Roman', serif;"&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; &lt;span style="font-size: 6.5pt; font-family: Monaco, serif; color: #4f76cb;"&gt;/************************************************************************/&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12pt; font-family: 'Times New Roman', serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="font-size: 6.5pt; font-family: Monaco, serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12pt; font-family: 'Times New Roman', serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="font-size: 6.5pt; font-family: Monaco, serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: #931a68;"&gt;return&lt;/span&gt; appName;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12pt; font-family: 'Times New Roman', serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="font-size: 6.5pt; font-family: Monaco, serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 12pt; font-family: 'Times New Roman', serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="font-size: 6.5pt; font-family: Monaco, serif;"&gt;};&lt;/span&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 12pt; font-family: 'Times New Roman', serif;"&gt;I'm wondering if I can insert something into this to fix that issue?&lt;/p&gt;&lt;p style="font-size: 12pt; font-family: 'Times New Roman', serif;"&gt;I assume I would put something in the photoshop.jsx file and not the index.html file.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:021994a3-195b-49f7-a127-548b9c9e7458] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">photoshop</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">focus</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">builder</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">extension</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">html5</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">panel</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">cep</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">extension builder 3</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">active window</category>
      <pubDate>Thu, 04 Sep 2014 19:39:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1565886</guid>
      <dc:date>2014-09-04T19:39:29Z</dc:date>
      <clearspace:dateToText>2 months 1 week ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>new window popup does not open on Windows</title>
      <link>https://forums.adobe.com/thread/1560429</link>
      <description>&lt;!-- [DocumentBodyStart:0c9a4c84-4782-48b7-9596-7d75c2f09992] --&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;when I open an new window in a Premiere HTML5 extension on Mac, it works,&lt;/p&gt;&lt;p&gt;but no window opens on Windows.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;newwindow = window.open('www.adobe.com','name','height=200,width=150');&lt;/p&gt;&lt;p&gt;Trying to apply moveTo() or focus() after open() returns Cannot call ... method of undefined.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I wonder what causes this, probably it just gets blocked. By Windows? Premiere on Windows? Chrome in the extension on Windows?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there something I can do about this?&lt;/p&gt;&lt;p&gt;I cannot open it in the default browser because ultimately the window popup is a Paypal popup&lt;/p&gt;&lt;p&gt;opened by a webpage loaded in an iframe- which gives the same result as trying to open a window directly from within the extension as described above,&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;Jeff.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0c9a4c84-4782-48b7-9596-7d75c2f09992] --&gt;</description>
      <pubDate>Fri, 29 Aug 2014 10:31:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1560429</guid>
      <dc:date>2014-08-29T10:31:08Z</dc:date>
      <clearspace:dateToText>2 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</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>HTML panels: return focus, events, collapse panel questions</title>
      <link>https://forums.adobe.com/thread/1549852</link>
      <description>&lt;!-- [DocumentBodyStart:9cee0197-c672-408b-abd4-233d0ec547cc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey everyone, I'm still struggling with a number of things with HTML panels, I wonder if someone overcame those and have answers.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1) Is there a way to return keyboard focus from HTML panel back to Photoshop? I've seen several panels do so but I was unable to contact the author of those. &lt;/p&gt;&lt;p&gt;2) I was doing simple event dispatching/catching: I was catching an event 'set ' (to get PS color change event) and everything works fine at the beginning but after 20-30 minutes events take 2-3 seconds to register and the delay keeps growing. Is there some kind of event buffer I need to flush or something? &lt;span aria-label="Confused" class="emoticon-inline emoticon_confused" style="height:16px;width:16px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;3) Is there a way to collapse panel without closing it? So it'd instantly open as Flash panels did. &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;Sergey.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9cee0197-c672-408b-abd4-233d0ec547cc] --&gt;</description>
      <pubDate>Sun, 17 Aug 2014 17:36:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1549852</guid>
      <dc:date>2014-08-17T17:36:38Z</dc:date>
      <clearspace:dateToText>2 months 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>bundle id</title>
      <link>https://forums.adobe.com/thread/1548191</link>
      <description>&lt;!-- [DocumentBodyStart:bbb39c10-9d8b-4463-9547-64a5ff1fde7f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;How do I get the bundle ID?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bbb39c10-9d8b-4463-9547-64a5ff1fde7f] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">csxs</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">csxs_extensions</category>
      <pubDate>Fri, 15 Aug 2014 04:00:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1548191</guid>
      <dc:date>2014-08-15T04:00:29Z</dc:date>
      <clearspace:dateToText>2 months 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Pasting text into a text layer in Photoshop CC 2014</title>
      <link>https://forums.adobe.com/thread/1547228</link>
      <description>&lt;!-- [DocumentBodyStart:14a6c90a-bd2f-4943-bc73-f8c0c013b6f9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've been playing around around with Photoshop CC 2014 HTML5/Javascript extensions (CEP5) for a while now and I came across a problem I couldn't solve: how to paste text in an existing text layer when the user is editing the text? Using evalScript and app.activeDocument.paste(); works fine when pasting copied pixels as a new layer, but if the user is on a text layer editing the text (and I want the extension to paste text there), it throws an evalScript error.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Am I doing something terribly wrong or what? The next thing I thought was to invoke paste event and try it that way.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:14a6c90a-bd2f-4943-bc73-f8c0c013b6f9] --&gt;</description>
      <pubDate>Thu, 14 Aug 2014 06:19:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1547228</guid>
      <dc:date>2014-08-14T06:19:37Z</dc:date>
      <clearspace:dateToText>3 months 15 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>[AI-CS5] Unable to capture panel closed/Hide event .</title>
      <link>https://forums.adobe.com/thread/899141</link>
      <description>&lt;!-- [DocumentBodyStart:413502fb-85d8-4f36-91a9-d3de823ca4f9] --&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 using&amp;nbsp; flex for&amp;nbsp; my illustrator plug-in panel. I want to show a msg if panel is closed.&lt;/p&gt;&lt;p&gt;I registered&amp;nbsp; StateChangeEvent.WINDOW_CLOSE /StateChangeEvent.WINDOW_HIDE in PanelInit() but I am unable to get the call.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;here is the code that i am using to register.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;CSXSInterface.getInstance().addEventListener(StateChangeEvent.WINDOW_CLOSE , PanelClose); &lt;/p&gt;&lt;p&gt;CSXSInterface.getInstance().addEventListener(StateChangeEvent.WINDOW_HIDE , PanelHide); &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;however in case of StateChangeEvent.WINDOW_CLOSE I am getting call only if illustrator is being closed and panel is opened.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;plz suggest how to overcome?&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;R.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:413502fb-85d8-4f36-91a9-d3de823ca4f9] --&gt;</description>
      <pubDate>Mon, 05 Sep 2011 11:40:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/899141</guid>
      <dc:date>2011-09-05T11:40:51Z</dc:date>
      <clearspace:dateToText>3 months 15 hours ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Indesign CC HTML Panel Undo Issue</title>
      <link>https://forums.adobe.com/thread/1546793</link>
      <description>&lt;!-- [DocumentBodyStart:06c2b9c3-9599-4a0d-a5b9-1f2e041449a2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;I know this might be a Extension Builder forum question, but the community there isn't as active. I was hoping someone may have encountered the same issue here.&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;I have ported over some panels I created in Configurator for CS6 over to the new HTML based panels in Indesign CC.&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;I'm running into some "Undo" issues. My panel has some buttons that are one click solutions. For example my "uppercase" button turns selected text into uppercase. The problem with these buttons is that i cannot undo the script right after I have clicked on the button and the script has executed. The only way i can get it to undo is to CLICK ONCE somewhere else (ideally on the page) in indesign. However, when i have any script that opens a dialog or window, and then executes, the Undo function runs fine. Does anyone know why this may be happening? I do not run into this issue when i run those scripts from the scripts panel or when i had CS6 panel made in Configurator.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;Below is a sample JS file for one of those buttons&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:98b84793-c962-42d6-9ce1-c15509afe66d][excluded]--&gt;&lt;pre class="javascript" name="code"&gt;
$._ext_TUC={
&amp;nbsp;&amp;nbsp;&amp;nbsp; run : function() {
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (parseFloat(app.version) &amp;lt; 6) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; main();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; app.doScript(main, ScriptLanguage.JAVASCRIPT, undefined, UndoModes.ENTIRE_SCRIPT, "Smart Uppercase");
&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; function main() {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var myObjectList = new Array;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (app.documents.length !=0){
&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 (app.selection.length !=0){
&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; for (var i = 0; i &amp;lt; app.selection.length; i++) {
&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; switch(app.selection[i].constructor.name) {
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; case "Word":
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; case "Line":
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; case "Paragraph":
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; case "Text":
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myObjectList.push(app.selection[i]);
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (myObjectList.length != 0){
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (var i = 0; i &amp;lt; myObjectList.length; i++) {
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; findWords(myObjectList[i]);
&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;&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;&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;&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;&amp;nbsp;&amp;nbsp; break;
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; case "TextColumn":
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; case "TextFrame":
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; case "Story":
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myObjectList.push(app.selection[i]);
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (myObjectList.length != 0){
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (var k = 0; k &amp;lt; myObjectList.length; k++) {
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; findParagraphs(myObjectList[k]);
&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;&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;&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;&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;&amp;nbsp;&amp;nbsp; break;
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; default:
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert("Please select some Text or a Text Frame");
&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; }
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {
&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; alert ("Please select a Text Frame and try again.");
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {
&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; alert ("Please open a document, select an object, and try again.");
&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;&amp;nbsp; function findParagraphs(obj) {
&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; var numOfParas = obj.paragraphs.length;


&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; for (var p = 0; p &amp;lt; numOfParas; p++) {
&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; theParaContent = obj.paragraphs[p].contents;
&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; changeCase(theParaContent, obj.paragraphs[p]);
&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;&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; function findWords(obj) {
&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; theParaContent = obj.contents;
&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; changeCase(theParaContent, obj);
&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;&amp;nbsp; function changeCase(myText, obj) {
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var theWords = myText.split(" ");
&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; var myNewText = "";
&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; for (var j = 0; theWords.length &amp;gt; j; j++) {
&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 (!isURL(theWords[j]))
&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;&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; myNewText = myNewText + theWords[j].toUpperCase() + " ";
&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; } else {
&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; myNewText = myNewText + theWords[j] + " ";
&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;&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;&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; myNewText = myNewText.substring(0,myNewText.length - 1);
&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; obj.contents = myNewText;


&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;&amp;nbsp; function isURL(str) {
&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; // var patt=/(http(?s)|ftp|www).+?(?=\s)/gi;
&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; var patt=/\b(?=(http|https|ftp|www))\w\S*/gi;
&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; return patt.test(str);
&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; } // END MAIN FUNCTION

&amp;nbsp;&amp;nbsp;&amp;nbsp; },
};
&lt;/pre&gt;&lt;!--[CodeBlockEnd:98b84793-c962-42d6-9ce1-c15509afe66d]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:06c2b9c3-9599-4a0d-a5b9-1f2e041449a2] --&gt;</description>
      <pubDate>Wed, 13 Aug 2014 18:16:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1546793</guid>
      <dc:date>2014-08-13T18:16:53Z</dc:date>
      <clearspace:dateToText>3 months 1 day ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Detect selected font (Illustrator/InDesign)</title>
      <link>https://forums.adobe.com/thread/1545289</link>
      <description>&lt;!-- [DocumentBodyStart:5c43c112-7bce-4009-b82f-6b7e2e6e8520] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm writing an ActionScript / JavaSctipt extension for Illustrator and InDesign.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I created a text frame with some standard text written in it. BUT I need the font of the text to match the font that is currently selected in Illustrator/InDesign. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;To my knowledge whenever you launch Illustrator or InDesign, they always select 'Myriad Pro' to begin with. Furthermore, CSHostAdapter has CURRENT_FONT_CHANGED event, however, I cannot find out which font (and font size for that matter) it was actually changed to. Is there any way to find out which font is currently selected in Illustrator or InDesign?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas and suggestions are welcome. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5c43c112-7bce-4009-b82f-6b7e2e6e8520] --&gt;</description>
      <pubDate>Tue, 12 Aug 2014 10:12:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1545289</guid>
      <dc:date>2014-08-12T10:12:30Z</dc:date>
      <clearspace:dateToText>3 months 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Displaying the layer image in a Flex panel</title>
      <link>https://forums.adobe.com/thread/1516962</link>
      <description>&lt;!-- [DocumentBodyStart:8ded1366-195a-4b5c-bb1d-58fe6e3fec76] --&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 need to display the contents (image) of the active layer in a Flex panel. Was thinking along the lines of saving the layer as a temporary image and then loading it into an Image control. But is there a better/less messy way than this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8ded1366-195a-4b5c-bb1d-58fe6e3fec76] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">flex</category>
      <pubDate>Tue, 08 Jul 2014 09:11:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1516962</guid>
      <dc:date>2014-07-08T09:11:08Z</dc:date>
      <clearspace:dateToText>3 months 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>PS cxsx layer translate method</title>
      <link>https://forums.adobe.com/thread/1537728</link>
      <description>&lt;!-- [DocumentBodyStart:5af7dba9-c238-4c94-9718-6199a7cf0d26] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The definition of method is:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public function translate(deltaX:Object = null, deltaY:Object = null):void&lt;/p&gt;&lt;p&gt;&lt;code style="font-family: 'Lucida Console', 'Courier New', Courier, monospace; font-size: 12px;"&gt;&lt;span class="label" style="color: #444444; font-weight: bold;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; deltaX&lt;/span&gt;:Object&lt;/code&gt; (default = &lt;code style="font-family: 'Lucida Console', 'Courier New', Courier, monospace; font-size: 12px;"&gt;null&lt;/code&gt;)&lt;code style="font-family: 'Lucida Console', 'Courier New', Courier, monospace; font-size: 12px;"&gt;&lt;/code&gt; &amp;#8212; (Object) horizontal transformation (unit value)&lt;/p&gt;&lt;p&gt;&lt;code style="font-family: 'Lucida Console', 'Courier New', Courier, monospace; font-size: 12px;"&gt;&lt;span class="label" style="color: #444444; font-weight: bold;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; deltaY&lt;/span&gt;:Object&lt;/code&gt; (default = &lt;code style="font-family: 'Lucida Console', 'Courier New', Courier, monospace; font-size: 12px;"&gt;null&lt;/code&gt;)&lt;code style="font-family: 'Lucida Console', 'Courier New', Courier, monospace; font-size: 12px;"&gt;&lt;/code&gt; &amp;#8212; (Object) vertical transformation (unit value)&lt;/p&gt;&lt;p&gt;see in &lt;a class="jive-link-external-small" href="http://cssdk.s3-website-us-east-1.amazonaws.com/sdk/2.1/docs/WebHelp/suitesdk.htm" rel="nofollow"&gt;CC Application SDK&lt;/a&gt;&lt;/p&gt;&lt;p&gt;How do I set the arguments? Object is what? I am developing PS extension with Adobe Extension Builder using ActionScript.&lt;/p&gt;&lt;p&gt;By the way, if you konw how to use Layer.move() method, please tell me how to use it. Thank YOU!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5af7dba9-c238-4c94-9718-6199a7cf0d26] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">csxs_extensions</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">photoshop cc photoshop cs5</category>
      <pubDate>Sat, 02 Aug 2014 14:00:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1537728</guid>
      <dc:date>2014-08-02T14:00:45Z</dc:date>
      <clearspace:dateToText>3 months 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to find the Photoshop installation folder?</title>
      <link>https://forums.adobe.com/thread/1540418</link>
      <description>&lt;!-- [DocumentBodyStart:7a00f275-cebe-4d07-8150-d9b6bae97b76] --&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'm supposed to create an installer to install an extension (instead of using Adobe Extension Manager). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For this, how can I find the Photoshop installation folders (both 32 and 64 bit)? Are there registry keys these locations are stored? How do I do this for Photoshop CS5, CS6 and CC?&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:7a00f275-cebe-4d07-8150-d9b6bae97b76] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">install</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">registry</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">installation folder</category>
      <pubDate>Wed, 06 Aug 2014 05:04:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1540418</guid>
      <dc:date>2014-08-06T05:04:45Z</dc:date>
      <clearspace:dateToText>3 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>JSX call very slow with big variables</title>
      <link>https://forums.adobe.com/thread/1522546</link>
      <description>&lt;!-- [DocumentBodyStart:208cbdbe-a572-4f6f-8960-653a04a953d8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;quick summary first of what i'm trying to do:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i tried to get a Base64 String via Ajax and hand it over to my ,jsx file.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;if the size of the String is roughly 100KB it runs smoothly (under a second) but the bigger the string gets the longer i have to wait. &lt;/p&gt;&lt;p&gt;With a 1MB String i have to wait over a minute&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;&lt;strong&gt;alert("now to JSX");&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;var extScript = "$._ext_base.run('"+baseStr+"')"; //baseStr contains the result&lt;/p&gt;&lt;p&gt;evalScript(extScript);&lt;/p&gt;&lt;p&gt;[...]&lt;/p&gt;&lt;p&gt;$._ext_base={&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; run: function(binary){&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;strong&gt; alert("now in JSX");&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;as said the time passing between these two alerts is over a minute.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;has anyone of you experienced simmilar issues and maybe even a solution for me?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks a lot in advance!!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Greetings&lt;/p&gt;&lt;p&gt;Thomas&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:208cbdbe-a572-4f6f-8960-653a04a953d8] --&gt;</description>
      <pubDate>Tue, 15 Jul 2014 16:17:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1522546</guid>
      <dc:date>2014-07-15T16:17:42Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>New Host Adapter plugin for Illustrator CC 2014?</title>
      <link>https://forums.adobe.com/thread/1513719</link>
      <description>&lt;!-- [DocumentBodyStart:eef7ad01-3be7-4af9-a83b-28450d1f57fe] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm seeing that the Host Adapter plugin for Illustrator CC does not work for Illustrator CC 2014.&amp;nbsp; I've checked that the AIHostAdapater.aip file is installed in the correct AI CC 2014 folder.&amp;nbsp; But calling AIEventAdapater.getInstance().pingPlugIn() always results in "pingTimedOut".&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a new AIHostAdapater plugin forthcoming for Illustrator CC 2014?&amp;nbsp; Or is it available somewhere to download?&amp;nbsp; It is not available as an update through Extension Builder.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:eef7ad01-3be7-4af9-a83b-28450d1f57fe] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">host_adapter</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">illustrator cc 2014</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">cc_2014</category>
      <pubDate>Thu, 03 Jul 2014 18:44:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1513719</guid>
      <dc:date>2014-07-03T18:44:02Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>InDesign Dialog</title>
      <link>https://forums.adobe.com/thread/1534627</link>
      <description>&lt;!-- [DocumentBodyStart:e989e290-8602-4264-8e3c-0b368d0bebb0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;How can I add Button in a Dialog ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm using actionscript to do that:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1" style="padding-left: 30px;"&gt;&lt;span class="s1"&gt;&lt;em&gt;var&lt;/em&gt;&lt;/span&gt;&lt;em&gt; myDialog:Dialog = app.dialogs.add({name: &lt;span class="s2"&gt;"Export"&lt;/span&gt;});&lt;/em&gt;&lt;/p&gt;&lt;p class="p2" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1" style="padding-left: 30px;"&gt;&lt;em&gt;&lt;span class="s1"&gt;var&lt;/span&gt; myMainColumn:DialogColumn = myDialog.dialogColumns.add().dialogRows.add().dialogColumns.add();&lt;/em&gt;&lt;/p&gt;&lt;p class="p1" style="padding-left: 30px;"&gt;&lt;em&gt;&lt;span class="s1"&gt;var&lt;/span&gt; myRow1:DialogRow = myMainColumn.dialogRows.add();&lt;/em&gt;&lt;/p&gt;&lt;p class="p1" style="padding-left: 30px;"&gt;&lt;em&gt;&lt;span class="s1"&gt;var&lt;/span&gt; myRow2:DialogRow = myMainColumn.dialogRows.add();&lt;/em&gt;&lt;/p&gt;&lt;p class="p2" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p3" style="padding-left: 30px;"&gt;&lt;em&gt;&lt;span class="s1" style="font-size: 10pt; line-height: 1.5em;"&gt;var&lt;/span&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt; pages:BorderPanel = myRow1.dialogColumns.add().borderPanels.add(&lt;/span&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;);&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;p class="p1" style="padding-left: 30px;"&gt;&lt;em&gt;pages.dialogColumns.add().staticTexts.add({&lt;/em&gt;&lt;/p&gt;&lt;p class="p1" style="padding-left: 30px;"&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; staticLabel: &lt;span class="s2"&gt;"Pages Range:"&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;p class="p1" style="padding-left: 30px;"&gt;&lt;em&gt;});&lt;/em&gt;&lt;/p&gt;&lt;p class="p1" style="padding-left: 30px;"&gt;&lt;em&gt;&lt;span class="s1"&gt;var&lt;/span&gt; pagesRange:TextEditbox = pages.dialogColumns.add().textEditboxes.add({&lt;/em&gt;&lt;/p&gt;&lt;p class="p1" style="padding-left: 30px;"&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; editContents: &lt;span class="s2"&gt;"1"&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;p class="p1" style="padding-left: 30px;"&gt;&lt;em&gt;});&lt;/em&gt;&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px; padding-left: 30px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;Another question is for do a BorderPanel with a Label, like:&lt;/p&gt;&lt;p class="p1" style="padding-left: 30px;"&gt;&lt;em&gt;enablingGroups.add({staticLabel:&lt;span class="s1"&gt;"Pages:"&lt;/span&gt;, checkedState:&lt;span class="s2"&gt;true&lt;/span&gt;})&lt;/em&gt;&lt;/p&gt;&lt;p class="p1" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="p1"&gt;Many Thanks!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e989e290-8602-4264-8e3c-0b368d0bebb0] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">indesign</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">actionscript</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">ui</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">indesign_ui</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">indesign plug ins</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">indesign dialog</category>
      <pubDate>Tue, 29 Jul 2014 16:33:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1534627</guid>
      <dc:date>2014-07-29T16:33:00Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to create a ZXP from CS5 throughout CC2014 using ucf.jar</title>
      <link>https://forums.adobe.com/thread/1529989</link>
      <description>&lt;!-- [DocumentBodyStart:27c5ecd0-834c-4c78-b76d-6c7178a319a9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi everybody,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I use a maven build to generate a ZXP from CS5 throughout CS6 for InDesign. Now, I wish to add CC and CC 2014 to this ZXP, so that I have an universal ZXP for all my supported versions.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I use the ucf.jar to generate my current ZXP. I have tried adding CC and CC2014 to my mxi to be able to install on these versions.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The ZXP generate well, and can be installed without signaling any error in the installation. But when I launch InDesign CC 2014 for example, my native plugins behave strangely.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have noticed in technical notes about UCF that the mentioned versions are up to CS6:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://www.adobeexchange.com/resources/7#packman" rel="nofollow"&gt;Adobe Exchange&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I have seen other technical notes talking about ZXPSignCmd to package a ZXP, but with do not mention anything about a supported version:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/creativesuite/pdfs/SigningTechNote_CC.pdf" rel="nofollow"&gt;http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/creativesuite/pdfs/SigningTechNote_ CC.pdf&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have tried packaging my extension with UCF, but InDesign CC 2014 seems not to work well with installed extension once installed. I have noticed the symbolic links contained within installed plugins where replaced by the pointed file of the link.&lt;/p&gt;&lt;p&gt;I have tried packaging my extension with ZXPSignCmd, but Extension Manager CS6 tells me the ZXP does not contain any valid signature.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there no mean to create an universal ZXP working on all these versions?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:27c5ecd0-834c-4c78-b76d-6c7178a319a9] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">zxp</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">indesign 2014</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">ucf.jar</category>
      <pubDate>Thu, 24 Jul 2014 08:19:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1529989</guid>
      <dc:date>2014-07-24T08:19:35Z</dc:date>
      <clearspace:dateToText>3 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Getting video frame rate in PPro</title>
      <link>https://forums.adobe.com/thread/1529079</link>
      <description>&lt;!-- [DocumentBodyStart:5f9b06a2-f422-4637-adb8-db0786a65e79] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; I am&lt;/span&gt;&lt;span style="background: white; color: #333333; font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt; trying to&amp;nbsp; write a piece of code in Adobe extension script which &lt;strong style="border-image: none; mso-border-alt: none windowtext 0cm; font-family: 'Arial','sans-serif'; border: 1pt windowtext; padding: 0cm;"&gt;extract video meta data information (such a Duration and Frame rate)&lt;/strong&gt; while exporting a video. Are there any hint or tips in this regard? Thanks&lt;/span&gt;&lt;span style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5f9b06a2-f422-4637-adb8-db0786a65e79] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">premiere pro 2014</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">extension script</category>
      <pubDate>Wed, 23 Jul 2014 08:25:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1529079</guid>
      <dc:date>2014-07-23T08:25:44Z</dc:date>
      <clearspace:dateToText>3 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>where are hdpi/retina icons in manifest.xml?</title>
      <link>https://forums.adobe.com/thread/1524909</link>
      <description>&lt;!-- [DocumentBodyStart:3f575c87-c371-4a34-ae60-e96092273f0f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I can't seem to find where to set hdpi icons for html panel in manifest.xml, can you please point this out?&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p&gt;Sergey&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3f575c87-c371-4a34-ae60-e96092273f0f] --&gt;</description>
      <pubDate>Fri, 18 Jul 2014 10:35:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1524909</guid>
      <dc:date>2014-07-18T10:35:37Z</dc:date>
      <clearspace:dateToText>3 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Photoshop HTML Panel mit Button auf JSX</title>
      <link>https://forums.adobe.com/thread/1523314</link>
      <description>&lt;!-- [DocumentBodyStart:eef65c25-be34-4353-b9ad-056758ff756f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hallo,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ich habe aktuell noch ein Photoshop-Panel laufen, was mit dem Configurator erstellt wurde.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In CC 2014 funktionieren die Flash-Panels nicht mehr. Also will ich das Panel in HTML umbauen, allerdings habe ich noch nicht rausgefunden, wie ich eine Skript-Datei (JSX) &amp;uuml;ber einen Button oder Link ausf&amp;uuml;hren kann.&lt;/p&gt;&lt;p&gt;Gibt es daf&amp;uuml;r ein simples Tutorial? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:eef65c25-be34-4353-b9ad-056758ff756f] --&gt;</description>
      <pubDate>Wed, 16 Jul 2014 12:43:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1523314</guid>
      <dc:date>2014-07-16T12:43:46Z</dc:date>
      <clearspace:dateToText>3 months 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>jsx scripting of Premiere Pro CC and exportFinalCutProXML</title>
      <link>https://forums.adobe.com/thread/1470051</link>
      <description>&lt;!-- [DocumentBodyStart:ef8dcca9-cf87-4139-9c09-7905fb3b375c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm using calls to exportFinalCutProXML in my HTML5 extension for Premiere Pro CC and while this works fine, if the project has effects that don't necessarily translate to FCP, we are forced to see a modal dialog about "Translation Report" with warnings and an "OK" button.&lt;/p&gt;&lt;p&gt;While I understand the benefit for direct user interaction, it would be nice to be able to disable this dialog from appearing when using jsx scripting and programmatically saving this XML to a file in a script or extension (not to mention the dialogs that show to the user when resaving the project and the 'generating FCP XML...')&lt;/p&gt;&lt;p&gt;(sort of how we can set an interaction level in the old days with AppleScript etc...)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;PS, does anyone know if the Premiere Pro jsx support is going to get any love in near-future updates. It is quite sparse as it is now.&lt;/p&gt;&lt;p&gt;Would love to have more direct access to update/add/remove markers without having to mess with XMP and FCPXML import/export hacks.&lt;/p&gt;&lt;p&gt;Would also love to be able to programmatically reproduce what the current File -&amp;gt; Export -&amp;gt; Markers (as HTML) supports.&lt;/p&gt;&lt;p&gt;Being able to get at marker object models and possibly be able to programmatically request thumbnail generation for a marker or a given frame.&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;Jeff&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ef8dcca9-cf87-4139-9c09-7905fb3b375c] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">jsx</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">premiere pro</category>
      <pubDate>Thu, 08 May 2014 23:41:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1470051</guid>
      <dc:date>2014-05-08T23:41:09Z</dc:date>
      <clearspace:dateToText>3 months 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Extension caches iframe content</title>
      <link>https://forums.adobe.com/thread/1517041</link>
      <description>&lt;!-- [DocumentBodyStart:ee8e877d-e629-43eb-8e08-91a0d29826c9] --&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'm using an iframe in my HTML5 extension to load an external page,&lt;/p&gt;&lt;p&gt;which includes javascript files.&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;When these are changed on the server and I re-open the panel or even re-start Premiere, the old js&lt;/span&gt;&lt;/p&gt;&lt;p&gt;is being cached.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I believe the exact same problem was describe here&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-thread-small" data-containerId="4398" data-containerType="14" data-objectId="1446874" data-objectType="1" href="https://forums.adobe.com/thread/1446874"&gt;Photoshop HTML5 extension caches iframe all the time&lt;/a&gt;&lt;/p&gt;&lt;p&gt;but no answer,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried some common tricks like adding a timestamp to the url&lt;/p&gt;&lt;p&gt;or clearing the iframe's src at startup, but no luck.&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 clear the cache of an extension?&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;Jeff.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ee8e877d-e629-43eb-8e08-91a0d29826c9] --&gt;</description>
      <pubDate>Tue, 08 Jul 2014 11:14:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1517041</guid>
      <dc:date>2014-07-08T11:14:32Z</dc:date>
      <clearspace:dateToText>3 months 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Kuler flex theme</title>
      <link>https://forums.adobe.com/thread/1523241</link>
      <description>&lt;!-- [DocumentBodyStart:530c65a9-30ec-4228-af7d-d276c2ea8de3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Although flex extensions are deprecated now, people still use photoshop cs5/cs6. &lt;/p&gt;&lt;p&gt;I wonder if there's a skin available which mimics e.g. photoshop interface/controls. It seems like configurator extensions were skinned in that way.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there any chance to get this or similar skin? the one that ships with EB doesn't look much like creative suite theme, although named like that. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I understand it's possible to create one from the scratch, just checking out - maybe one exists already&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:530c65a9-30ec-4228-af7d-d276c2ea8de3] --&gt;</description>
      <pubDate>Wed, 16 Jul 2014 08:43:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1523241</guid>
      <dc:date>2014-07-16T08:43:39Z</dc:date>
      <clearspace:dateToText>3 months 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>folder.selectedDlg doesn't work from HTML5 extension on OSX 10.8.5</title>
      <link>https://forums.adobe.com/thread/1442486</link>
      <description>&lt;!-- [DocumentBodyStart:c60ed176-d081-43d5-b9ae-878476d6a82b] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm running this code from ExtendScript IDE and it works beautifully.&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var folder = new Folder(path);&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; var f = folder.selectDlg(title);&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; return f.toString();&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I run it from my HTML5 extension it show's the dialog but it is unable to view my folder structure correctly, it seems that each new folder I visit it figures out what files are in it but doesn't display it unless I go back one folder then click into the folder for a second time.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It's as if the list that shows my files doesn't refresh or refreshes before all my files/folders have been found for that folder.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone else experienced this?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c60ed176-d081-43d5-b9ae-878476d6a82b] --&gt;</description>
      <pubDate>Thu, 03 Apr 2014 03:05:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1442486</guid>
      <dc:date>2014-04-03T03:05:16Z</dc:date>
      <clearspace:dateToText>4 months 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to debug HTML/JS panel in After Effects</title>
      <link>https://forums.adobe.com/thread/1519644</link>
      <description>&lt;!-- [DocumentBodyStart:3150871e-bff0-4568-9da2-78a88922b47f] --&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 notice that the extension builder Eclipse plugin does not support After Effects. Currently I have a symlink from the CEP/extensions directory to my plugin and use a .debug file so that I can visit the debugger from a browser, but that's getting a bit old.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is it possible to start After Effects from the command line with some switches to load with an extension in a particular location, opening the debugger window, like the Eclipse plugin does for some of the other applications?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3150871e-bff0-4568-9da2-78a88922b47f] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">after effects</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">html extensions</category>
      <pubDate>Fri, 11 Jul 2014 10:39:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1519644</guid>
      <dc:date>2014-07-11T10:39:26Z</dc:date>
      <clearspace:dateToText>4 months 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>chromedriver for testing CEP</title>
      <link>https://forums.adobe.com/thread/1519132</link>
      <description>&lt;!-- [DocumentBodyStart:c44e5170-2155-4c33-879e-3d9ea70a035e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm interested in doing automated testing of CEP panels, which is should be possible for CEF3 panels using chromedriver2 &lt;a class="jive-link-external-small" href="https://sites.google.com/a/chromium.org/chromedriver/" rel="nofollow"&gt;ChromeDriver&lt;/a&gt; and selenium via python or node.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone tried getting this working? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c44e5170-2155-4c33-879e-3d9ea70a035e] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">cep 5</category>
      <pubDate>Thu, 10 Jul 2014 17:49:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1519132</guid>
      <dc:date>2014-07-10T17:49:36Z</dc:date>
      <clearspace:dateToText>4 months 5 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to catch event when active document is chnaged in Photoshop CC HTML 5 extension</title>
      <link>https://forums.adobe.com/thread/1380138</link>
      <description>&lt;!-- [DocumentBodyStart:7c7ae11f-1668-4194-bfa7-5ea8339e0246] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I want to know when active document is changed in Photoshop CC (14.1.2).&lt;/p&gt;&lt;p&gt;My HTML5 extension is using CSInterface-4.0.0.js.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried many events but neither of them works (callback is never called):&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;DocumentAfterActivate&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;DocumentAfterDeActivate&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;ApplicationActive&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;ApplicationBeforeQuit&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;DocumentEdited&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;AppOnline&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;AppOffline&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;as well with namespace:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;com.adobe.csxs.events.DocumentAfterActivate&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;com.adobe.csxs.events.DocumentAfterDeActivate&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;com.adobe.csxs.events.ApplicationActive&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;com.adobe.csxs.events.ApplicationBeforeQuit&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;com.adobe.csxs.events.DocumentEdited&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;com.adobe.csxs.events.AppOnline&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;com.adobe.csxs.events.AppOffline&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;I tried it like this:&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;var cs = new CSInterface();&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;cs.addEventListener('DocumentAfterActivate',function(){ console.log('success'); });&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;// or &lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;&lt;span style="background-color: #ffffff;"&gt;cs.addEventListener('&lt;span style="background-color: #ffffff;"&gt;com.adobe.csxs.events.&lt;/span&gt;DocumentAfterActivate',function(){ console.log('success'); });&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background-color: #ffffff; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif;"&gt;&lt;span style="background-color: #ffffff;"&gt;Looking for solution...&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7c7ae11f-1668-4194-bfa7-5ea8339e0246] --&gt;</description>
      <pubDate>Wed, 15 Jan 2014 11:55:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1380138</guid>
      <dc:date>2014-01-15T11:55:48Z</dc:date>
      <clearspace:dateToText>4 months 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

