<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : All Content - All Communities</title>
    <link>https://forums.adobe.com/</link>
    <description>All Content in Adobe Community</description>
    <language>en</language>
    <pubDate>Wed, 12 Mar 2014 19:45:10 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-03-12T19:45:10Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Misleading Description for setItems() Method</title>
      <link>https://forums.adobe.com/thread/1426614</link>
      <description>&lt;!-- [DocumentBodyStart:af28ad62-0601-45fd-b87c-57dc87c7691f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I played around with the setItems method to push values into drop down list.&lt;/p&gt;&lt;p&gt;This is what the documentation says about its parameters:&lt;/p&gt;&lt;table border="0" cellpadding="0" cellspacing="0" style="font-family: Verdana, Arial, Helvetica, sans-serif; margin: 20px 15px; border-width: 1px; border-style: solid; font-size: 11px; color: #000000; background-color: #ffffff;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border:0px solid black;border-style: solid;border-width: 1px;border: 1px solid #cccccc;margin-left: 2px;padding: 5px 10px;"&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;em style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;param1&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td style="border:0px solid black;border-style: solid;border-width: 1px;border: 1px solid #cccccc;margin-left: 2px;padding: 5px 10px;"&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;A list of items and values separated by a comma. For example, "One,Two,Three" or "One,1,Two,2,Three,3". For items without values, leave the value blank. For example, "item1,value1,item2,item3".&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border:0px solid black;border-style: solid;border-width: 1px;border: 1px solid #cccccc;margin-left: 2px;padding: 5px 10px;"&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;em style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;param2&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td style="border:0px solid black;border-style: solid;border-width: 1px;border: 1px solid #cccccc;margin-left: 2px;padding: 5px 10px;"&gt;&lt;p style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;The number of columns per item. For example, the itemValueList string, "One,1,Two,2,Three,3" has numColumns=2. An itemValueList "One,Uno,1,Two,Due,2,Three,Tre,3" has numColumns=3 while an itemValueList "One,Two,Three" has numColumns=1. The value of 1 is the default.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;From that you might think you can use &lt;strong&gt;setItems("One,Uno,1,Two,Due,2,Three,Tre,3", 3);&lt;/strong&gt; to create a 3 columns drop down list.&lt;/p&gt;&lt;!--[CodeBlockStart:b82cdb1f-24ca-48f7-ba6d-0b6d139d32cc][excluded]--&gt;&lt;pre class="xml" name="code"&gt;&amp;lt;items&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;text&amp;gt;One&amp;lt;/text&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;text&amp;gt;Two&amp;lt;/text&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;text&amp;gt;Three&amp;lt;/text&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/items&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;items&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;text&amp;gt;Uno&amp;lt;/text&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;text&amp;gt;Due&amp;lt;/text&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;text&amp;gt;Tre&amp;lt;/text&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/items&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;items save="1" presence="hidden"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;text&amp;gt;1&amp;lt;/text&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;text&amp;gt;2&amp;lt;/text&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;text&amp;gt;3&amp;lt;/text&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/items&amp;gt;
&lt;/pre&gt;&lt;!--[CodeBlockEnd:b82cdb1f-24ca-48f7-ba6d-0b6d139d32cc]--&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 style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is just wrong.&lt;/p&gt;&lt;p&gt;The &lt;a class="jive-link-external-small" href="http://partners.adobe.com/public/developer/en/xml/xfa_spec_3_3.pdf#page=726" rel="nofollow"&gt;XFA specification&lt;/a&gt; only allows 2 &amp;lt;items&amp;gt; elements for field elements, so the setItem() method will always fail if the second parameter is larger than 2.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:af28ad62-0601-45fd-b87c-57dc87c7691f] --&gt;&lt;img src='/beacon?t=1415902635964' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">documentation</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">xfa3.3</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">setitems</category>
      <pubDate>Wed, 12 Mar 2014 19:45:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1426614</guid>
      <dc:date>2014-03-12T19:45:10Z</dc:date>
      <clearspace:dateToText>8 months 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Missing localization in statement completion dialog with SP1 for Designer ES4</title>
      <link>https://forums.adobe.com/thread/1309330</link>
      <description>&lt;!-- [DocumentBodyStart:5821c125-e029-4aab-8cbd-77f87bd4de9f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I hate to say that, but somebody didn't do his job at Adobe! &lt;/p&gt;&lt;p&gt;Or is there no quality control at all?!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can it be that the statement completion dialog is not localized as it was before? Arrrg!!!&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-5735843-468624/LCD_11_0_1_Statement_Completion_Dialog.png"&gt;&lt;img alt="LCD_11_0_1_Statement_Completion_Dialog.png" class="jive-image jive-image-thumbnail" height="259" onclick="" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-5735843-468624/450-259/LCD_11_0_1_Statement_Completion_Dialog.png" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5821c125-e029-4aab-8cbd-77f87bd4de9f] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">bug</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">designer</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">dialog</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">localization</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">statement</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">completion</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">sp1</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">es4</category>
      <pubDate>Fri, 04 Oct 2013 11:24:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1309330</guid>
      <dc:date>2013-10-04T11:24:58Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Poor documentation for new LC4 SP1 feature</title>
      <link>https://forums.adobe.com/thread/1308366</link>
      <description>&lt;!-- [DocumentBodyStart:66c31716-0ea2-4028-bdb6-4bbae5eac95f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The SP1 for ES4 adds a new feature to Designer.&lt;/p&gt;&lt;p&gt;You're now able to add the document title to the title bar of your PDF viewer.&lt;/p&gt;&lt;p&gt;But the updated documentation is very poor.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://help.adobe.com/en_US/livecycle/11.0/DesignerHelp/WS107c29ade9134a2c-4ae8b9c912a8713b33d-8000.2.html#WS2d2a17056e2191984a0add03140aa5a6c99-8000" rel="nofollow" target="_blank"&gt;http://help.adobe.com/en_US/livecycle/11.0/DesignerHelp/WS107c29ade9134a2c-4ae8b9c912a8713 b33d-8000.2.html#WS2d2a17056e2191984a0add03140aa5a6c99-8000&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. Only the english documentation describes the feature. No word about in the german help.&lt;/p&gt;&lt;p&gt;&lt;span&gt;2. It states to add the tag &amp;lt;?originalXFAVersion &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.xfa.org/schema/xfa-template/3.3/" rel="nofollow" target="_blank"&gt;http://www.xfa.org/schema/xfa-template/3.3/&lt;/a&gt;&lt;span&gt; DisplayDocTitle:1?&amp;gt;to the XML source manually but not where! &lt;/span&gt;&lt;/p&gt;&lt;p&gt;3. There is no word about that the feature only affects static XFA forms! If it should work in dynamic forms, than there is currently a bug, because it doesn't work.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;@the LC doc team: Please provide a more detailed description in all languages you support in Designer!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:66c31716-0ea2-4028-bdb6-4bbae5eac95f] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">help</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">xml</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">document</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">title</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">documentation</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">source</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">xfa3.3</category>
      <pubDate>Wed, 02 Oct 2013 18:59:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1308366</guid>
      <dc:date>2013-10-02T18:59:17Z</dc:date>
      <clearspace:dateToText>1 year 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Upgrade to Acrobat XI and what it means to LCD</title>
      <link>https://forums.adobe.com/thread/1074993</link>
      <description>&lt;!-- [DocumentBodyStart:83039a49-1445-47b3-8968-af399246f9d7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;strong&gt;With Acrobat XI things about LCD will significantly change.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;So before you think of an upgrade, read this article!&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://acrobatninja.blogspot.de/2012/10/Acrobat-XI-whats-new.html" rel="nofollow"&gt;http://acrobatninja.blogspot.de/2012/10/Acrobat-XI-whats-new.html&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:83039a49-1445-47b3-8968-af399246f9d7] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">acrobat</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">upgrade</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">designer</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">removed</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">xi</category>
      <pubDate>Mon, 01 Oct 2012 20:14:05 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1074993</guid>
      <dc:date>2012-10-01T20:14:05Z</dc:date>
      <clearspace:dateToText>2 years 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Notes for Designer ES3 Service Pack 1</title>
      <link>https://forums.adobe.com/thread/1021636</link>
      <description>&lt;!-- [DocumentBodyStart:5f3a3f55-c4b6-4cc0-ad4f-e0f9ae061528] --&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;Adobe recently released Service Pack 1 for LiveCycle Designer ES3 (formerly know as ADEP Designer).&lt;/p&gt;&lt;p&gt;If you haven't upgraded ADEP Designer (10.0.0 or 10.0.1) to Designer ES3 (10.0.2) yet, you shoudn't install this Service Pack, as ADEP Designer won't work anymore after the upgrade.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You better download the trial of Designer ES3 first and install it using your ADEP Designer serial.&lt;/p&gt;&lt;p&gt;Only then install the Service Pack.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Designer ES3:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://www.adobe.com/cfusion/entitlement/index.cfm?e=lces3_designer" rel="nofollow"&gt;https://www.adobe.com/cfusion/entitlement/index.cfm?e=lces3_designer&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SP1:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://www.adobe.com/cfusion/entitlement/index.cfm?e=lces3_sp1" rel="nofollow"&gt;https://www.adobe.com/cfusion/entitlement/index.cfm?e=lces3_sp1&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SP1 ReadMe:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="https://www.adobe.com/products/livecycle/pdfs/lces3_sp1_readme.pdf" rel="nofollow"&gt;https://www.adobe.com/products/livecycle/pdfs/lces3_sp1_readme.pdf&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5f3a3f55-c4b6-4cc0-ad4f-e0f9ae061528] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">adep_designer</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">livecycle_designer_es3</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">service_pack_1</category>
      <pubDate>Tue, 12 Jun 2012 10:23:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/1021636</guid>
      <dc:date>2012-06-12T10:23:10Z</dc:date>
      <clearspace:dateToText>2 years 5 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Enhance  support of AUC forums</title>
      <link>https://forums.adobe.com/thread/679954</link>
      <description>&lt;!-- [DocumentBodyStart:30109ca6-c2e2-4010-967d-09d6dd77573a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;P ALIGN="LEFT"&gt;&lt;span style="color:#333333;font-size:13pt;"&gt;Hi,&lt;/span&gt;&lt;/P&gt;&lt;P ALIGN="LEFT"&gt;&lt;/P&gt;&lt;P ALIGN="LEFT"&gt;&lt;span style="color:#333333;font-size:13pt;"&gt;when the AEC informs me, that the forum has been updated, I can easily open the new posts there, but I cannot see in what forum the posts are.&lt;/span&gt;&lt;/P&gt;&lt;P ALIGN="LEFT"&gt;&lt;span style="color:#333333;font-size:13pt;"&gt;As AUC has 21 different forums, it is very difficult to keep track of the posts.&lt;/span&gt;&lt;/P&gt;&lt;P ALIGN="LEFT"&gt;&lt;/P&gt;&lt;P ALIGN="LEFT"&gt;&lt;span style="color:#333333;font-size:13pt;"&gt;Also, can you add a method to show all recent posts or to highlight all posts that I have answered before?&lt;/span&gt;&lt;/P&gt;&lt;P ALIGN="LEFT"&gt;&lt;/P&gt;&lt;P ALIGN="LEFT"&gt;&lt;span style="color:#333333;font-size:13pt;"&gt;Best &lt;/span&gt;&lt;/P&gt;&lt;P ALIGN="LEFT"&gt;&lt;span style="color:#333333;font-size:13pt;"&gt;Marcus&lt;/span&gt;&lt;/P&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:30109ca6-c2e2-4010-967d-09d6dd77573a] --&gt;</description>
      <pubDate>Wed, 14 Jul 2010 14:30:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/679954</guid>
      <dc:date>2010-07-14T14:30:35Z</dc:date>
      <clearspace:dateToText>2 years 6 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Add "Accepted Answer"  check mark feature for AcrobatUsers.com forum posts</title>
      <link>https://forums.adobe.com/thread/660380</link>
      <description>&lt;!-- [DocumentBodyStart:785a1c6a-8b6c-48fe-ad7f-a20babf71f54] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;P ALIGN="LEFT"&gt;&lt;span style="color:#333333;font-size:13pt;"&gt;Hi,&lt;/span&gt;&lt;/P&gt;&lt;P ALIGN="LEFT"&gt;&lt;/P&gt;&lt;P ALIGN="LEFT"&gt;&lt;span style="color:#333333;font-size:13pt;"&gt;this is a little request for me :)&lt;/span&gt;&lt;/P&gt;&lt;P ALIGN="LEFT"&gt;&lt;/P&gt;&lt;P ALIGN="LEFT"&gt;&lt;span style="color:#333333;font-size:13pt;"&gt;The connection to AUC forums is great!!!&lt;/span&gt;&lt;/P&gt;&lt;P ALIGN="LEFT"&gt;&lt;span style="color:#333333;font-size:13pt;"&gt;I only miss the &amp;amp;quot;Accepted Answer&amp;amp;quot; check mark you can see there generally.&lt;/span&gt;&lt;/P&gt;&lt;P ALIGN="LEFT"&gt;&lt;span style="color:#333333;font-size:13pt;"&gt;This will be very helpful for users working with AEC to find answers/solutions, too.&lt;/span&gt;&lt;/P&gt;&lt;P ALIGN="LEFT"&gt;&lt;/P&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:785a1c6a-8b6c-48fe-ad7f-a20babf71f54] --&gt;</description>
      <pubDate>Tue, 15 Jun 2010 08:06:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/660380</guid>
      <dc:date>2010-06-15T08:06:24Z</dc:date>
      <clearspace:dateToText>2 years 6 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Missing Button for Event Propagation in Script Editor</title>
      <link>https://forums.adobe.com/thread/743433</link>
      <description>&lt;!-- [DocumentBodyStart:b2587c18-87b2-4bee-98f5-72fb093f84a5] --&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;is anybody else missing the button to enable the event propagation in the script editor?&lt;/p&gt;&lt;p&gt;I know it has been there once, but seems to be disappeared since I installed the SP2 (9.0.0.2.20101008.2.720808) for Designer.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b2587c18-87b2-4bee-98f5-72fb093f84a5] --&gt;</description>
      <pubDate>Tue, 26 Oct 2010 14:27:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/743433</guid>
      <dc:date>2010-10-26T14:27:59Z</dc:date>
      <clearspace:dateToText>2 years 7 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>ADEP Designer crashes when trying to change Overflow settings</title>
      <link>https://forums.adobe.com/thread/922814</link>
      <description>&lt;!-- [DocumentBodyStart:7d712b58-590a-4be0-ab96-83c3ca55235a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm encountering the following problem in german ADEP Designer under Win7 64Bit.&lt;/p&gt;&lt;p&gt;When I create a new blank form or edit a present form and want to change the setting for either the Overflow Leader or Overflow Trailer to (none) the app immediately crashes always with a C++ Runtime error.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-4014695-90420/ChangeOverflow.png"&gt;&lt;img alt="ChangeOverflow.png" class="jive-image jive-image-thumbnail" height="345" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-4014695-90420/450-345/ChangeOverflow.png" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-4014695-90421/RuntimeError.png"&gt;&lt;img alt="RuntimeError.png" class="jive-image jive-image-thumbnail" height="244" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-4014695-90421/450-244/RuntimeError.png" 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;The event log always states this information.&lt;/p&gt;&lt;p&gt;1. Problem with MSVCR90.dll&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-4014695-90429/EventLog2.png"&gt;&lt;img alt="EventLog2.png" class="jive-image jive-image-thumbnail" height="271" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-4014695-90429/450-271/EventLog2.png" 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;2. Problem with KERNELBASE.dll&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-4014695-90428/EventLog.png"&gt;&lt;img alt="EventLog.png" class="jive-image jive-image-thumbnail" height="242" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-4014695-90428/450-242/EventLog.png" 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;&lt;span aria-label="Confused" class="emoticon-inline emoticon_confused" style="height:16px;width:16px;"&gt;&lt;/span&gt; WTH? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Before I make bug report I'd like to know if anyone else have this problem?&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;OK, an update.&lt;/p&gt;&lt;p&gt;I installed ADEP Designer in a VM with Win XP SP3 and encountered the same problem, so this problem may no not have anything to do with the OS version.&lt;/p&gt;&lt;p&gt;I'm afraid this is a bug of the german ADEP Designer ... &lt;span aria-label="Mischief" class="emoticon-inline emoticon_mischief" style="height:16px;width:16px;"&gt;&lt;/span&gt; or does anyone with the englisch version have this problem too?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Nachricht ge&amp;#228;ndert durch radzmar&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7d712b58-590a-4be0-ab96-83c3ca55235a] --&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">crash</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">64_bit</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">c++_runtime_error</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=1">adep_designer</category>
      <pubDate>Tue, 08 Nov 2011 21:00:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/922814</guid>
      <dc:date>2011-11-08T21:00:48Z</dc:date>
      <clearspace:dateToText>2 years 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Acrobat X (10.0.2) trows Error when SaveAs with relative paths</title>
      <link>https://forums.adobe.com/thread/826902</link>
      <description>&lt;!-- [DocumentBodyStart:e1bdd13b-d53a-430d-a812-aa2ff58bd841] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm wondering if this is a bug in Acrobat X.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I try to execute the script&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;this.saveAs("../TEST.pdf");&lt;/strong&gt; or &lt;strong&gt;this.saveAs({cPath: "../TEST.pdf"});&lt;/strong&gt; it always throws this exception.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;UnsupportedValueError: Value is unsupported. ===&amp;gt; Parameter cPath.&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I did a cross-check with Acrobat 9, there both scripts are working fine and my file is saved into the parent directory.&lt;/p&gt;&lt;p&gt;What's going on here?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e1bdd13b-d53a-430d-a812-aa2ff58bd841] --&gt;</description>
      <pubDate>Wed, 23 Mar 2011 21:07:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/826902</guid>
      <dc:date>2011-03-23T21:07:55Z</dc:date>
      <clearspace:dateToText>3 years 8 months ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>SaveAs through Folder Level Script in Reader X impossible with Protected Mode?</title>
      <link>https://forums.adobe.com/thread/755518</link>
      <description>&lt;!-- [DocumentBodyStart:3d83b207-9ee1-4cbd-ab04-595ba99d0fe7] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm wondering if the SaveAs trough a trusted function in a Folder Level Script is not working anymore when the Protected Mode has been activated.&lt;/p&gt;&lt;p&gt;I could not find any information regarding this.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3d83b207-9ee1-4cbd-ab04-595ba99d0fe7] --&gt;</description>
      <pubDate>Mon, 22 Nov 2010 08:26:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/thread/755518</guid>
      <dc:date>2010-11-22T08:26:06Z</dc:date>
      <clearspace:dateToText>3 years 9 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

