<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - General and cross-application scripting</title>
    <link>https://forums.adobe.com/community/design_development/scripting</link>
    <description>All Content in General and cross-application scripting</description>
    <language>en</language>
    <pubDate>Thu, 06 Nov 2014 02:48:22 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-06T02:48:22Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Setting text size in Photoshop script doesn't seem to work</title>
      <link>https://forums.adobe.com/thread/1628202</link>
      <description>&lt;!-- [DocumentBodyStart:1e8b26e1-875f-4ca3-9125-7e9002461ec1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have written a script and used it for several years to take metadata and place it on a PSD file as a layer as 12 point text.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This script runs fine on my main desktop computer running Win7 and Photoshop CS 6.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I moved the script to my laptop running Win 8.1 and Photoshop CC 2014 (latest updates applied). &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When the script hits the line:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;TextRef.size = new UnitValue(12,'pt');&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;the "size" value does not change3.&amp;nbsp; I set a breakpoint and traced the code leading up to the like and the TextRef.size value in the data browser is "2.88px" before and after the line is executed.&amp;nbsp; The resulting text is placed in the text layer as a 2.88 point font (i.e. "squint-font") rather than the 12 point font desired.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It is the *exact* script on both computers and runs perfect on one and seems to skip the line of code.&amp;nbsp; I checked that the Units and Rulers preferences are the same on both systems.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am stumped.&amp;nbsp; Can anyone help point me a further direction to look at this?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-Mike&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1e8b26e1-875f-4ca3-9125-7e9002461ec1] --&gt;&lt;img src='/beacon?t=1415903871371' /&gt;</description>
      <pubDate>Thu, 06 Nov 2014 02:48:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1628202</guid>
      <dc:date>2014-11-06T02:48:22Z</dc:date>
      <clearspace:dateToText>1 week 4 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Learning to script Adobe products - Javascript or ExtendScript?</title>
      <link>https://forums.adobe.com/thread/1613152</link>
      <description>&lt;!-- [DocumentBodyStart:09dcce07-502f-44d8-a9eb-1bbc28dacef8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi there,&lt;/p&gt;&lt;p&gt;I know that ExtendScript is a dialect of Javascript, so if I want to learn scripting, should I first study Javascript or just plough straight into ExtendScript?&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;David&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:09dcce07-502f-44d8-a9eb-1bbc28dacef8] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">extendscript</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">javascript.</category>
      <pubDate>Tue, 21 Oct 2014 06:09:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1613152</guid>
      <dc:date>2014-10-21T06:09:45Z</dc:date>
      <clearspace:dateToText>2 weeks 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do you revise/modify a single value of an XML element with Extendscript?</title>
      <link>https://forums.adobe.com/thread/1616247</link>
      <description>&lt;!-- [DocumentBodyStart:959e0857-fb54-4fcd-ba3c-44b95b8aba78] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have created the below script to create an XML settings file, that will be recalled upon every execution of a script. I am able to successfully execute the script and get it created, but I'm not so sure how to modify the values contained with in. As far as the Extendscript reference is concerned, I should simply be able to use the following example "bookstoreXML.book[1].year = 1901;" or in my case "xmlReadObj.dateRun = "TEST"". I'm not quite sure where this goes however, I've tried opening the file for writing, but that just erases the whole file and replaces with "TEST". I've also looked up examples, and found examples where the file is not opened, but rather just read. Is it possible to write this way? Do I need to use replace()? Any examples would be appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;function readXML(toRead){&lt;/p&gt;&lt;p&gt;toRead.open('r')&lt;/p&gt;&lt;p&gt;var xmlStr = toRead.read() &lt;/p&gt;&lt;p&gt;toRead.close()&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;return xmlReadObj = new XML(xmlStr)&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;slash = "\\"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;function makeFolder(funcFolder) {&lt;/p&gt;&lt;p&gt;makeFolderPath = Folder(funcFolder);&lt;/p&gt;&lt;p&gt;if (!makeFolderPath.exists) makeFolderPath.create();&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;theFolder = Folder.userData.fsName+slash+"Script Settings"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;makeFolder(theFolder)&lt;/p&gt;&lt;p&gt;theFile = File(theFolder+ slash+ "LSN_settings.xml")&lt;/p&gt;&lt;p&gt;if (!theFile.exists){ &lt;/p&gt;&lt;p&gt;var fsnSettingsStructure = new XML ("\&lt;/p&gt;&lt;p&gt;&amp;lt;fsnSettings&amp;gt;\&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dateRun&amp;gt;2014&amp;lt;/dateRun&amp;gt;\&lt;/p&gt;&lt;p&gt;&amp;lt;/fsnSettings&amp;gt;");&lt;/p&gt;&lt;p&gt;xmlFile = new File(theFile);&lt;/p&gt;&lt;p&gt;xmlFile.open('w','XML','????')&lt;/p&gt;&lt;p&gt;xmlFile.write(fsnSettingsStructure);&lt;/p&gt;&lt;p&gt;xmlFile.close()&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;else {&lt;/p&gt;&lt;p&gt; readXML(theFile)&lt;/p&gt;&lt;p&gt; xmlReadObj.dateRun = "TEST"&lt;/p&gt;&lt;p&gt; }&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:959e0857-fb54-4fcd-ba3c-44b95b8aba78] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 03:49:39 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1616247</guid>
      <dc:date>2014-10-24T03:49:39Z</dc:date>
      <clearspace:dateToText>2 weeks 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Framemaker text to PDF metadata?</title>
      <link>https://forums.adobe.com/thread/1609680</link>
      <description>&lt;!-- [DocumentBodyStart:0f2c08ff-5575-4a36-bc13-3b185253e87f] --&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'd like to write a script that does the following:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Gets text from a (non-structured) Framemaker file using paragraph formats.&lt;/li&gt;&lt;li&gt;Prints the file to a PDF.&lt;/li&gt;&lt;li&gt;Sets the respective metadata fields for the resulting PDF using the text grabbed from the original FM file.&lt;/li&gt;&lt;/ol&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a general idea of items 2 and 3, but a much fuzzier concept of item 1.&lt;/p&gt;&lt;p&gt;I've poked around the FM DOM a bit in the Object Model Viewer, but haven't yet figured out how to grab the text associated with a particular paragraph format.&lt;/p&gt;&lt;p&gt;Would appreciate any suggestions.&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;Shelly&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0f2c08ff-5575-4a36-bc13-3b185253e87f] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">acrobat</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">framemaker</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">scripting</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">metadata</category>
      <pubDate>Thu, 16 Oct 2014 22:19:07 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1609680</guid>
      <dc:date>2014-10-16T22:19:07Z</dc:date>
      <clearspace:dateToText>3 weeks 7 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Do you use bridgetalk?</title>
      <link>https://forums.adobe.com/thread/1601923</link>
      <description>&lt;!-- [DocumentBodyStart:c025799d-c978-469c-a491-01e6692a67f5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; background-color: #e5e5e5;"&gt;As most of you know, Bridgetalk is a way to send and receive, information and scripts, from one Adobe application to another.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; background-color: #e5e5e5;"&gt;Does anyone actively use this object?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; background-color: #e5e5e5;"&gt;What do you use it for? Launching one product from another, or executing functionality of one product from another?&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="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; background-color: #e5e5e5;"&gt;Thanks,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; background-color: #e5e5e5;"&gt;Vishakha&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c025799d-c978-469c-a491-01e6692a67f5] --&gt;</description>
      <pubDate>Mon, 13 Oct 2014 11:52:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1601923</guid>
      <dc:date>2014-10-13T11:52:47Z</dc:date>
      <clearspace:dateToText>1 month 20 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>PHP</title>
      <link>https://forums.adobe.com/thread/1033597</link>
      <description>&lt;!-- [DocumentBodyStart:b69081c3-ec86-44ff-ad82-013835d4a0d0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm updating my portfolio to include PHP, however, I'm having trouble getting the PHP to work on a HTML page. The HTML works on the PHP page as expected. How do I connect the PHP to the HTML page. Right now when I view the HTMl page with the PHP on it I just see the PHP code. I'm a beginner at PHP and have studied it for about three months.&amp;nbsp; &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b69081c3-ec86-44ff-ad82-013835d4a0d0] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">php</category>
      <pubDate>Sat, 07 Jul 2012 16:44:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1033597</guid>
      <dc:date>2012-07-07T16:44:50Z</dc:date>
      <clearspace:dateToText>2 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>INDIC UNICODE SUPPORT</title>
      <link>https://forums.adobe.com/thread/287529</link>
      <description>&lt;!-- [DocumentBodyStart:1567a78c-07ff-42b9-932e-f5d65155de7e] --&gt;&lt;div class="jive-rendered-content"&gt;Sir,
&lt;br/&gt;We would like to purchase Adobe, if we can find INDIC UNICODE SUPPORT (COMPLEX SCRIPT SUPPORT) in all products of DTP and DESIGNING kind. If anyone can help us whether we can expect such one in the future.
&lt;br/&gt;
&lt;br/&gt;Thanks
&lt;br/&gt;arindhama
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1567a78c-07ff-42b9-932e-f5d65155de7e] --&gt;</description>
      <pubDate>Fri, 16 May 2008 04:03:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287529</guid>
      <dc:date>2008-05-16T04:03:52Z</dc:date>
      <clearspace:dateToText>5 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ExtendScript is only running within ExtendScript Toolkit Editor</title>
      <link>https://forums.adobe.com/thread/1323504</link>
      <description>&lt;!-- [DocumentBodyStart:eebd81f8-7d89-4f17-b24f-69f169b0ecf0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I wrote a simple script which should sequentially execute individual scripts with different applications utilizing BridgeTalk.&lt;/p&gt;&lt;p&gt;The script is working fine if I load it in the ExtendScript Toolkit and press &amp;lt;F5&amp;gt; to execute the script in debug mode.&lt;/p&gt;&lt;p&gt;But if I directly execute the script by double-clicking the file, only the first script (IllustratorTasks) is executed and Photoshop is never started.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It seems the scripts hangs in the while loop and the script does never stop. I have to manually kill the "ExtendScript Toolkit" task with the windows task manager to stop the task.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is the script:&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:06bd4fe4-2eb8-4036-b601-4ecf606aa6f0][excluded]--&gt;&lt;pre class="java" name="code"&gt;#target estoolkit
runScript("illustrator", "~/Desktop/IllustratorTasks.jsx");
runScript("photoshop", "~/Desktop/PhotoshopTasks.jsx");

// Run the script and wait until it has finished
function runScript(target, script)
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; $.writeln("start "+script+" in "+target);
&amp;nbsp;&amp;nbsp;&amp;nbsp; var bt = new BridgeTalk();
&amp;nbsp;&amp;nbsp;&amp;nbsp; var finished = false;
&amp;nbsp;&amp;nbsp;&amp;nbsp; bt.target = target;
&amp;nbsp;&amp;nbsp;&amp;nbsp; bt.body = "$.evalFile('"+script+"');"
&amp;nbsp;&amp;nbsp;&amp;nbsp; bt.onResult = function(res) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $.writeln("\nfinished:\n"+res.body);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; finished = true;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; bt.onError = function(res) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $.writeln("\nfinished with error:\n"+res.body);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; finished = true;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; bt.send();
&amp;nbsp;&amp;nbsp;&amp;nbsp; while (!finished) 
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $.sleep(1000);
&amp;nbsp;&amp;nbsp;&amp;nbsp; } 
}
&lt;/pre&gt;&lt;!--[CodeBlockEnd:06bd4fe4-2eb8-4036-b601-4ecf606aa6f0]--&gt;&lt;div style="display:none;"&gt;&lt;/div&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any idea what causes this strange behaviour and how to fix it? &lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Windows 7 64 Bit / Adobe Premium CS5.5&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:eebd81f8-7d89-4f17-b24f-69f169b0ecf0] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">extendscript</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">bridgetalk</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">toolkit</category>
      <pubDate>Mon, 28 Oct 2013 16:35:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1323504</guid>
      <dc:date>2013-10-28T16:35:41Z</dc:date>
      <clearspace:dateToText>1 year 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Adding menu items and making system calls in AfterEffects (AE,CS3)</title>
      <link>https://forums.adobe.com/thread/287527</link>
      <description>&lt;!-- [DocumentBodyStart:dc940150-af2e-4ace-9fb7-ddcbaf01e72c] --&gt;&lt;div class="jive-rendered-content"&gt;We are looking to do the following things via javascript in AfterEffects CS3. It does seem straight-forward, but am unable to find a good reference or example.
