<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Learning AppleScript for Beginners &#187; display dialog</title>
	<atom:link href="http://www.scriptsforapple.com/tag/display-dialog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptsforapple.com</link>
	<description>Discussions on AppleScripting, with emphasis on tutorials for those new to scripting. Example scripts of general utility, as well as some that relate to specific applications (FileMaker Pro, AppleWorks, Script Editor, specialized scripts and others). Some discussion of HyperCard and AppleScript and the Classic (OS9) environment</description>
	<lastBuildDate>Sun, 15 Jan 2012 01:06:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Display Dialog with Password</title>
		<link>http://www.scriptsforapple.com/display-dialog-with-password/</link>
		<comments>http://www.scriptsforapple.com/display-dialog-with-password/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 23:29:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Choose Dialogs]]></category>
		<category><![CDATA[display dialog]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Aqua]]></category>
		<category><![CDATA[bullets]]></category>
		<category><![CDATA[cell]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[considering case]]></category>
		<category><![CDATA[encrypted]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[hidden answer]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[Script Editor]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=459</guid>
		<description><![CDATA[<p class="wp-caption-text">Macintosh Plus Advertisement 1984</p> <p>This script presents a text entry dialog where the text entered by the user is encrypted as bullets so that nosy people, for instance, cannot see what is being entered on your screen.</p> <p>Seriously, though, the main purpose of this type of dialog is as a security measure to restrict [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/display-dialog-with-password/feed/</wfw:commentRss>
		<slash:comments>119</slash:comments>
		</item>
		<item>
		<title>Display Alert Dialogs</title>
		<link>http://www.scriptsforapple.com/display-alert-dialogs/</link>
		<comments>http://www.scriptsforapple.com/display-alert-dialogs/#comments</comments>
		<pubDate>Fri, 22 May 2009 02:24:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[display alert]]></category>
		<category><![CDATA[display dialog]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[default answer]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[result]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[text returned]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=441</guid>
		<description><![CDATA[<p>These are a type of dialog, introduced in OS 10.4 (Tiger), which are similar to regular dialogs (in use as well as syntax), the noteable difference being that their purpose is to expand upon the standard &#8216;display dialog&#8217;. They are used when it is important to impart further information on the state of the Finder [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/display-alert-dialogs/feed/</wfw:commentRss>
		<slash:comments>485</slash:comments>
		</item>
		<item>
		<title>More on List Dialogs</title>
		<link>http://www.scriptsforapple.com/more-on-list-dialogs/</link>
		<comments>http://www.scriptsforapple.com/more-on-list-dialogs/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 11:07:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Choose Dialogs]]></category>
		<category><![CDATA[choose from list]]></category>
		<category><![CDATA[list dialog]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[current date]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[date string]]></category>
		<category><![CDATA[display dialog]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[SuperCard]]></category>
		<category><![CDATA[text item delimiters]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=34</guid>
		<description><![CDATA[<p>This post will deal with what I consider a very concrete use of the &#8216;choose from list&#8217; dialog. After reading this (and perhaps trying it out in the Script Editor) you will probably be totally confused (just kidding!!) It gets a little complicated, but it is basically a cut-and-paste script.</p> <p>If you pay close attention [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/more-on-list-dialogs/feed/</wfw:commentRss>
		<slash:comments>427</slash:comments>
		</item>
		<item>
		<title>Using AppleScript Dialogs to Invoke actions</title>
		<link>http://www.scriptsforapple.com/using-applescript-dialogs-to-invoke-actions/</link>
		<comments>http://www.scriptsforapple.com/using-applescript-dialogs-to-invoke-actions/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 23:41:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[display alert]]></category>
		<category><![CDATA[display dialog]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[actions]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[button returned]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[default answer]]></category>
		<category><![CDATA[default button]]></category>
		<category><![CDATA[dialogs]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[giving up after]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[icon caution]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[on error]]></category>
		<category><![CDATA[quit]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[SuperCard]]></category>
		<category><![CDATA[try]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=7</guid>
		<description><![CDATA[<p>If you remember from my last post, we ended up with this dialog which had to be encompassed by a &#8216;try clause&#8217; to prevent an error message from being generated by activating the &#8216;Cancel&#8217; button. In this post, I will begin by modifying the script below to show you how you can use data returned [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/using-applescript-dialogs-to-invoke-actions/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>Getting Started with AppleScript Dialogs</title>
		<link>http://www.scriptsforapple.com/getting-started-with-applescript-dialogs/</link>
		<comments>http://www.scriptsforapple.com/getting-started-with-applescript-dialogs/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 00:32:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[display alert]]></category>
		<category><![CDATA[display dialog]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks]]></category>
		<category><![CDATA[caution]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[default button]]></category>
		<category><![CDATA[dialogs]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[giving up after]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[note]]></category>
		<category><![CDATA[on error]]></category>
		<category><![CDATA[result]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[stop]]></category>
		<category><![CDATA[try]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com//?p=1</guid>
		<description><![CDATA[<p>Dialogs are essential when you want to communicate with users so that they can make decisions on a course of action when notified of the state of an application or the system itself. Well written dialogs that are informative and clear are vital to any credible software solution.</p> <p>Furthermore, as you&#8217;ll see, I will try [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/getting-started-with-applescript-dialogs/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
	</channel>
</rss>

