<?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 : Unanswered Discussions - Creative Suite Extension Builder</title>
    <link>https://forums.adobe.com/community/creativesuites/extensionbuilder?view=discussions&amp;filter=open</link>
    <description>Unanswered Discussion Threads 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=1415939028398' /&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:messageCount>1</clearspace:messageCount>
      <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:messageCount>1</clearspace:messageCount>
      <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:messageCount>5</clearspace:messageCount>
      <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:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</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:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</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:messageCount>1</clearspace:messageCount>
      <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:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</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:messageCount>3</clearspace:messageCount>
      <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:messageCount>1</clearspace:messageCount>
      <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:messageCount>1</clearspace:messageCount>
      <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:messageCount>2</clearspace:messageCount>
      <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:messageCount>6</clearspace:messageCount>
      <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:messageCount>1</clearspace:messageCount>
      <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:messageCount>1</clearspace:messageCount>
      <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:messageCount>1</clearspace:messageCount>
      <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:messageCount>1</clearspace:messageCount>
      <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:messageCount>1</clearspace:messageCount>
      <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:messageCount>2</clearspace:messageCount>
      <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:messageCount>2</clearspace:messageCount>
      <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:messageCount>1</clearspace:messageCount>
      <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:messageCount>1</clearspace:messageCount>
      <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:messageCount>10</clearspace:messageCount>
      <clearspace:replyCount>9</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:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</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:messageCount>1</clearspace:messageCount>
      <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:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</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:messageCount>3</clearspace:messageCount>
      <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:messageCount>1</clearspace:messageCount>
      <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:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
      <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:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Method to see NodeJS logs?</title>
      <link>https://forums.adobe.com/thread/1516437</link>
      <description>&lt;!-- [DocumentBodyStart:0ee193db-3ac7-4ed2-8d68-93f6e62d15ce] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Typically in web apps with node, you can view logs right inside of Terminal. With Node running in Adobe CC though, there doesn't appear to be a clear method to view logs.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can logs be displayed with Node and CEP 5? I've found a workaround that creates a file with logs inside of it as text, but having them show up in terminal like other web apps would be very ideal.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0ee193db-3ac7-4ed2-8d68-93f6e62d15ce] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">node</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">log</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">logs</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">console</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">cep 5</category>
      <pubDate>Mon, 07 Jul 2014 20:12:18 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1516437</guid>
      <dc:date>2014-07-07T20:12:18Z</dc:date>
      <clearspace:dateToText>4 months 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <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:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>packageForPrint API Change</title>
      <link>https://forums.adobe.com/thread/1511572</link>
      <description>&lt;!-- [DocumentBodyStart:44305e46-c896-4bd2-a129-a5f9a4358074] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;The packageForPrint API has changed in the latest release of InDesign CC (10.x), breaking one of our plug-ins. We cannot find documentation for the API, but the error thrown is straightforward: "&lt;/span&gt;&lt;span style="color: #333333; font-size: 10pt; background-color: #f0f0f0; font-family: Arial, sans-serif;"&gt;Error Invalid value for parameter 'includeIdml' of method 'packageForPrint'. Expected Boolean, but received "". Error: Invalid value for parameter 'includeIdml' of method 'packageForPrint'. Expected Boolean, but received "".&lt;/span&gt; We could, of course, experiment with param passing, but it would be much easier if someone out there knew the changed API. Thanks for anyone's help in advance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:44305e46-c896-4bd2-a129-a5f9a4358074] --&gt;</description>
      <pubDate>Tue, 01 Jul 2014 12:40:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1511572</guid>
      <dc:date>2014-07-01T12:40:32Z</dc:date>
      <clearspace:dateToText>4 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How can i remove all item in adobe premiere CC or CS6 project from extension, i'm using actionscripts - extension builder 2.1</title>
      <link>https://forums.adobe.com/thread/1501673</link>
      <description>&lt;!-- [DocumentBodyStart:49096b05-1803-4ad8-8783-67c3a0a9f1a0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;How can i remove all item in adobe premiere CC or CS6 project from extension, i'm using actionscripts - extension builder 2.1&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:49096b05-1803-4ad8-8783-67c3a0a9f1a0] --&gt;</description>
      <pubDate>Fri, 20 Jun 2014 08:59:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1501673</guid>
      <dc:date>2014-06-20T08:59:36Z</dc:date>
      <clearspace:dateToText>4 months 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <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:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>close event Illustrator</title>
      <link>https://forums.adobe.com/thread/1499216</link>
      <description>&lt;!-- [DocumentBodyStart:8e9c8f47-63d2-4539-8b13-1b585ad0a220] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have finally had enough of being told by Adobe Developer support that the close event issue for Illustrator CS5, CS5.5 and CS6 for panels and modeless dialogs is broken and won't be fixed and I have been waiting for weeks for a possible workaround that doesn't seem to be forthcoming. So no I am looking to see if any other developers have managed to find a workaround for this. It seems that in CS6 the problem is worse because the hidden property is also not being updated either so the timer solution that has been given previously on this forum won't work either. Moving to CC for the customer with several thousand CS6 users is not going to be an option unfortunately at the moment..&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8e9c8f47-63d2-4539-8b13-1b585ad0a220] --&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">close</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">flash®</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">event;</category>
      <pubDate>Wed, 18 Jun 2014 09:05:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1499216</guid>
      <dc:date>2014-06-18T09:05:38Z</dc:date>
      <clearspace:dateToText>4 months 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Weird Layout behaviour in InDesign CC (Mac OS, CC only)</title>
      <link>https://forums.adobe.com/thread/1489492</link>
      <description>&lt;!-- [DocumentBodyStart:0c1b0d4c-1d5c-4e5d-b735-d76df4327551] --&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 developing a new version of an extension with Extension Builder 2.1 (Flash Builder 4.6) that targets InDesign CC.&lt;/p&gt;&lt;p&gt;The layout of my extension is changing based on the selected element of the document. I have layouts for TextFrame, Rectangle, Cell, Group and a "main menu". &lt;/p&gt;&lt;p&gt;I save the layout data to the script label of the selected element in my application_focusOutHandler. After saving, the main menu layout should be displayed. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I ran into a weird problem with the layout on InDesign CC on Mac OS. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Some code that might be helpful:&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;p&gt;&lt;span&gt;&amp;lt;csxs:CSExtension xmlns:fx="&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://ns.adobe.com/mxml/2009" rel="nofollow"&gt;http://ns.adobe.com/mxml/2009&lt;/a&gt;&lt;span&gt;" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:csxs="com.adobe.csxs.core.*"&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; width="220"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; height="344"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; applicationComplete="onCreationComplete()"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; backgroundColor="white"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; fontSize="9" fontFamily="Arial" xmlns:mx="library://ns.adobe.com/flex/mx" &amp;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;Setting up the event listener:&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;var csxs:CSInterface = CSInterface.instance;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;csxs.addEventListener(StateChangeEvent.WINDOW_LOSE_FOCUS, application_focusOutHandler);&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;The problem:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;For example, when the user selects a TextFrame, my layout looks like this:&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6433143-644423/extension4.PNG"&gt;&lt;img alt="extension4.PNG" class="jive-image image-2" height="296" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6433143-644423/extension4.PNG" style="max-width: 620px; height: auto;" width="218"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When the user clicks on the checkbox (i.e. "Bewegen"), the extension will immediately go back to the "main menu" layout. &lt;strong&gt;However, the checkbox is NOT checked and the data is not saved to the script label! &lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;I can't check any of them by clicking on the extensions UI. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;When holding the left mouse button, the "underlaying" (underlaying as in the same X;Y position of the checkbox-mouse-click) button of the main menu will also be pressed down and execute on release of the mouse button.&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-6433143-644370/extension1.PNG"&gt;&lt;img alt="extension1.PNG" class="jive-image image-1" height="330" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6433143-644370/extension1.PNG" style="height: auto;" width="223"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;I can't reproduce this on Windows. &lt;/span&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Unfortunately I am not able to debug on our Mac as I have no access to it.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This occurs on the mx as well as the spark checkbox control:&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;s:CheckBox label="Bewegen" id="bMove" selected="{controller.cLabelData.bMove}" height="16"/&amp;gt;&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;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;mx:CheckBox label="Bewegen" id="bMove2" selected="{controller.cLabelData.bMove}" height="16"/&amp;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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I use mx:Box containers. I have one box container for every InDesign element type that I listed above. The other components inside the box containers differ from type to type. &lt;/p&gt;&lt;p&gt;Main menu:&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;mx:Box visible="{controller.ObjType == 0}" x="2" y="0" width="200" height="344" includeInLayout="{controller.ObjType == 0}" horizontalScrollPolicy="off" verticalScrollPolicy="off" verticalGap="1"&amp;gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;TextFrame:&lt;/p&gt;&lt;table&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;td style=";"&gt;&amp;lt;mx:Box visible="{controller.ObjType == 1}" x="2" y="0" width="200" height="344" includeInLayout="{controller.ObjType == 1}" horizontalScrollPolicy="off" verticalScrollPolicy="off" verticalGap="0" &amp;gt;&lt;/td&gt;&lt;td style=";"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;etc. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The earlier versions of this extension were targeting older versions of InDesign and worked flawlessly (CS5, CS5.5, CS6).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for every help!&lt;/p&gt;&lt;p&gt;Greetings,&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0c1b0d4c-1d5c-4e5d-b735-d76df4327551] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">mac</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">layout</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">spark</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">ui</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">mx</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">window_lose_focus</category>
      <pubDate>Wed, 04 Jun 2014 12:21:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1489492</guid>
      <dc:date>2014-06-04T12:21:22Z</dc:date>
      <clearspace:dateToText>5 months 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>HTML input field sending incorrect events</title>
      <link>https://forums.adobe.com/thread/1488031</link>
      <description>&lt;!-- [DocumentBodyStart:5f0804d0-2645-4d34-9c33-fd5172c7f760] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm trying to use AngularJS for my extension's UI, and part of it is a live search field.&lt;/p&gt;&lt;p&gt;However, the function which performs the live search is only called whenever the backspace key is pressed, not for any other character key.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The same code works in the cefclient test app that matches Premiere's CEF build, version 27, and after some digging with the dev tools it looks like the app is sending bad keydown events for the character keys.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;These are the events cefclient fires when I enter the letter 'h', with extra properties cut out:&lt;/p&gt;&lt;p&gt;&lt;a href="http://i.imgur.com/5v2vsbI.png"&gt;&lt;img alt="5v2vsbI.png" class="jive-image image-1" src="http://i.imgur.com/5v2vsbI.png" style="height: 115px; width: 620px;"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;And these are what Premiere CEP fires:&lt;/p&gt;&lt;p&gt;&lt;a href="http://i.imgur.com/5gs85GJ.png"&gt;&lt;img alt="5gs85GJ.png" class="jive-image image-2" src="http://i.imgur.com/5gs85GJ.png" style="height: 122px; width: 620px;"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;As you can see, Premiere is sending two incorrect 'Left'/'Right' keyDown events.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've made a simple demo extension to show this behaviour, hosted &lt;a class="jive-link-external-small" href="http://mattmcn.com/ajs-ext-bug/" rel="nofollow"&gt;here&lt;/a&gt; along with a .mp4 and the unzipped source to view in the browser.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;Matthew&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5f0804d0-2645-4d34-9c33-fd5172c7f760] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">html</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">events</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">cef</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">cep</category>
      <pubDate>Mon, 02 Jun 2014 16:19:37 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1488031</guid>
      <dc:date>2014-06-02T16:19:37Z</dc:date>
      <clearspace:dateToText>4 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Return focus from html panel?</title>
      <link>https://forums.adobe.com/thread/1483955</link>
      <description>&lt;!-- [DocumentBodyStart:6d3cf29b-d037-4766-889a-cd5ed8fb9a58] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey everyone,&lt;/p&gt;&lt;p&gt;can you please tell me if there's a way to return focus from the html panel back to Photoshop? I've tried app.activate() but no luck&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;/div&gt;&lt;!-- [DocumentBodyEnd:6d3cf29b-d037-4766-889a-cd5ed8fb9a58] --&gt;</description>
      <pubDate>Wed, 28 May 2014 05:45:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1483955</guid>
      <dc:date>2014-05-28T05:45:31Z</dc:date>
      <clearspace:dateToText>5 months 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is Extension Builder 2.1 using Flash compatible with Photoshop CC also in the future? (There are speculations, that it will be switched off, what will destroy my investment in that code)</title>
      <link>https://forums.adobe.com/thread/1474598</link>
      <description>&lt;!-- [DocumentBodyStart:bdc643c2-1b51-4349-bf3e-4af2a379288d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have codes a lot of stuff using Extension Builder 2.1 using Flash technology to be compatible with Photoshop CS6 and Photoshop CC.&lt;/p&gt;&lt;p&gt;There are speculations, that the support for this would be removed in Photoshop CC. This would destroy my investment in this code and my customers would not be able to use my products anymore, when they are using Photoshop CC.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there any workaround planed for customers using Photoshop CC to be able to run extension build with Extension Builder 2.1 and Flashbuilder 2.6 also in the future?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bdc643c2-1b51-4349-bf3e-4af2a379288d] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">extension builder 2.1 flash photoshop cc compatible</category>
      <pubDate>Wed, 14 May 2014 08:06:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1474598</guid>
      <dc:date>2014-05-14T08:06:48Z</dc:date>
      <clearspace:dateToText>6 months 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is this a bug in mx:ComboBox ?</title>
      <link>https://forums.adobe.com/thread/1473225</link>
      <description>&lt;!-- [DocumentBodyStart:c0410045-7b3f-4fe3-b0be-f0ae7816c1c7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="font-size: 12px; font-family: Monaco; color: #333333;"&gt;Hi All,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Monaco; color: #333333;"&gt;I'm using a &lt;span style="font-style: inherit; font-family: inherit;"&gt;&lt;strong&gt;mx:ComboBox&lt;/strong&gt;&lt;/span&gt; control in my extension project for &lt;span style="font-style: inherit; font-family: inherit;"&gt;&lt;strong&gt;InDesign CS5/CS55.5/CS6&lt;/strong&gt;&lt;/span&gt; using &lt;strong&gt;Extension Builder 2.1&lt;/strong&gt;, &lt;strong&gt;Flash Builder 4.6&lt;/strong&gt; and&lt;strong&gt; Extension Builder 3.4 SDK&lt;/strong&gt;.&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Monaco; color: #333333;"&gt;&lt;strong&gt;&lt;br/&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Monaco; color: #333333;"&gt;&lt;strong&gt;Problem:&lt;/strong&gt; &lt;br/&gt;When I click my ComboBox control(the text part excluding the down arrow part) after switching application to another and then back to InDesign, the list is shown and then closed quickly. A&lt;span style="color: #333333; font-family: Monaco; font-size: 12px;"&gt;gain&lt;/span&gt; if I click on ComboBox then the list is displayed properly.&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Monaco; color: #333333;"&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6376088-639910/WeirdComboBoxIssue.png"&gt;&lt;img alt="WeirdComboBoxIssue.png" class="jive-image image-1" height="437" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6376088-639910/WeirdComboBoxIssue.png" style="height: auto;" width="206"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-size: 12px; font-family: Monaco; color: #333333;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Monaco; color: #333333;"&gt;Is this a &lt;span style="text-decoration: underline;"&gt;BUG in mx:ComboBox&lt;/span&gt; ?&lt;/p&gt;&lt;p style="font-size: 12px; font-family: Monaco; color: #333333;"&gt;Please suggest any solutions/workaround to fix the issue.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-size: 12px; font-family: Monaco; color: #333333;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;thead&gt;&lt;tr&gt;&lt;th style="border:1px solid black;border: 1px solid #000000;padding: 2px;color: #ffffff;background-color: #6690bc;text-align: center;" valign="middle"&gt;&lt;strong&gt;ComboBoxTest.mxml&lt;/strong&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;padding: 2px;"&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&lt;span style="color: #0034ff;"&gt;&amp;lt;mx:Application&lt;/span&gt; xmlns:mx="&lt;span style="color: #ab1500;"&gt;&lt;a class="jive-link-external-small" href="http://www.adobe.com/2006/mxml" rel="nofollow"&gt;http://www.adobe.com/2006/mxml&lt;/a&gt;&lt;/span&gt;" layout="&lt;span style="color: #ab1500;"&gt;absolute&lt;/span&gt;" historyManagementEnabled="&lt;span style="color: #ab1500;"&gt;false&lt;/span&gt;"&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&amp;nbsp; initialize="initializeHandler(event)"&lt;span style="color: #0034ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; color: #007742;"&gt;&lt;span style="color: #000000;"&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;mx:Script&amp;gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&amp;nbsp; &amp;lt;![CDATA[&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&amp;nbsp; &lt;span style="color: #0053ff;"&gt;import&lt;/span&gt; mx.collections.ArrayCollection;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&amp;nbsp; &lt;span style="color: #0053ff;"&gt;import&lt;/span&gt; mx.events.DropdownEvent;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&amp;nbsp; &lt;span style="color: #0053ff;"&gt;import&lt;/span&gt; mx.events.FlexEvent;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&amp;nbsp; &lt;span style="color: #0053ff;"&gt;import&lt;/span&gt; mx.events.ListEvent;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; font-size: 11px; font-family: Monaco;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; color: #0053ff;"&gt;&lt;span style="color: #000000;"&gt;&amp;nbsp; [&lt;/span&gt;Bindable&lt;span style="color: #000000;"&gt;]&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&amp;nbsp; &lt;span style="color: #0053ff;"&gt;private&lt;/span&gt; &lt;span style="color: #78aad6;"&gt;var&lt;/span&gt; cmbBoxItems:ArrayCollection;&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;&amp;nbsp; &lt;span style="color: #0053ff;"&gt;private&lt;/span&gt; &lt;span style="color: #3ea779;"&gt;function&lt;/span&gt; onComboBoxClick(event:MouseEvent):&lt;span style="color: #0053ff;"&gt;void&lt;/span&gt;{&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; color: #ab1500;"&gt;&lt;span style="color: #000000;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="color: #d77c79;"&gt;trace&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;'onComboBoxClick() - '&lt;span style="color: #000000;"&gt;+event);&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&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: 11px; font-family: Monaco;"&gt;&amp;nbsp; &lt;span style="color: #0053ff;"&gt;private&lt;/span&gt; &lt;span style="color: #3ea779;"&gt;function&lt;/span&gt; onComboBoxOpen(event:DropdownEvent):&lt;span style="color: #0053ff;"&gt;void&lt;/span&gt;{&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; color: #ab1500;"&gt;&lt;span style="color: #000000;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="color: #d77c79;"&gt;trace&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;'onComboBoxOpen() - '&lt;span style="color: #000000;"&gt;+event);&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&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: 11px; font-family: Monaco;"&gt;&amp;nbsp; &lt;span style="color: #0053ff;"&gt;private&lt;/span&gt; &lt;span style="color: #3ea779;"&gt;function&lt;/span&gt; onComboBoxChange(event:ListEvent):&lt;span style="color: #0053ff;"&gt;void&lt;/span&gt;{&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; color: #ab1500;"&gt;&lt;span style="color: #000000;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="color: #d77c79;"&gt;trace&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;'onComboBoxChange() - '&lt;span style="color: #000000;"&gt;+event);&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&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: 11px; font-family: Monaco;"&gt;&amp;nbsp; &lt;span style="color: #0053ff;"&gt;private&lt;/span&gt; &lt;span style="color: #3ea779;"&gt;function&lt;/span&gt; onComboBoxClose(event:DropdownEvent):&lt;span style="color: #0053ff;"&gt;void&lt;/span&gt;{&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; color: #ab1500;"&gt;&lt;span style="color: #000000;"&gt;&amp;nbsp; &lt;/span&gt;&lt;span style="color: #d77c79;"&gt;trace&lt;/span&gt;&lt;span style="color: #000000;"&gt;(&lt;/span&gt;'onComboBoxClose() - '&lt;span style="color: #000000;"&gt;+event);&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&amp;nbsp; &lt;span style="color: #d77c79;"&gt;trace&lt;/span&gt;(&lt;span style="color: #ab1500;"&gt;'\n'&lt;/span&gt;);&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&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: 11px; font-family: Monaco;"&gt;&amp;nbsp; &lt;span style="color: #0053ff;"&gt;protected&lt;/span&gt; &lt;span style="color: #3ea779;"&gt;function&lt;/span&gt; initializeHandler(event:FlexEvent):&lt;span style="color: #0053ff;"&gt;void&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&amp;nbsp; {&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&amp;nbsp; cmbBoxItems = &lt;span style="color: #0053ff;"&gt;new&lt;/span&gt; ArrayCollection([&lt;span style="color: #ab1500;"&gt;"One"&lt;/span&gt;,&lt;span style="color: #ab1500;"&gt;"Two"&lt;/span&gt;,&lt;span style="color: #ab1500;"&gt;"Three"&lt;/span&gt;,&lt;span style="color: #ab1500;"&gt;"Four"&lt;/span&gt;,&lt;span style="color: #ab1500;"&gt;"Five"&lt;/span&gt;]);&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&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: 11px; font-family: Monaco;"&gt;&amp;nbsp; ]]&amp;gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; color: #007742;"&gt;&lt;span style="color: #000000;"&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;/mx:Script&amp;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;&amp;nbsp; &lt;span style="color: #0034ff;"&gt;&amp;lt;mx:VBox&lt;/span&gt; height="&lt;span style="color: #ab1500;"&gt;100%&lt;/span&gt;" width="&lt;span style="color: #ab1500;"&gt;100%&lt;/span&gt;" verticalAlign="&lt;span style="color: #ab1500;"&gt;middle&lt;/span&gt;" horizontalAlign="&lt;span style="color: #ab1500;"&gt;center&lt;/span&gt;" verticalGap="&lt;span style="color: #ab1500;"&gt;10&lt;/span&gt;"&lt;span style="color: #0034ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco;"&gt;&amp;nbsp; &lt;span style="color: #0034ff;"&gt;&amp;lt;mx:ComboBox&lt;/span&gt;&amp;nbsp; id="&lt;span style="color: #ab1500;"&gt;testCmbBox&lt;/span&gt;" dataProvider="&lt;span style="color: #ab1500;"&gt;{&lt;/span&gt;cmbBoxItems&lt;span style="color: #ab1500;"&gt;}&lt;/span&gt;" click="onComboBoxClick(event)" open="onComboBoxOpen(event)" change="onComboBoxChange(event)" close="onComboBoxClose(event)"&lt;span style="color: #0034ff;"&gt;/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; color: #0034ff;"&gt;&lt;span style="color: #000000;"&gt;&amp;nbsp; &lt;/span&gt;&amp;lt;/mx:VBox&amp;gt;&lt;/p&gt;&lt;p style="font-size: 11px; font-family: Monaco; color: #0034ff;"&gt;&amp;lt;/mx:Application&amp;gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c0410045-7b3f-4fe3-b0be-f0ae7816c1c7] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">flash_builder_4.6.1</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">mx:combobox</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">indesign_extension</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">cssdk3.4</category>
      <pubDate>Mon, 12 May 2014 17:39:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1473225</guid>
      <dc:date>2014-05-12T17:39:29Z</dc:date>
      <clearspace:dateToText>5 months 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to access AIEvents from Illustrator CC</title>
      <link>https://forums.adobe.com/thread/1469378</link>
      <description>&lt;!-- [DocumentBodyStart:7fd61ad2-07b0-43a0-9a46-581c16080bbc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;Tried&amp;nbsp; this in CS6 it works out but not in CC&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&amp;nbsp; var adapter:AIEventAdapter = AIEventAdapter.getInstance();&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&amp;nbsp; adapter.addEventListener(AIEvent.ART_SELECTION_CHANGED,selectionHandler);&lt;/p&gt;&lt;p style="font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: #333333;"&gt;&amp;nbsp; adapter.addEventListener(AIEvent.DOCUMENT_CLOSED,selectionHandler);&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7fd61ad2-07b0-43a0-9a46-581c16080bbc] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">creatives_suite_extension</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">illustrator_cc;</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">flash buildier</category>
      <pubDate>Thu, 08 May 2014 11:21:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1469378</guid>
      <dc:date>2014-05-08T11:21:48Z</dc:date>
      <clearspace:dateToText>6 months 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to get extension Id?</title>
      <link>https://forums.adobe.com/thread/1468287</link>
      <description>&lt;!-- [DocumentBodyStart:76f61473-fbb6-41b9-857d-8c9a762d3852] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello All,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am trying to get the extension ID. How can I get the extension ID?&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:76f61473-fbb6-41b9-857d-8c9a762d3852] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">extensionbuilder3</category>
      <pubDate>Wed, 07 May 2014 08:39:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1468287</guid>
      <dc:date>2014-05-07T08:39:51Z</dc:date>
      <clearspace:dateToText>6 months 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Issues with iFrame elements in Illustrator</title>
      <link>https://forums.adobe.com/thread/1462925</link>
      <description>&lt;!-- [DocumentBodyStart:1d37c108-5b2c-478f-b019-31c4e7ae6c98] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Currently I'm having issues with adding an iFrame element to an extension run in Illustrator.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm using Eclipse 4.3 to run extension build 3, release 3.&amp;nbsp; I've created the basic project, and I get the extension to function correctly when there's just the basic button.&amp;nbsp; Further I can make changes to the button (change the text) and it continues to work.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, when I add an iFrame element to the extension it seems to crash.&amp;nbsp; The extension window opens and then immediately closes.&amp;nbsp; There are no error messages from Illustrator, nor are there any errors in any log files from adobe/illustrator.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is the line I'm attempting to add to the basic starter application in the index.html file:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;lt;iframe src="&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://localhost:8080/tests/testfixture/" rel="nofollow" target="_blank"&gt;http://localhost:8080/tests/testfixture/&lt;/a&gt;&lt;span&gt;" width="150" height="150"&amp;gt;&amp;lt;/iframe&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;Also I can manually load index.html file and it works correctly when opened by Chrome.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using Illustrator CC 17.1.0 32/64 bit.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1d37c108-5b2c-478f-b019-31c4e7ae6c98] --&gt;</description>
      <pubDate>Wed, 30 Apr 2014 17:30:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1462925</guid>
      <dc:date>2014-04-30T17:30:44Z</dc:date>
      <clearspace:dateToText>6 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>My Adobe Extension Manager keeps crashing when launched with OS X 10.9.2, can anyone help?</title>
      <link>https://forums.adobe.com/thread/1459714</link>
      <description>&lt;!-- [DocumentBodyStart:34d3481e-c0da-42a9-b02b-9b9764966430] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;My Adobe Extension Manager keeps crashing when launched with OS X 10.9.2, can anyone help?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:34d3481e-c0da-42a9-b02b-9b9764966430] --&gt;</description>
      <pubDate>Sat, 26 Apr 2014 11:52:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1459714</guid>
      <dc:date>2014-04-26T11:52:08Z</dc:date>
      <clearspace:dateToText>6 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Weird problem of panels not showing up</title>
      <link>https://forums.adobe.com/thread/1457831</link>
      <description>&lt;!-- [DocumentBodyStart:981149ff-58fd-436a-9a3a-927fb1ba8d38] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The last few days, I've suddenly had a flurry of problems where some of my CS Extensions suddenly stopped working in CS6.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The panel apparently starts loading but does not get as far as loading the flyout menu, and there's no visible content in the panel.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The problem is common to Mac and Windows, but not universal.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have not yet been able to reproduce the problem on my own machines, so I'm having a bit of a hard time tracking down the problem.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has anyone seen similar issues?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Harbs&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:981149ff-58fd-436a-9a3a-927fb1ba8d38] --&gt;</description>
      <pubDate>Wed, 23 Apr 2014 22:59:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1457831</guid>
      <dc:date>2014-04-23T22:59:04Z</dc:date>
      <clearspace:dateToText>6 months 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Error in installing a (ZXP Bundle and hybrid) extension</title>
      <link>https://forums.adobe.com/thread/1455155</link>
      <description>&lt;!-- [DocumentBodyStart:517c5ad9-b69f-4059-ac03-02c9e97623b3] --&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 using Adobe Flash Builder 4.6, 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 extension requires creating a zxp bundle. I was able to create a zxp bundle that includes 10 zxp files. The intallation was successfull too. The problem came when I tried to make it a hybrid extension too. Somehow, when I created the combination of hybrid + zxp bundle, the resulting zxp fails to install. It gives an error message saying that the extension is not signed, and it requires the manifest file. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a bug in Extension builder that we cannot create a zxp bundle and a hybrid extension? This problem occurs even when I tried including the Adobe resource libraries, like the host addapter libraries. I removed my stuff from the hybrid and just included the Adobe stuff. Still the same problem.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anyone tell me what is wrong here?&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:517c5ad9-b69f-4059-ac03-02c9e97623b3] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4397">extension_builder_2.1</category>
      <pubDate>Mon, 21 Apr 2014 09:03:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1455155</guid>
      <dc:date>2014-04-21T09:03:05Z</dc:date>
      <clearspace:dateToText>6 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flash builder doesn't prompt me to activate extension builder</title>
      <link>https://forums.adobe.com/thread/1445780</link>
      <description>&lt;!-- [DocumentBodyStart:99f5ed1b-e03d-45a0-96b8-e1b62549f016] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;My company just purchased me a fancy new late 2013 Mac Book pro running Mavericks.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've gone ahead and attempted to install Adobe Extension Builder so that I could continue work on a plugin I've been maintaining over the past few months. Unforunately, Flash Builder doesn't prompt me to activate Adobe Extension Builder. I'm working off the latest version as available from the Adobe website.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I attempt to build my project, a popup appears informing me that I need to activate, but it doesn't provide me the usual login screen.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've searched through the various menus searching for a method to activate, but alas there doesn't seem to be a way to do so.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So how do I activate the Adobe Extension Builder plugin? Is there a way to do it from command line?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:99f5ed1b-e03d-45a0-96b8-e1b62549f016] --&gt;</description>
      <pubDate>Tue, 08 Apr 2014 02:56:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1445780</guid>
      <dc:date>2014-04-08T02:56:47Z</dc:date>
      <clearspace:dateToText>7 months 7 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Undo/Redo Set Script Tag</title>
      <link>https://forums.adobe.com/thread/1443512</link>
      <description>&lt;!-- [DocumentBodyStart:8c947a53-6a9f-43d0-bd8b-098a661fbd34] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We have a Flex-based CSEB extension (yes, port underway given elimination of Flex support in future versions) that performs a number of background operations on InDesign links and documents, i.e., relinking files, replacing files, tagging links and docs with private information, etc.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here's the problem: all the background actions we perform are dropped into a document's Undo queue and the user is confronted with a host of Undo/Redo Set Script Tag, Undo/Redo Relink, etc., actions that should not, in the workflow we're trying to enforce, ever be seen nor, more importantly, undone at all.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is there a way to programmatically suppress a document's capture of undo actions for tasks we don't want exposed to the user? A document's undo history is read only and the activeScriptUndoMode is JS specific. Thanks in advance to anyone who can help with the issue.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8c947a53-6a9f-43d0-bd8b-098a661fbd34] --&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">undo_problem</category>
      <pubDate>Fri, 04 Apr 2014 10:56:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1443512</guid>
      <dc:date>2014-04-04T10:56:24Z</dc:date>
      <clearspace:dateToText>7 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>resizeable web browser</title>
      <link>https://forums.adobe.com/thread/1442481</link>
      <description>&lt;!-- [DocumentBodyStart:1a94ae57-99dc-488c-b0e5-1eb3e33d09c2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I was writting an extension that loads a webpage (basecamp).&amp;nbsp; However, resizing the panel doesn't resize the content once it loads.&amp;nbsp; How do I do this?&amp;nbsp; Also, is there a way to force it to load the mobile version?&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;!--[CodeBlockStart:3b28b686-74a5-4963-ae2e-5e26d17a2aee]--&gt;&lt;span&gt;&lt;form&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;input name="product" type="hidden" value=""/&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;p&gt;Username&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;input name="username" type="text"/&gt;&lt;/p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;p&gt;Password&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;input name="password" type="password"/&gt;&lt;/p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;p&gt;&lt;label&gt;&lt;input name="remember_me" type="checkbox" value=""/&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Remember me on this computer &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/label&gt;&lt;/p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;p&gt;&lt;input name="submit" type="submit" value=""/&gt;&lt;/p&gt;&lt;/form&gt;&lt;/span&gt;&lt;!--[CodeBlockEnd:3b28b686-74a5-4963-ae2e-5e26d17a2aee]--&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1a94ae57-99dc-488c-b0e5-1eb3e33d09c2] --&gt;</description>
      <pubDate>Thu, 03 Apr 2014 01:51:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1442481</guid>
      <dc:date>2014-04-03T01:51:56Z</dc:date>
      <clearspace:dateToText>7 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Which events are supported by HTML 5 extensions ?</title>
      <link>https://forums.adobe.com/thread/1441000</link>
      <description>&lt;!-- [DocumentBodyStart:82cac51f-efd6-452e-a69a-9ed112635ffb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;table border="0" cellpadding="0" cellspacing="0" style="width: 431px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="xl70" height="25" style="border:0px solid black;" width="237"&gt;&lt;strong&gt;Event&lt;/strong&gt;&lt;/td&gt;&lt;td class="xl70" style="border:0px solid black;" width="194"&gt;&lt;strong&gt;Class&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="xl69" height="20" style="border:0px solid black;"&gt;documentAfterActivate&lt;/td&gt;&lt;td class="xl69" style="border:0px solid black;"&gt;CSXS Interface&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="xl69" height="20" style="border:0px solid black;"&gt;documentAfterDeactivate&lt;/td&gt;&lt;td class="xl69" style="border:0px solid black;"&gt;CSXS Interface&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="xl69" height="20" style="border:0px solid black;"&gt;documentAfterSave&lt;/td&gt;&lt;td class="xl69" style="border:0px solid black;"&gt;CSXS Interface&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="xl69" height="20" style="border:0px solid black;"&gt;applicationActive&lt;/td&gt;&lt;td class="xl69" style="border:0px solid black;"&gt;CSXS Interface&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="xl69" height="20" style="border:0px solid black;"&gt;applicationBeforeQuit&lt;/td&gt;&lt;td class="xl69" style="border:0px solid black;"&gt;CSXS Interface&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="xl69" height="20" style="border:0px solid black;"&gt;StateChangeEvent.WINDOW_OPEN&lt;/td&gt;&lt;td class="xl69" style="border:0px solid black;"&gt;CSXS Interface&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="xl69" height="20" style="border:0px solid black;"&gt;StateChangeEvent.WINDOW_SHOW&lt;/td&gt;&lt;td class="xl69" style="border:0px solid black;"&gt;CSXS Interface&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="xl69" height="20" style="border:0px solid black;"&gt;MenuClickEvent.FLYOUT_MENU_CLICK&lt;/td&gt;&lt;td class="xl69" style="border:0px solid black;"&gt;CSXS Interface&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="xl67" height="20" style="border:0px solid black;"&gt;&lt;br/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:82cac51f-efd6-452e-a69a-9ed112635ffb] --&gt;</description>
      <pubDate>Tue, 01 Apr 2014 13:03:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1441000</guid>
      <dc:date>2014-04-01T13:03:53Z</dc:date>
      <clearspace:dateToText>7 months 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