&lt;br/&gt;
&lt;br/&gt;* Add at startup a menu item under "File" (or similar main menu) and have it call a script function when clicked.
&lt;br/&gt;
&lt;br/&gt;* Have a script make an external system call (to launch an external application/executable with a few parameters)
&lt;br/&gt;
&lt;br/&gt;Any insights on how to achieve this?
&lt;br/&gt;
&lt;br/&gt;Many thanks!
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dc940150-af2e-4ace-9fb7-ddcbaf01e72c] --&gt;</description>
      <pubDate>Mon, 28 Apr 2008 19:59:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287527</guid>
      <dc:date>2008-04-28T19:59:53Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Array of Images - What is the best adobe programm?</title>
      <link>https://forums.adobe.com/thread/1257650</link>
      <description>&lt;!-- [DocumentBodyStart:0a69ee3a-2869-4e06-92ce-0499dbffc0eb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hallo everybody,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i'm new to this forum and this is my first post. May someone can help me:&lt;/p&gt;&lt;p&gt;I have got 12 images (jpg) of the same size and i want to do an random array of these for a high quality ditigtal print.&lt;/p&gt;&lt;p&gt;For more variation the images should be mirrored. What is the best adobe product to do that?&lt;/p&gt;&lt;p&gt; Is there&amp;nbsp; a way for automating?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here is a quick concept drawing:&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-5517872-363441/random+array.jpg"&gt;&lt;img alt="random array.jpg" class="jive-image jive-image-thumbnail" height="318" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-5517872-363441/450-318/random+array.jpg" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks for help&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;cheers ole&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0a69ee3a-2869-4e06-92ce-0499dbffc0eb] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">scripting</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">actions</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">how_to</category>
      <pubDate>Thu, 18 Jul 2013 17:52:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1257650</guid>
      <dc:date>2013-07-18T17:52:04Z</dc:date>
      <clearspace:dateToText>1 year 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Recommendation on How to Make small Interactions with buttons</title>
      <link>https://forums.adobe.com/thread/1136167</link>
      <description>&lt;!-- [DocumentBodyStart:1b45c549-c7ae-416e-9c3b-7c7b3b225f48] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p style="color: #000000; font-family: Helvetica; text-align: -webkit-auto;"&gt;Hey there adobe Users&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="color: #000000; font-family: Helvetica; text-align: -webkit-auto;"&gt;Ive been given the Task to Make a small vertual Interface for a program for tech support&amp;nbsp; to help the advisor troubleshoot with customers&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="color: #000000; font-family: Helvetica; text-align: -webkit-auto;"&gt;so bassically i have a bunch of screeen shots to each section of the programs adn all the options in menus.&lt;/p&gt;&lt;p style="color: #000000; font-family: Helvetica; text-align: -webkit-auto;"&gt;So the idea is that they could click the button on the screenshoot and it would take them to another screenshoot and they click the done button and taken them into the mian screen shoots or the one perivous to thast depending on where they are in the&amp;nbsp; programs &amp;gt; so basically an online vertual emulator.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="color: #000000; font-family: Helvetica; text-align: -webkit-auto;"&gt;To be honest the last time i did something liek this was a couple years agian i more stick to frame by frame and grouping animantions with flash. so what im looking for is just a basic actionscriupt thast will allow this to happen as unable to really find what im looking for but im sure there something built right into adobe flash thast im just missings.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="color: #000000; font-family: Helvetica; text-align: -webkit-auto;"&gt;any help would be wonerful.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1b45c549-c7ae-416e-9c3b-7c7b3b225f48] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">buttons</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">scripting</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">how_to</category>
      <pubDate>Wed, 16 Jan 2013 13:44:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1136167</guid>
      <dc:date>2013-01-16T13:44:38Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Cross Site LoadMovie and ISAPI Filter</title>
      <link>https://forums.adobe.com/thread/998820</link>
      <description>&lt;!-- [DocumentBodyStart:5f4d7470-c27c-43d8-9617-df372a874232] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have the following scenario:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need to distribute my swf and flv files acoording to client IP origin.&lt;/p&gt;&lt;p&gt;I am using ISAPI Filter to do the URL redirect.&lt;/p&gt;&lt;p&gt;My apllication uses HTML/Flash AS2/Javascript&lt;/p&gt;&lt;p&gt;My ISAPI filter redirect the SWF/FLV/XML calls other WebServer.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I putted a crossdomain.xml file on the main server but it is not working fine. The first movie is loaded correctly but fails when this movie uses loadMovie and loadXml.&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: Tahoma, Verdana, Arial, Helvetica, sans-serif; text-align: -webkit-auto; background-color: #ffffff;"&gt;Question: Both are necesssary crossdomain.xml and &lt;/span&gt; System.&lt;span style="font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; text-align: -webkit-auto; background-color: #ffffff;"&gt;allowDomain() or just the server file addresses the problem?&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Restrictions: &lt;/p&gt;&lt;p&gt;- I can not redirect all the content due to cross site scripting issues (javascript)&lt;/p&gt;&lt;p&gt; - I dont have acess to FLA files (they are third party elearning content). So I can not assure they are using System.&lt;span style="font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; text-align: -webkit-auto; background-color: #ffffff;"&gt;allowDomain()&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; text-align: -webkit-auto; background-color: #ffffff;"&gt;Am I missing something? &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: Tahoma, Verdana, Arial, Helvetica, sans-serif; text-align: -webkit-auto; background-color: #ffffff;"&gt;Thanks in advance&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: Tahoma, Verdana, Arial, Helvetica, sans-serif; text-align: -webkit-auto; background-color: #ffffff;"&gt;Alexandre&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; text-align: -webkit-auto; background-color: #ffffff;"&gt;&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 style="text-align: -webkit-auto;"&gt;&lt;span style="font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5f4d7470-c27c-43d8-9617-df372a874232] --&gt;</description>
      <pubDate>Fri, 04 May 2012 14:04:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/998820</guid>
      <dc:date>2012-05-04T14:04:59Z</dc:date>
      <clearspace:dateToText>2 years 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Open PDF file with Bookmarks Showing</title>
      <link>https://forums.adobe.com/thread/287543</link>
      <description>&lt;!-- [DocumentBodyStart:3941a70b-99f3-458c-80d4-8acf32075709] --&gt;&lt;div class="jive-rendered-content"&gt;Hi - forgive me if this is the wrong forum, but I can't find a topic called "how to use Acrobat" 
