<?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 alert</title>
	<atom:link href="http://www.scriptsforapple.com/category/display-alert/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 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>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>

