<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Debugging Scripts</title>
	<atom:link href="http://forms.stefcameron.com/2006/05/05/debugging-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://forms.stefcameron.com/2006/05/05/debugging-scripts/</link>
	<description>Building intelligent forms using Adobe LiveCycle Designer</description>
	<lastBuildDate>Sun, 21 Mar 2010 20:03:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex Krancevik</title>
		<link>http://forms.stefcameron.com/2006/05/05/debugging-scripts/comment-page-1/#comment-50929</link>
		<dc:creator>Alex Krancevik</dc:creator>
		<pubDate>Mon, 22 Jun 2009 14:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/blog/?p=5#comment-50929</guid>
		<description>Sometimes you need to do this:
Right click on the page, in the Preferences window select JavaScript, be sure that the &quot;Show console on errors and messages&quot; field is checked and then OK.
Doing this the console showed up even in Adobe Reader.
Good luck!</description>
		<content:encoded><![CDATA[<p>Sometimes you need to do this:<br />
Right click on the page, in the Preferences window select JavaScript, be sure that the &#8220;Show console on errors and messages&#8221; field is checked and then OK.<br />
Doing this the console showed up even in Adobe Reader.<br />
Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Cameron</title>
		<link>http://forms.stefcameron.com/2006/05/05/debugging-scripts/comment-page-1/#comment-49208</link>
		<dc:creator>Stefan Cameron</dc:creator>
		<pubDate>Thu, 28 May 2009 15:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/blog/?p=5#comment-49208</guid>
		<description>Sandeep,

I&#039;m a little confused, mostly because you&#039;re talking about Adobe Reader which shouldn&#039;t have a JavaScript Console. The Console is only available in Acrobat.

If you were actually talking about Acrobat, not Reader, then it&#039;s probably a focus issue with the Console. I find in some cases it tries to remain on top of other windows and when the Acrobat window is closed (i.e. when you move away from the Preview tab in Designer), the Console may try to auto-hide itself. This behaviour often gets it into a state where it won&#039;t show itself when you press &quot;Ctrl + J&quot;. To get it out of that state, I usually have to kill the Acrobat.exe process and then launch Acrobat again.</description>
		<content:encoded><![CDATA[<p>Sandeep,</p>
<p>I&#8217;m a little confused, mostly because you&#8217;re talking about Adobe Reader which shouldn&#8217;t have a JavaScript Console. The Console is only available in Acrobat.</p>
<p>If you were actually talking about Acrobat, not Reader, then it&#8217;s probably a focus issue with the Console. I find in some cases it tries to remain on top of other windows and when the Acrobat window is closed (i.e. when you move away from the Preview tab in Designer), the Console may try to auto-hide itself. This behaviour often gets it into a state where it won&#8217;t show itself when you press &#8220;Ctrl + J&#8221;. To get it out of that state, I usually have to kill the Acrobat.exe process and then launch Acrobat again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandeep</title>
		<link>http://forms.stefcameron.com/2006/05/05/debugging-scripts/comment-page-1/#comment-49206</link>
		<dc:creator>Sandeep</dc:creator>
		<pubDate>Thu, 28 May 2009 14:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/blog/?p=5#comment-49206</guid>
		<description>Hello Stefan,

Somehow the ctrl+j shortcut didnt work for me either. I had to keep my adobe reader open to capture any javascript errors to show them at the console. Once i hit the error, i keep the console open and use it from there to show my console.println script.
i am using livecycle ES 8.2</description>
		<content:encoded><![CDATA[<p>Hello Stefan,</p>
<p>Somehow the ctrl+j shortcut didnt work for me either. I had to keep my adobe reader open to capture any javascript errors to show them at the console. Once i hit the error, i keep the console open and use it from there to show my console.println script.<br />
i am using livecycle ES 8.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Cameron</title>
		<link>http://forms.stefcameron.com/2006/05/05/debugging-scripts/comment-page-1/#comment-25592</link>
		<dc:creator>Stefan Cameron</dc:creator>
		<pubDate>Tue, 05 Aug 2008 13:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/blog/?p=5#comment-25592</guid>
		<description>sravya,

You&#039;re welcome!

When you preview your form in Designer or open it in Acrobat, you simply need to press &quot;Ctrl + J&quot; on your keyboard to see the JavaScript Console. If you&#039;re using Reader, you won&#039;t be able to see it since that feature isn&#039;t available in Reader.</description>
		<content:encoded><![CDATA[<p>sravya,</p>
<p>You&#8217;re welcome!</p>
<p>When you preview your form in Designer or open it in Acrobat, you simply need to press &#8220;Ctrl + J&#8221; on your keyboard to see the JavaScript Console. If you&#8217;re using Reader, you won&#8217;t be able to see it since that feature isn&#8217;t available in Reader.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sravya</title>
		<link>http://forms.stefcameron.com/2006/05/05/debugging-scripts/comment-page-1/#comment-24713</link>
		<dc:creator>sravya</dc:creator>
		<pubDate>Mon, 28 Jul 2008 19:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/blog/?p=5#comment-24713</guid>
		<description>Hi Stefan,
thank you very much for those wonderfull scripts and tips to us new bies. i tried to use console.println abut it doesnt show anything. do i need to set anything before i use the command.please advice me
thanks</description>
		<content:encoded><![CDATA[<p>Hi Stefan,<br />
thank you very much for those wonderfull scripts and tips to us new bies. i tried to use console.println abut it doesnt show anything. do i need to set anything before i use the command.please advice me<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Groenbaek</title>
		<link>http://forms.stefcameron.com/2006/05/05/debugging-scripts/comment-page-1/#comment-7</link>
		<dc:creator>Thomas Groenbaek</dc:creator>
		<pubDate>Sat, 06 May 2006 07:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/blog/?p=5#comment-7</guid>
		<description>Hi Formbuilder

Thanks for the tip with
console.println(...);

YES the scripting and debugging features in designer are limited and need more attention if Adobe wants the platform to be a serious choice for big solutions/companies.

When you are used to code completion etc. from  Visual studio, eclipse etc. you feel like you were set 5+ years back in time!

/Thomas
Jyske Bank - Denmark
</description>
		<content:encoded><![CDATA[<p>Hi Formbuilder</p>
<p>Thanks for the tip with<br />
console.println(&#8230;);</p>
<p>YES the scripting and debugging features in designer are limited and need more attention if Adobe wants the platform to be a serious choice for big solutions/companies.</p>
<p>When you are used to code completion etc. from  Visual studio, eclipse etc. you feel like you were set 5+ years back in time!</p>
<p>/Thomas<br />
Jyske Bank &#8211; Denmark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stevex</title>
		<link>http://forms.stefcameron.com/2006/05/05/debugging-scripts/comment-page-1/#comment-6</link>
		<dc:creator>stevex</dc:creator>
		<pubDate>Sat, 06 May 2006 02:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://forms.stefcameron.com/blog/?p=5#comment-6</guid>
		<description>Another technique I use is putting a text field on the form and using it as a debug output field - setting it&#039;s text in the click event with the results of the code that&#039;s handling the click, for example.  

It&#039;s right in between app.alert and console.println - no RSI from closing the alerts, and no having to bring up the JavaScript console.   But you do have to remember to remove this field (and the code that sets it) before you&#039;re done with your form.</description>
		<content:encoded><![CDATA[<p>Another technique I use is putting a text field on the form and using it as a debug output field &#8211; setting it&#8217;s text in the click event with the results of the code that&#8217;s handling the click, for example.  </p>
<p>It&#8217;s right in between app.alert and console.println &#8211; no RSI from closing the alerts, and no having to bring up the JavaScript console.   But you do have to remember to remove this field (and the code that sets it) before you&#8217;re done with your form.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