&lt;br/&gt;
&lt;br/&gt;I need to create a PDF that will open in Acrobat Reader with the bookmarks displayed. The file will be distributed as a PDF and will not be associated with a web page.
&lt;br/&gt;
&lt;br/&gt;And, if everything was perfect, I'd like that file to be open at 100% instead of the current 150%.
&lt;br/&gt;
&lt;br/&gt;Is there a way to set this up?
&lt;br/&gt;
&lt;br/&gt;Karen
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3941a70b-99f3-458c-80d4-8acf32075709] --&gt;</description>
      <pubDate>Tue, 07 Oct 2008 13:26:16 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287543</guid>
      <dc:date>2008-10-07T13:26:16Z</dc:date>
      <clearspace:dateToText>2 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Hi there... I need a little help with buttons and their actions using flex builder 4.5</title>
      <link>https://forums.adobe.com/thread/929808</link>
      <description>&lt;!-- [DocumentBodyStart:5a86ccc0-a127-4d6f-8f84-9da04d6178a9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;I run a repo company and have zero experience in the developing applications and I could use some help from anybody that is willing to give it.... Here is a basic idea of what I need...&amp;nbsp; let's say there are 3 states... state 1 has a question that says "car you read this?" and a "yes" and a "no" button... when you select either answer, you go to slide 2.&amp;nbsp; Slide 2 with have a question like "Is the sky brown?" and a "yes" and a "no" button and when either button is selected, you are taken to Slide 3.&amp;nbsp; Slide 3 needs to be some sort of a text form that is created by the user selecting the buttons and the screen would say something like "yes, i can read this.&amp;nbsp; no, the sky is not brown", or "no, I can't read this.&amp;nbsp;&amp;nbsp; yes, the sky is brown" .&amp;nbsp; I know how to get the buttons to take the user to the correct new slide, but I do not know how to get the buttons to insert specific text somewhere else when any button is selected.... Can anybody help me?&amp;nbsp; Youtube is only getting me so far, and my kids are driving me nuts while I'm trying to figure this monster out...&amp;nbsp; I've gotten several slides created and some screens have several buttons, I just need to see what I need to put in the code to get it to do this type of function&lt;span aria-label="Confused" class="emoticon-inline emoticon_confused" style="height:16px;width:16px;"&gt;&lt;/span&gt;&amp;nbsp; &lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5a86ccc0-a127-4d6f-8f84-9da04d6178a9] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">text</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">buttons</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">function</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">actions</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">states</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">simple_application</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">inserting_text</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=3464">text_field</category>
      <pubDate>Mon, 28 Nov 2011 02:21:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/929808</guid>
      <dc:date>2011-11-28T02:21:12Z</dc:date>
      <clearspace:dateToText>2 years 12 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to get result from BridgeTalk message?</title>
      <link>https://forums.adobe.com/thread/287542</link>
      <description>&lt;!-- [DocumentBodyStart:9d54d696-2fb1-47ec-bba9-cb163506d44d] --&gt;&lt;div class="jive-rendered-content"&gt;Dear all,
&lt;br/&gt;
&lt;br/&gt;I want to add a new function to my preflight script which should check color settings chosen in Photoshop. My major problem is that I cant get result outside of bt.onResult function.
&lt;br/&gt;Here is where I got so far:
&lt;br/&gt;
&lt;pre&gt;
&lt;br/&gt;
&lt;br/&gt;#target indesign-5.0
&lt;br/&gt;#targetengine "session"
&lt;br/&gt;var myResult2 = infoFromPS();
&lt;br/&gt;$.writeln("myResult2 = " + myResult2);
&lt;br/&gt;
&lt;br/&gt;function infoFromPS() {
&lt;br/&gt;&amp;nbsp;&amp;nbsp; var bt = new BridgeTalk;
&lt;br/&gt;&amp;nbsp;&amp;nbsp; bt.target = "photoshop";
&lt;br/&gt;&amp;nbsp;&amp;nbsp; bt.body = "app.colorSettings;"
&lt;br/&gt;&amp;nbsp;&amp;nbsp; bt.onResult = function(resObj) {
&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var myResult1 = resObj.body;
&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $.writeln("myResult1 = " + myResult1);
&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return myResult1;
&lt;br/&gt;&amp;nbsp;&amp;nbsp; }
&lt;br/&gt;&amp;nbsp;&amp;nbsp; bt.send();
&lt;br/&gt;}
&lt;/pre&gt;
&lt;br/&gt;It writes myResult1 variable to console as expected, but myResult2 is undefined. Why?
&lt;br/&gt;
&lt;br/&gt;Another question:
&lt;br/&gt;Ive been experimenting with BridgeTalk for some time and found out a strange phenomenon. When I send a BridgeTalk message, lets say, from InDesign to Photoshop in main target engine this script doesnt work, but when in session or a custom one it works. Why so?
&lt;br/&gt;
&lt;br/&gt; I want to explore the possibilities of interapplication communication for a long time. But I cant get reliable information on this topic. Ive read Interapplication Communication with Scripts chapter in JavaScript Tools Guide several times but I couldnt get the example scripts (in Communicating Through Messages section) working.
&lt;br/&gt;Ive found a few examples in Adobe Bridge CS3 SDK: SnpSendArray.jsx, SnpSendMessageToInDesign.jsx etc. They work like a charm but their code is hard for me to understand Im not a programmer by background.
&lt;br/&gt;
&lt;br/&gt;So, I have two favors to ask of you: 
&lt;br/&gt;1st Could someone give me complete and 
&lt;b&gt;working&lt;/b&gt; examples, similar to given in Communicating Through Messages section?
&lt;br/&gt;2nd Could somebody explain to me, 
&lt;b&gt;in simple terms&lt;/b&gt; , some example from Bridge CS3 SDK?
&lt;br/&gt;
&lt;br/&gt;Thanks in advance.
&lt;br/&gt;Kasyan
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9d54d696-2fb1-47ec-bba9-cb163506d44d] --&gt;</description>
      <pubDate>Wed, 24 Sep 2008 17:35:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287542</guid>
      <dc:date>2008-09-24T17:35:49Z</dc:date>
      <clearspace:dateToText>3 years 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>selection.bounds operation?</title>
      <link>https://forums.adobe.com/thread/919916</link>
      <description>&lt;!-- [DocumentBodyStart:5d20e66d-e06a-484c-b53e-2c2ab38b1cd4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have this simple jsx script where I want to get the bounds of a selection:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;try&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var s = app.activeDocument.selection.bounds&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert(s.toSource())&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;catch(e)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert("No selection")&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It does detect that there is a selection present but does not return that array of x,y coordinates that bounds the selecton.&lt;/p&gt;&lt;p&gt;The alert displays [({}),({}),({}),({})]&lt;/p&gt;&lt;p&gt;all elements of the array are determined to be undefined.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help is appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ray&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5d20e66d-e06a-484c-b53e-2c2ab38b1cd4] --&gt;</description>
      <pubDate>Mon, 31 Oct 2011 23:48:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/919916</guid>
      <dc:date>2011-10-31T23:48:51Z</dc:date>
      <clearspace:dateToText>3 years 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>doc.pathItems.add and  line.strokePath inconsistent with document resolution</title>
      <link>https://forums.adobe.com/thread/919918</link>
      <description>&lt;!-- [DocumentBodyStart:68849d71-1ff7-4203-b84b-ba2858780105] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Applicaton: CS5 and javascript&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The doc.pathItems.add() and&amp;nbsp; line.strokePath() scripting commands have inconsistent results with document resolution setting.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In a for loop I create a pathitem line, stroke it, then delete the path.&amp;nbsp; I may do this several hundred times in the loop.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It works fine when the document resolution is low like 72.&amp;nbsp;&amp;nbsp; As the resolution increases, not all lines are painted within the document.&lt;/p&gt;&lt;p&gt;I've observed the line actually painted within the photoshop window outside of the image. At 300 resolution, only about 1/4 of the lines &lt;/p&gt;&lt;p&gt;actually get painted on the document. I've used the waitforredraw (or something like that) function from the adobe js scripting reference&lt;/p&gt;&lt;p&gt;document but it had no affect on the problem.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help is appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ray&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:68849d71-1ff7-4203-b84b-ba2858780105] --&gt;</description>
      <pubDate>Tue, 01 Nov 2011 00:05:27 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/919918</guid>
      <dc:date>2011-11-01T00:05:27Z</dc:date>
      <clearspace:dateToText>3 years 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Script to convert text file to text layer.</title>
      <link>https://forums.adobe.com/thread/893711</link>
      <description>&lt;!-- [DocumentBodyStart:cb852901-6793-412a-aed5-e083b47debd8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Alright, Totally new at this extendscript stuff, but it will be my 6th coding/scripting language if I can become profficiant in it. ( after C++, Objective-C, AppleScript, AutoHotKey and Bash... I don't count HTML/CSS)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So this is script number zero, I need somewhere to start, and I have a project I've been working on that I can't see another way to do it, so since I'm new at this, id like you to help me write this, I honestly have no idea, not even a clue where to start (Time for 'hello world!' eh?).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyway, what I would like help making is a script, that will take the 50 text files I have in a folder [ D:\Code\Examples\HelloWorld\*.txt] and make them all text layers with font: Anonymous Pro, Size 8, Color 0xFFFFFF. Alighted to the top/left at 0,0. I would like the layer name to be the Text-files name before the last period (I say last because one is named Visual Basic .NET.txt)... although first wouldn't be too bad. (So lets just say, until a period)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The reason I can't do this task by hand is simple, they are all 'Hello World' Examples, they are in 49 different coding languages. Each language has a seperate text file, like Bash.txt, Ada.txt, (Extendscript.txt next? &lt;span aria-label="Silly" class="emoticon-inline emoticon_silly" style="height:16px;width:16px;"&gt;&lt;/span&gt;.. make it an even 50 XD)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, little help making this? Maybe an example?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cb852901-6793-412a-aed5-e083b47debd8] --&gt;</description>
      <pubDate>Sun, 21 Aug 2011 21:53:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/893711</guid>
      <dc:date>2011-08-21T21:53:14Z</dc:date>
      <clearspace:dateToText>3 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Extendscript toolkit cs4 trying to take over.</title>
      <link>https://forums.adobe.com/thread/870028</link>
      <description>&lt;!-- [DocumentBodyStart:824c0394-b726-496b-a7b1-e2cac937e121] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm not sure if this is the right place for this questions, and if not, please forgive me, but I've been working on this issue for a few weeks now, and have yet to find a solution...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I try to access anything on my computer like "exe" programs, Extendscript toolkit keeps coming up and wanting me to choose a language... what's going on, and how do I fix this without nuking my whole PC... thanks in advance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:824c0394-b726-496b-a7b1-e2cac937e121] --&gt;</description>
      <pubDate>Mon, 27 Jun 2011 03:32:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/870028</guid>
      <dc:date>2011-06-27T03:32:03Z</dc:date>
      <clearspace:dateToText>3 years 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Button wont work after Swipe</title>
      <link>https://forums.adobe.com/thread/799749</link>
      <description>&lt;!-- [DocumentBodyStart:67f7f6e5-2c73-4677-8cac-c83d6ddace2e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;Hello everybody,&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;I have this script to scroll a movieclip on Ipad:&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;import fl.transitions.Tween;&lt;br/&gt;import fl.transitions.easing.*;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;text_asco.addEventListener(TransformGestureEvent.GESTURE_SWIPE, onSwipe8);&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;function onSwipe8 (e:TransformGestureEvent):void{&lt;br/&gt;if (e.offsetY == 1) { &lt;br/&gt;if(text_asco.y &amp;lt;= 100){&lt;br/&gt;var RightTween:Tween = new Tween(text_asco, "y", Regular.easeOut, text_asco.y, text_asco.y+200, 0.5, true);&lt;br/&gt;}&lt;br/&gt;}&lt;br/&gt;if (e.offsetY == -1) {&lt;br/&gt;{&lt;br/&gt;var LeftTween:Tween = new Tween(text_asco, "y", Regular.easeOut, text_asco.y, text_asco.y-200, 0.5, true);&lt;br/&gt;}&lt;br/&gt;}&lt;br/&gt;}&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;And then I have some buttons that moves in Timeline, so if the user press chapter one in a menu then it jumps on the timeline so the scrollable movieclip is place at chapter one. But my problem is that when I have used the Swipe gesture the buttons wont work anymore.&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;This is my code for ons of the button:&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;a.addEventListener(MouseEvent.CLICK, a_Click, false, 0, true);&lt;br/&gt;function a_Click(event:MouseEvent) { gotoAndStop("asco"); &lt;br/&gt;}&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" style="min-height: 8pt; padding: 0px;" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;&amp;nbsp;&lt;/p&gt;&lt;p lang="function(){return A.apply(null,[this].concat($A(arguments)))}" ondblclick="" onkeydown="" onkeypress="" onkeyup="" onmousemove="" onmouseout="" onmouseover="" onmouseup="" title="function(){return A.apply(null,[this].concat($A(arguments)))}"&gt;WHAT IS WRONG???&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:67f7f6e5-2c73-4677-8cac-c83d6ddace2e] --&gt;</description>
      <pubDate>Fri, 04 Mar 2011 15:02:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/799749</guid>
      <dc:date>2011-03-04T15:02:20Z</dc:date>
      <clearspace:dateToText>3 years 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>best place to learn scripting</title>
      <link>https://forums.adobe.com/thread/504883</link>
      <description>&lt;!-- [DocumentBodyStart:5da2aa13-eff8-4eea-af0e-f84f0ec73b7c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I just read adobe intro to scripting. I have &lt;em&gt;some&lt;/em&gt; background in DOM scripting and plan on reading the JS reference next. would anyone suggest a different or have good places to check out for introduction scripting stuff? how did you learn scripting?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5da2aa13-eff8-4eea-af0e-f84f0ec73b7c] --&gt;</description>
      <pubDate>Sun, 11 Oct 2009 12:46:34 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/504883</guid>
      <dc:date>2009-10-11T12:46:34Z</dc:date>
      <clearspace:dateToText>3 years 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to begin a successful freelance scripter career?</title>
      <link>https://forums.adobe.com/thread/430769</link>
      <description>&lt;!-- [DocumentBodyStart:cdee605f-e9f3-49b8-9312-e62458c2c4d8] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p class="MsoPlainText" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span lang="EN-US"&gt;Dear all,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoPlainText" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText" style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span lang="EN-US"&gt;Due to economic troubles in my country, the number of pages in the magazine a work for has reduced by half. As a result, I have less work, slashed salary, more free time and desire to occupy myself with what I really love to do &amp;#8211; writing scripts. Since there exist people that develop scripts, I guess that people, who need scripts to be written for them and willing to pay for that, must exist somewhere as well.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoPlainText" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText" style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span lang="EN-US"&gt;Q #1: How to find them?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoPlainText"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span lang="EN-US"&gt;I browsed dozens of freelance sites, but found only one request to write a script for InDesign, back in 2008. I couldn't find even an appropriate category: something like scripting for InDesign, Photoshop, InCopy, etc.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoPlainText" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText" style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span lang="EN-US"&gt;Q #2: What are the rates for writing scripts? How such kind of work is rated: by hours, number of lines/characters?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoPlainText" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText" style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span lang="EN-US"&gt;Q #3: &lt;span&gt; &lt;/span&gt;How to transfer money from country to country?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoPlainText" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span lang="EN-US"&gt;As far as I understand, the most popular way to pay online is PayPal, but it imposed restrictions in my country: we can send money, but can't receive them. Which money transfer system to choose: SWIFT, MoneyGram, Western Union, Contact, Unistream?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoPlainText" style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span lang="EN-US"&gt;I would appreciate any advice on this subject because I really don't know where to start.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoPlainText" style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText" style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoPlainText"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span lang="EN-US"&gt;Kasyan&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: arial,helvetica,sans-serif;"&gt;&lt;span lang="EN-US"&gt;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cdee605f-e9f3-49b8-9312-e62458c2c4d8] --&gt;</description>
      <pubDate>Sun, 10 May 2009 08:22:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/430769</guid>
      <dc:date>2009-05-10T08:22:20Z</dc:date>
      <clearspace:dateToText>4 years 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>What's needed for a PDF processing module for InDesign Server?</title>
      <link>https://forums.adobe.com/thread/704760</link>
      <description>&lt;!-- [DocumentBodyStart:e448e70f-a812-45e8-9e73-a7eebe8f1f25] --&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;After digging through lots of documentation and whitepapers, I am still puzzled about what would be an efficient way to implement a software module that handles some specific processing tasks of PDF output (automatically generated in InDesign Server and targeted for various types of print configurations from small-run LFP up to very high volume commercial printing).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We have a working standalone script that uses Acrobat's preflight and correction functions, and now we would like to port and integrate this into a server-based workflow. Apparently, there is no Acrobat Server product available. Distiller Server does exist, but seems to be limited to converting PostScript to PDF without the PDF-to-PDF &lt;em&gt;processing&lt;/em&gt; features we need. Some of the functionality that is typically found in RIPs (e.g. converting colours to a preset output intent with highly configurable options [for pixel/vector elements, black and spot colour ink issues etc.] and flattening native transparency) could probably be implemented using the Adobe PDF Print Engine, but this seems a bit overkill and would probably require extensive programming from scratch. I suspect there should be a smarter way to use existing software &amp;#8211; but which? I am not yet familiar with InDesign Server; does its SDK permit full access to the same parts/functions of the PDF library that Acrobat uses for its preflight and correction features?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help is welcome.&lt;/p&gt;&lt;p&gt;Eric&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e448e70f-a812-45e8-9e73-a7eebe8f1f25] --&gt;</description>
      <pubDate>Fri, 20 Aug 2010 15:50:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/704760</guid>
      <dc:date>2010-08-20T15:50:19Z</dc:date>
      <clearspace:dateToText>4 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Bug in ExtendScript's regular expression engine</title>
      <link>https://forums.adobe.com/thread/672184</link>
      <description>&lt;!-- [DocumentBodyStart:f9beac58-e058-49c3-9a50-7e84812f316d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm using ExtendScript 3.92.115, and I'm noticing that a certain regular expressions don't work properly.&amp;nbsp; I've tried the same expressions on popular browsers, and they work fine.&amp;nbsp; Here's an example:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;code&gt;alert('ab'.match(/(.)(?:.*?)$/));&lt;/code&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;p&gt;The alert should display the array: ["ab", "a"], because there is a match ("ab"), and one capturing group ("(.)" captures "a").&amp;nbsp; Instead it displays ["ab", undefined], which makes no sense.&amp;nbsp; It works fine if both groups are capturing: "(.)(.*?)$", if you remove the non-greedy modifier: "(.)(?:.*)$", or even if you don't group the second part: "(.).*?$".&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any thoughts?&amp;nbsp; I can modify my regular expressions to work around these problems, but it'd be good to fix the engine if it's really broken, as I suspect.&lt;/p&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f9beac58-e058-49c3-9a50-7e84812f316d] --&gt;</description>
      <pubDate>Fri, 02 Jul 2010 04:33:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/672184</guid>
      <dc:date>2010-07-02T04:33:48Z</dc:date>
      <clearspace:dateToText>4 years 4 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>XML parsing with JS works on Mac -not Windows HELP!</title>
      <link>https://forums.adobe.com/thread/652119</link>
      <description>&lt;!-- [DocumentBodyStart:ab23a75d-fcd6-4eff-a3aa-f2d037f8c9ca] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I created an Illustrator CS3 JS script that parses XML successfully on Mac.&lt;/p&gt;&lt;p&gt;When run on Windows it fails to recognize the elements.&lt;/p&gt;&lt;p&gt;Client is waiting for this to work and I am out of answers...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas/thoughts?&lt;/p&gt;&lt;p&gt;Are the paths different?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;p&gt;on Mac: FundXmlCount=17&lt;/p&gt;&lt;div&gt;&lt;p&gt;on Windows: FundXmlCount=0&lt;/p&gt;&lt;div&gt; &lt;/div&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Here's the script:&lt;/p&gt;&lt;p&gt;&lt;div&gt; &lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;var dataFolderPath = /path/to/directory/";&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;var dataFile = new File(dataFolderPath+dataFileName);&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;dataFile.open ("r");&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;dataFile.seek(0);&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;var xmlText = dataFile.read ();&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;var FundXmlObject = new XML (xmlText);&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;var FundXmlCount = FundXmlObject.Fund.length();&lt;/p&gt;&lt;p&gt;&lt;span&gt; &lt;/span&gt;return FundXmlCount;&lt;/p&gt;&lt;div&gt; &lt;/div&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ab23a75d-fcd6-4eff-a3aa-f2d037f8c9ca] --&gt;</description>
      <pubDate>Thu, 03 Jun 2010 11:20:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/652119</guid>
      <dc:date>2010-06-03T11:20:53Z</dc:date>
      <clearspace:dateToText>4 years 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Single JavaScript for both Illustrator and InDesign</title>
      <link>https://forums.adobe.com/thread/615488</link>
      <description>&lt;!-- [DocumentBodyStart:922a4358-10d1-4d43-9176-8aaf959fa21f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Is there any way to use JavaScript to target both InDesign and Illustrator?&lt;/p&gt;&lt;p&gt;Multiple files maybe?&lt;/p&gt;&lt;p&gt;Searched the forums and found nothing that answered this...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p&gt;Hanaan&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:922a4358-10d1-4d43-9176-8aaf959fa21f] --&gt;</description>
      <pubDate>Mon, 12 Apr 2010 12:48:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/615488</guid>
      <dc:date>2010-04-12T12:48:41Z</dc:date>
      <clearspace:dateToText>4 years 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>GREP Expression Needed</title>
      <link>https://forums.adobe.com/thread/564649</link>
      <description>&lt;!-- [DocumentBodyStart:445b35ac-f6ca-40b4-96fe-eddf0fff76ed] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;p&gt;I'm reposting this here, hoping some genius scripters will know more than the designers ---&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've scoured the websites and have been trying to figure out the correct GREP expression for what I'm trying to achieve, but to no avail, so alas I am posting this in hopes of ending my misery.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to add an italic character style to the names of Naval ships (USS xxx xxx) in my book.&amp;nbsp; I want to italicize the name, but not the 'USS'. Any ideas?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks a million.&lt;/p&gt;&lt;p&gt;~Laurie&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:445b35ac-f6ca-40b4-96fe-eddf0fff76ed] --&gt;</description>
      <pubDate>Wed, 27 Jan 2010 20:26:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/564649</guid>
      <dc:date>2010-01-27T20:26:09Z</dc:date>
      <clearspace:dateToText>4 years 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Javascript: Passing values to Print Dialog</title>
      <link>https://forums.adobe.com/thread/524706</link>
      <description>&lt;!-- [DocumentBodyStart:22f62a34-77b2-42dd-bc09-bcc0e4ca824a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;div&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 have a PDF page containg 8 pages. On first page there is a Print button and some select boxes (Page1, Page2, .. Page8)&lt;/p&gt;&lt;p&gt;I want to open Print Dialog with page numbers already set from the select boxes.&lt;/p&gt;&lt;p&gt;Example: If i have checked Page1, Page 4 check boxes then Print Dialog should show the values in&amp;nbsp; Print Rang &amp;gt; Pages [1,4]&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;how can i do this using javascript?&lt;/p&gt;&lt;p&gt;Please help me out&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;Faraz&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:22f62a34-77b2-42dd-bc09-bcc0e4ca824a] --&gt;</description>
      <pubDate>Sun, 15 Nov 2009 07:07:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/524706</guid>
      <dc:date>2009-11-15T07:07:26Z</dc:date>
      <clearspace:dateToText>4 years 12 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Browse folder with initial directory</title>
      <link>https://forums.adobe.com/thread/287536</link>
      <description>&lt;!-- [DocumentBodyStart:579a2479-dde9-4bff-94f8-1d70b45f0f0e] --&gt;&lt;div class="jive-rendered-content"&gt;Hello,
&lt;br/&gt;
&lt;br/&gt;Is it possible to select a file or folder (with a selectdialog) starting from an initial directory?
&lt;br/&gt;I would like to have a dialog to select a file starting from the directory where the current activedocument is located. 
&lt;br/&gt;
&lt;br/&gt;Anyone who can help me with this?
&lt;br/&gt;Thanks in advance!!!
&lt;br/&gt;
&lt;br/&gt;Glen Bal
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:579a2479-dde9-4bff-94f8-1d70b45f0f0e] --&gt;</description>
      <pubDate>Tue, 29 Jul 2008 07:05:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287536</guid>
      <dc:date>2008-07-29T07:05:25Z</dc:date>
      <clearspace:dateToText>5 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Need help [JS]: select images/captions in InD, switch to Bridge and write to XMP</title>
      <link>https://forums.adobe.com/thread/287551</link>
      <description>&lt;!-- [DocumentBodyStart:1e53a4be-f266-4289-aaad-5e77b9550e15] --&gt;&lt;div class="jive-rendered-content"&gt;I've got a javascript for CS3/Tiger that I'm writing that eventually will let a user select an image and a caption in InDesign, then tells bridge to write the caption data into the image metadata. I need help - the script works in pieces, but not when put together. 
&lt;br/&gt;
&lt;br/&gt;It's built as an indesign script, then follows the procedure to create a script object to send to bridge. When it runs, the indesign portion works fine, but nothing happens in bridge. 
&lt;br/&gt;
&lt;br/&gt;The script is below, with comments.
&lt;br/&gt;
&lt;br/&gt;Can someone help!? Thanks.
&lt;br/&gt;
&lt;br/&gt;// This is the InDesign portion of the script, which was tested separately and is working fine. Right now, for testing purposes, the data from this portion isn't even used by the later Bridge portion but once I get the bridge part together, it will use those variables. 
&lt;br/&gt;#target "indesign-5.0"
&lt;br/&gt;var myObjectList = new Array;
&lt;br/&gt;//Script does nothing if no documents are open or if no objects are selected.
&lt;br/&gt;if(app.documents.length != 0){
&lt;br/&gt; if(app.selection.length != 0){
&lt;br/&gt; for(myCounter = 0; myCounter &amp;lt; app.selection.length; myCounter ++){
&lt;br/&gt; switch(app.selection[myCounter].constructor.name){
&lt;br/&gt; case "TextFrame":
&lt;br/&gt; var myCaption = app.selection[myCounter].contents;
&lt;br/&gt; $.writeln(myCaption); 
&lt;br/&gt; break;
&lt;br/&gt; default:
&lt;br/&gt; var myLink = app.selection[myCounter].graphics[0].itemLink.filePath; 
&lt;br/&gt; $.writeln(myLink);
&lt;br/&gt; }
&lt;br/&gt; }
&lt;br/&gt; }
&lt;br/&gt;}
&lt;br/&gt;
&lt;br/&gt;// here's where I create the string of the script to send to Bridge. 
&lt;br/&gt;// the script itself is almost completely a lifted from the SnpModifyMetadta sample from the Bridge sdk
&lt;br/&gt;// it basically finds a certain image file and modifies the description metatata. i hardcoded the caption text and image path just for testing- eventually i would like it to use the variables from indesign.
&lt;br/&gt;// this script works fine as-is when run in the original Bridge scripting context. 
&lt;br/&gt;// the method here of concatenating and sending the myScript string works fine when i use a different (smaller) script. so i can't tell why it's not working!?
&lt;br/&gt;
&lt;br/&gt;var myScript = "function SnpModifyMetadata()"; 
&lt;br/&gt;myScript += "{";
&lt;br/&gt;myScript += " this.requiredContext = \"Needs to run in Bridge, \nwith a selection of a file, \nideally with some metadata\";";
&lt;br/&gt;myScript += "}";
&lt;br/&gt;myScript += "SnpModifyMetadata.prototype.run = function()"; 
&lt;br/&gt;myScript += "{";
&lt;br/&gt;myScript += " if(!this.canRun())";
&lt;br/&gt;myScript += " {";
&lt;br/&gt;myScript += " return false;";
&lt;br/&gt;myScript += " }";
&lt;br/&gt;myScript += " if( xmpLib == undefined )"; 
&lt;br/&gt;myScript += " {";
&lt;br/&gt;myScript += " if( Folder.fs == \"Windows\" )";
&lt;br/&gt;myScript += " {";
&lt;br/&gt;myScript += " var pathToLib = Folder.startup.fsName + \"/AdobeXMPScript.dll\";";
&lt;br/&gt;myScript += " }"; 
&lt;br/&gt;myScript += " else"; 
&lt;br/&gt;myScript += " {";
&lt;br/&gt;myScript += " var pathToLib = Folder.startup.fsName + \"/AdobeXMPScript.framework\";";
&lt;br/&gt;myScript += " }";
&lt;br/&gt;myScript += " var libfile = new File( pathToLib );";
&lt;br/&gt;myScript += " var xmpLib = new ExternalObject(\"lib:\" + pathToLib );";
&lt;br/&gt;myScript += " }";
&lt;br/&gt;myScript += " $.writeln(\"About to run SnpModifyXML\");";
&lt;br/&gt;myScript += " var thumb = new Thumbnail(Folder(\"/Macintosh HD/Users/hearstuser/Desktop/BridgeScriptImages/orion_stack copy 6.psd\"));";
&lt;br/&gt;myScript += " if(thumb.hasMetadata)";
&lt;br/&gt;myScript += " {";
&lt;br/&gt;myScript += " var md = thumb.synchronousMetadata;";
&lt;br/&gt;myScript += " var xmp = new XMPMeta(md.serialize());";
&lt;br/&gt;myScript += " $.writeln(\"SnpModifyXML: About to modify XMP data for \" + thumb.name);";
&lt;br/&gt;myScript += " $.writeln(\"XMP packet before modifications:\");";
&lt;br/&gt;myScript += " $.writeln(\"-------------------------------------------------\");";
&lt;br/&gt;myScript += " $.writeln(xmp.dumpObject());";
&lt;br/&gt;myScript += " xmp.deleteProperty(XMPConst.NS_XMP, \"Description\");";
&lt;br/&gt;myScript += " xmp.setProperty(XMPConst.NS_XMP, \"Description\", \"hoThereHeyThere\");";
&lt;br/&gt;myScript += " var d = new XMPDateTime(new Date());";
&lt;br/&gt;myScript += " d.convertToLocalTime();";
&lt;br/&gt;myScript += " xmp.setProperty(XMPConst.NS_XMP, \"ModifyDate\", d, XMPConst.XMPDATE);";
&lt;br/&gt;myScript += " $.writeln(\"XMP packet af
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1e53a4be-f266-4289-aaad-5e77b9550e15] --&gt;</description>
      <pubDate>Mon, 23 Mar 2009 18:33:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287551</guid>
      <dc:date>2009-03-23T18:33:22Z</dc:date>
      <clearspace:dateToText>5 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Acrobat reader 7 not liking commands in the URL</title>
      <link>https://forums.adobe.com/thread/421070</link>
      <description>&lt;!-- [DocumentBodyStart:3000ad56-551f-40ef-b88b-8357a9ae9f10] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I just recently discovered that I could tell the reader to turn off toolbars and such using the querystring&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It works perfectly in AR9 but gives me an error in AR7to the effect that the command is illegal.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can post the exact error, but I need to be at a windows PC which I will be on Monday&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Perhaps somone already knows the issue?&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:3000ad56-551f-40ef-b88b-8357a9ae9f10] --&gt;</description>
      <pubDate>Sat, 18 Apr 2009 07:19:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/421070</guid>
      <dc:date>2009-04-18T07:19:04Z</dc:date>
      <clearspace:dateToText>5 years 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Saving code collapse in ExtendScript toolkit</title>
      <link>https://forums.adobe.com/thread/287553</link>
      <description>&lt;!-- [DocumentBodyStart:b83d0b43-7bed-4c20-adcc-b660c65fd5ac] --&gt;&lt;div class="jive-rendered-content"&gt;Hello, 
&lt;br/&gt;
&lt;br/&gt;Is there a way to save the code collapse choices for a .jsx file in ExtendScript toolkit 2? Everytime I collapse code, I save the document but the code is expanded once I close and re-open the file.
&lt;br/&gt;
&lt;br/&gt;Thanks for any advice
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b83d0b43-7bed-4c20-adcc-b660c65fd5ac] --&gt;</description>
      <pubDate>Mon, 30 Mar 2009 18:37:12 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287553</guid>
      <dc:date>2009-03-30T18:37:12Z</dc:date>
      <clearspace:dateToText>5 years 7 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Package MXP extensions for Illustrator, InDesign, &amp; Photoshop</title>
      <link>https://forums.adobe.com/thread/287550</link>
      <description>&lt;!-- [DocumentBodyStart:b9de4993-980a-4453-bf84-19b2ea3d93e6] --&gt;&lt;div class="jive-rendered-content"&gt;More details here:
&lt;br/&gt;http://ajarproductions.com/blog/2009/03/01/extension-manager-for-cs4/
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b9de4993-980a-4453-bf84-19b2ea3d93e6] --&gt;</description>
      <pubDate>Mon, 02 Mar 2009 07:02:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287550</guid>
      <dc:date>2009-03-02T07:02:31Z</dc:date>
      <clearspace:dateToText>5 years 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Cross-scripting from Extendscript to JSFL</title>
      <link>https://forums.adobe.com/thread/287549</link>
      <description>&lt;!-- [DocumentBodyStart:e5f624e6-084f-4abc-b03f-67ae6a14ffe7] --&gt;&lt;div class="jive-rendered-content"&gt;Details here:
&lt;br/&gt;http://ajarproductions.com/blog/2008/12/14/easy-and-readable-extendscript-to-jsfl-workflow /
&lt;br/&gt;
&lt;br/&gt;Here's a script that I created using that technique:
&lt;br/&gt;http://ajarproductions.com/blog/2008/12/05/send-colors-from-indesign-and-illustrator-to-fl ash/
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e5f624e6-084f-4abc-b03f-67ae6a14ffe7] --&gt;</description>
      <pubDate>Mon, 02 Mar 2009 07:00:51 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287549</guid>
      <dc:date>2009-03-02T07:00:51Z</dc:date>
      <clearspace:dateToText>5 years 8 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Extendscript V3(CS4) Tab Stops</title>
      <link>https://forums.adobe.com/thread/287547</link>
      <description>&lt;!-- [DocumentBodyStart:a7541b48-e4ef-4177-acef-254dfa20d613] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt; I have a problem with editing in the new Extendscript which is annoying the hell out of me, and I am suprised that I haven't seen any one else annoyed with it because I doubt the problem is isolated to my PC.
&lt;br/&gt;The problem is as follows:
&lt;br/&gt;In the previous Extendscript(V2) I could use tabs when writing code, the code would align vertically due to me using these tabs, now In the latest version (V3) the tabs will not align the code vertically and it makes it look all ugly.
&lt;br/&gt;My guess for why this is happening now is that it is an over-site in the development of the Extendscript v3 when the editor was updated.
&lt;br/&gt;Does anyone have this same exact problem?
&lt;br/&gt;Kind Regards,
&lt;br/&gt;Ben.
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a7541b48-e4ef-4177-acef-254dfa20d613] --&gt;</description>
      <pubDate>Mon, 12 Jan 2009 07:25:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287547</guid>
      <dc:date>2009-01-12T07:25:01Z</dc:date>
      <clearspace:dateToText>5 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>v8.1.2 breaks my PStoPDF vba code</title>
      <link>https://forums.adobe.com/thread/287548</link>
      <description>&lt;!-- [DocumentBodyStart:0884202f-7395-49a5-8aec-13bc6ddf5c47] --&gt;&lt;div class="jive-rendered-content"&gt;I had a VBA excel macro that printed a number of individual pages to ps files (1 page per ps file) then created a master ps file ...
&lt;br/&gt;
&lt;br/&gt;/prun { /mysave save def
&lt;br/&gt; dup = flush
&lt;br/&gt; RunFile
&lt;br/&gt; clear cleardictstack
&lt;br/&gt; mysave restore
&lt;br/&gt;} def
&lt;br/&gt;(C:/File1.ps) prun
&lt;br/&gt;(C:/File2.ps) prun
&lt;br/&gt;
&lt;br/&gt;It then called distiller to convert this master ps file into a pdf file. It use to work perfectly until we upgraded to 8.1.2. Then I got bitten by the 'restricted folder access' issue ... now I get a log file that contains ...
&lt;br/&gt;
&lt;br/&gt;%%[ Warning: Empty job. No PDF file produced. ] %%
&lt;br/&gt;
&lt;br/&gt;http://www.adobe.com/devnet/acrobat/downloads/Acrobat_SDK_readme.html says I can over come this by using the -F command line option or using the temp folder. I am starting distiller via vba, not using a command line (to the best of my knowledge).
&lt;br/&gt;
&lt;br/&gt;Questions:
&lt;br/&gt;1) How can I start distiller using the -F option via VBA?
&lt;br/&gt;2) Can I add the -F option to a joboption file?
&lt;br/&gt;3) Which 'temp' file is the read me talking about (I tried it in the %temp% directory and it failed too)?
&lt;br/&gt;
&lt;br/&gt;BTW: I'm running Vista.
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0884202f-7395-49a5-8aec-13bc6ddf5c47] --&gt;</description>
      <pubDate>Thu, 22 Jan 2009 01:06:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287548</guid>
      <dc:date>2009-01-22T01:06:55Z</dc:date>
      <clearspace:dateToText>5 years 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Screen (Window) maximum size in Photoshop (ScriptUI or something?)</title>
      <link>https://forums.adobe.com/thread/287546</link>
      <description>&lt;!-- [DocumentBodyStart:bd5b860e-5be3-40f4-b9ec-9a2edb50e8f2] --&gt;&lt;div class="jive-rendered-content"&gt;Hi!
&lt;br/&gt;
&lt;br/&gt;I can't get the right dimensions of the maximum screen size in Photoshop. Neither with javascript nor with Actionscript. I'm trying to use Window.maximumSize but when Photoshop is fullscreen-d, it returns the height value, as if Windows Taskbar is on, while it is not. (In docs it is said that the height value will be screen size minus 50, but in my case it returns minus 100 or like so).
&lt;br/&gt;
&lt;br/&gt;I have to stick a panel to the bottom of the screen in every Photoshop state - so I have to know the size of the screen area. How can I do it the right way?
&lt;br/&gt;
&lt;br/&gt;Thanks!
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bd5b860e-5be3-40f4-b9ec-9a2edb50e8f2] --&gt;</description>
      <pubDate>Fri, 12 Dec 2008 21:01:19 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287546</guid>
      <dc:date>2008-12-12T21:01:19Z</dc:date>
      <clearspace:dateToText>5 years 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Where are the libs?</title>
      <link>https://forums.adobe.com/thread/287545</link>
      <description>&lt;!-- [DocumentBodyStart:26ec20f9-094d-4df5-9dc0-39d726a9b82f] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;I'm experimenting with using another language (haXe) and then compiling it to javascript to run in an adobe app.
&lt;br/&gt;
&lt;br/&gt;However I need to import the the application libraries into my project and I'm wondering where they are, or if it's possible? Is it possible to access the api from elsewhere?
&lt;br/&gt;
&lt;br/&gt;Thanks.
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:26ec20f9-094d-4df5-9dc0-39d726a9b82f] --&gt;</description>
      <pubDate>Tue, 28 Oct 2008 13:50:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287545</guid>
      <dc:date>2008-10-28T13:50:33Z</dc:date>
      <clearspace:dateToText>6 years 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>New App Framework?- Adobe Bridge with MS Access</title>
      <link>https://forums.adobe.com/thread/287544</link>
      <description>&lt;!-- [DocumentBodyStart:821f2f6a-04dc-4bfe-989d-fe8c8ccdc4ae] --&gt;&lt;div class="jive-rendered-content"&gt;I'm a retired client/server relational database designer with some OO background but new to scripting and XML. I need to create a single user executive database application to catalog, format and print photos and data.
&lt;br/&gt;
&lt;br/&gt;We have thousands of high quality photos, a fast Win XP workstation, Adobe CS3 and Office Pro 2007. 
&lt;br/&gt;
&lt;br/&gt;The use cases will involve scripting PhotoShop, Bridge, and Acrobat as well as storing and retrieving data from MS Access.
&lt;br/&gt;
&lt;br/&gt;My question concerns how best to structure the app. What framework if any I should use to tie the app together. 
&lt;br/&gt;
&lt;br/&gt;What app would be best for the primary UI? I know how to create an app within MS Access, but it would be clunky and I would rather build the Client portion in Dreamweaver and only use Access for the back end.
&lt;br/&gt;
&lt;br/&gt;I would have to pass the data back and forth using XML, but I'm not familiar with how to connect a Dreamweaver App with Javascript with XML with MS Access. 
&lt;br/&gt;
&lt;br/&gt;What would be a good reference work for me to follow?
&lt;br/&gt;
&lt;br/&gt;YOur opinions and experience would be much appreciated.
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:821f2f6a-04dc-4bfe-989d-fe8c8ccdc4ae] --&gt;</description>
      <pubDate>Thu, 16 Oct 2008 04:57:03 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287544</guid>
      <dc:date>2008-10-16T04:57:03Z</dc:date>
      <clearspace:dateToText>6 years 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Issue with XML PDF and AdobeDesigner!</title>
      <link>https://forums.adobe.com/thread/287540</link>
      <description>&lt;!-- [DocumentBodyStart:8063a40b-6a7a-4cb3-9ce9-7e36a17c2748] --&gt;&lt;div class="jive-rendered-content"&gt;Hello!&amp;lt;br /&amp;gt;I have a PDF Document!&amp;lt;br /&amp;gt;With Acrobat Proffesional Reader i can File -&amp;gt; Export Form Data (Hope this is right in english)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;A new XML File will be generated&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;The conten of the File&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;?xml version="1.0" encoding="UTF-8" ?&amp;gt; &amp;lt;br /&amp;gt;- &amp;lt;ichicsr lang=""&amp;gt;&amp;lt;br /&amp;gt;- &amp;lt;ichicsrmessageheader =""&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;messagetype ="" /&amp;gt; &amp;lt;br /&amp;gt;&amp;lt;mailrcpt =""&amp;gt;test@test.de&amp;lt;/mailrcpt&amp;gt; &amp;lt;br /&amp;gt;&amp;lt;mailbody =""&amp;gt;Test&amp;lt;/mailbody&amp;gt; &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;To this Point all works fine...&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;but when i Load up the PDF File in AdobeDesigner, and save it up. (I do no changes at this Point, only Save the file.) and close&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;And then i export second time the xml data with Acrobat Proffesional Reader &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;the conten looks like this:&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;?xml version="1.0" encoding="UTF-8" ?&amp;gt; &amp;lt;br /&amp;gt;- &amp;lt;ichicsr lang=""&amp;gt;&amp;lt;br /&amp;gt;- &amp;lt;ichicsrmessageheader lang=""&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;messagetype lang="" /&amp;gt; &amp;lt;br /&amp;gt;&amp;lt;mailrcpt lang=""&amp;gt;test@test.de&amp;lt;/mailrcpt&amp;gt; &amp;lt;br /&amp;gt;&amp;lt;mailbody lang=""&amp;gt;Test&amp;lt;/mailbody&amp;gt; &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;everywhere is written lang?!?!?!?!&amp;lt;br /&amp;gt;WHY??? How can I eliminate this effect?!&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;HELP and sorry for my bad english!&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8063a40b-6a7a-4cb3-9ce9-7e36a17c2748] --&gt;</description>
      <pubDate>Wed, 10 Sep 2008 11:36:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287540</guid>
      <dc:date>2008-09-10T11:36:47Z</dc:date>
      <clearspace:dateToText>6 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Converting fractions on inches into millimeters</title>
      <link>https://forums.adobe.com/thread/287539</link>
      <description>&lt;!-- [DocumentBodyStart:1ef0b869-04af-4578-adce-5291201d0988] --&gt;&lt;div class="jive-rendered-content"&gt;Does anyone know if there is a simple way to type in the transform tool 1 7/8" and have it convert to millimeters. It doesn't seem to understand imperial and wants metric but what if the measurement is given to you as imperial?
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1ef0b869-04af-4578-adce-5291201d0988] --&gt;</description>
      <pubDate>Mon, 08 Sep 2008 14:49:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287539</guid>
      <dc:date>2008-09-08T14:49:38Z</dc:date>
      <clearspace:dateToText>6 years 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Special characters in a javascript string...</title>
      <link>https://forums.adobe.com/thread/287535</link>
      <description>&lt;!-- [DocumentBodyStart:87d8bcb6-8a15-4988-a2bd-413b08cbfe1d] --&gt;&lt;div class="jive-rendered-content"&gt;Hey folks, in the javascript project I'm working on, there's a requirement that an SOH character (start of header, #1 in the ASCII character set) be included in a string. Does anybody know how that character can be inserted in a javascript string? Thanks in advance.
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:87d8bcb6-8a15-4988-a2bd-413b08cbfe1d] --&gt;</description>
      <pubDate>Fri, 25 Jul 2008 03:54:04 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287535</guid>
      <dc:date>2008-07-25T03:54:04Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>VBScript doesn't work for UTF-8 text files</title>
      <link>https://forums.adobe.com/thread/287518</link>
      <description>&lt;!-- [DocumentBodyStart:d3209447-590b-4042-aadf-17436fbce81b] --&gt;&lt;div class="jive-rendered-content"&gt;I'm new to scripting. When I tried to run the sample VBScript on page 8 of the PDF doc, "Adobe Introduction to Scripting," I got an error message, "Invalid Character, Line 1, Column 1."
&lt;br/&gt; 
&lt;br/&gt;I'm running CS3 Design Premium on Windows XP Pro.
&lt;br/&gt; 
&lt;br/&gt;The problem turned out to involve the character encoding of the .jsx text file. I use UTF-8 UNICODE encoding for all of my text files, and the VBScript interpreter has not been updated to handle UTF-8. When I saved the file with the Windows 1252 Western European encoding, the script worked as advertised.
&lt;br/&gt; 
&lt;br/&gt;I use UTF-8 now, and I'm planing to go to UTF-16. I want my Web sites and text files to display the way I wrote them anywhere in the world, and I don't want character-set restrictions on text that I insert into CS3 docs using a script.
&lt;br/&gt; 
&lt;br/&gt;I don't know if the problem lies with Adobe or with Windows, but it represents a fault that needs to be fixed.
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d3209447-590b-4042-aadf-17436fbce81b] --&gt;</description>
      <pubDate>Sat, 05 May 2007 00:15:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287518</guid>
      <dc:date>2007-05-05T00:15:41Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Unix Shell to execute photoshop scripts</title>
      <link>https://forums.adobe.com/thread/287534</link>
      <description>&lt;!-- [DocumentBodyStart:dbc7cdd1-751b-4c42-b5b1-10918979fda1] --&gt;&lt;div class="jive-rendered-content"&gt;Hi,
&lt;br/&gt;
&lt;br/&gt;I am trying to execute .jsx Photoshop Scripts using a unix shell. Can anyone please guide me what the correct command would be?
&lt;br/&gt;
&lt;br/&gt;Thanks
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dbc7cdd1-751b-4c42-b5b1-10918979fda1] --&gt;</description>
      <pubDate>Thu, 24 Jul 2008 04:38:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287534</guid>
      <dc:date>2008-07-24T04:38:10Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>JS, CS2 Illustrator &amp; Photoshop</title>
      <link>https://forums.adobe.com/thread/287532</link>
      <description>&lt;!-- [DocumentBodyStart:336daa94-0361-4d72-93db-14a4fd7510a1] --&gt;&lt;div class="jive-rendered-content"&gt;Hi all, 
&lt;br/&gt;
&lt;br/&gt;Since Illustrators export feature via a script is really crappy, what I need done is that when I run a script from Illustrator, the illustrator files should open in Photoshop and then exported to JPEG from Photoshop. 
&lt;br/&gt;
&lt;br/&gt;is all this possible? Can someone guide me on this? 
&lt;br/&gt;
&lt;br/&gt;Thanks in advance, 
&lt;br/&gt;
&lt;br/&gt;Regards 
&lt;br/&gt;Norbert
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:336daa94-0361-4d72-93db-14a4fd7510a1] --&gt;</description>
      <pubDate>Mon, 02 Jun 2008 00:50:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287532</guid>
      <dc:date>2008-06-02T00:50:10Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Need help converting pdf to HTML</title>
      <link>https://forums.adobe.com/thread/287538</link>
      <description>&lt;!-- [DocumentBodyStart:98b1ffdf-ea95-49e9-b8fe-ea4a8004a5da] --&gt;&lt;div class="jive-rendered-content"&gt;My bad if this question comes across as extremely lame, but I'm a little out of my element in this respect: I'm responsible for heading the new build of our association's Web site (with the assistance of serious pros), and we're trying to turn our magazine (currently in .pdf) into regular HTML pages. I know some end runs around it -- the Gmail trick, etc. -- but wonder if there's an application that will at least get me good text for each document. Adobe's online converter quit on me and the various software I've downloaded all winds up looking like garbage. Any help out there?
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:98b1ffdf-ea95-49e9-b8fe-ea4a8004a5da] --&gt;</description>
      <pubDate>Tue, 05 Aug 2008 15:31:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287538</guid>
      <dc:date>2008-08-05T15:31:54Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Help scripting Adobe Web Premium CS3</title>
      <link>https://forums.adobe.com/thread/287537</link>
      <description>&lt;!-- [DocumentBodyStart:537a7437-cc03-4ae1-8bfe-c57e6f34d0a8] --&gt;&lt;div class="jive-rendered-content"&gt;Hello,
&lt;br/&gt;I am hoping someone can assist me. I need to script Web Premium CS3 and remove/omit various features as well as set various preferences for each of the applications within Web Premium. I attempted to Create a Response File with setup.iss with no success. How can I go about doing this?
&lt;br/&gt;
&lt;br/&gt;Thanks,
&lt;br/&gt;Don Lesiak
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:537a7437-cc03-4ae1-8bfe-c57e6f34d0a8] --&gt;</description>
      <pubDate>Tue, 05 Aug 2008 14:03:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287537</guid>
      <dc:date>2008-08-05T14:03:22Z</dc:date>
      <clearspace:dateToText>6 years 3 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Visualizing the Adobe DOMs?</title>
      <link>https://forums.adobe.com/thread/287533</link>
      <description>&lt;!-- [DocumentBodyStart:eb6afc8e-a7dd-4b62-bfb6-6202b4d71ab2] --&gt;&lt;div class="jive-rendered-content"&gt;I'm probably going to take a ton of flack for even asking an obvious question but, is there any Adobe Application that negotiates and visualizes the various Adobe DOMs to streamline inter-application programming with Extend and Action script?
&lt;br/&gt;
&lt;br/&gt;ducking for cover,
&lt;br/&gt;john
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:eb6afc8e-a7dd-4b62-bfb6-6202b4d71ab2] --&gt;</description>
      <pubDate>Mon, 30 Jun 2008 15:31:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287533</guid>
      <dc:date>2008-06-30T15:31:20Z</dc:date>
      <clearspace:dateToText>6 years 4 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Flash Localization CS3 - JSFL</title>
      <link>https://forums.adobe.com/thread/287531</link>
      <description>&lt;!-- [DocumentBodyStart:e0be18d5-48f4-4d32-b066-9eef654f69fc] --&gt;&lt;div class="jive-rendered-content"&gt;Does anyone know if it is possible to access some of the functions or data strucuctures of the Strings panel (used for localization) through JSFL or AS3 ?
&lt;br/&gt;
&lt;br/&gt;I would like to automate parts of the process of converting single-language Flash files to multi-lingual files.
&lt;br/&gt;
&lt;br/&gt;Thanks !
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e0be18d5-48f4-4d32-b066-9eef654f69fc] --&gt;</description>
      <pubDate>Mon, 19 May 2008 10:53:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287531</guid>
      <dc:date>2008-05-19T10:53:10Z</dc:date>
      <clearspace:dateToText>6 years 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>UI Element Colours</title>
      <link>https://forums.adobe.com/thread/287528</link>
      <description>&lt;!-- [DocumentBodyStart:dac2afb6-ebfa-458c-b1b5-45ddd600b3c1] --&gt;&lt;div class="jive-rendered-content"&gt;Hi
&lt;br/&gt;
&lt;br/&gt;I'm trying to figure out how to colour an element in a Photoshop UI. For example colour a statictext label in red. I have read the details in the JavaScript Tools Guide relating to an onDraw callback and the graphics object, but as of yet I haven't figured out how to put this all together. I was doing something along these lines:
&lt;br/&gt;
&lt;br/&gt;myWindow.myButton.onDraw = function() {this.graphics.foregroundColor = new Array(255, 0, 0, 0)};
&lt;br/&gt;
&lt;br/&gt;But this returns a Data type mismatch. I'm probably doing something n00b but I'm kinda stuck and need some help or examples.
&lt;br/&gt;
&lt;br/&gt;Cheers
&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dac2afb6-ebfa-458c-b1b5-45ddd600b3c1] --&gt;</description>
      <pubDate>Thu, 08 May 2008 14:41:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/287528</guid>
      <dc:date>2008-05-08T14:41:46Z</dc:date>
      <clearspace:dateToText>6 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

