<?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; Choose Dialogs</title>
	<atom:link href="http://www.scriptsforapple.com/category/choose-dialogs/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>Tue, 26 Jan 2010 18:30:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Choosing a Color from the Color Picker</title>
		<link>http://www.scriptsforapple.com/choosing-a-color-from-the-color-picker/</link>
		<comments>http://www.scriptsforapple.com/choosing-a-color-from-the-color-picker/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 10:41:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Choose Dialogs]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[color picker]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Aqua]]></category>
		<category><![CDATA[background color]]></category>
		<category><![CDATA[choose]]></category>
		<category><![CDATA[choose color]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[color wheel]]></category>
		<category><![CDATA[current view]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[icon view]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[Word 2004]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=676</guid>
		<description><![CDATA[<p>The final &#8216;choose&#8217; command, &#8216;choose color&#8217; will be covered here. The choose color dialog is somewhat obscure and you aren&#8217;t as likely to use it as the others, but it is worth mention. It is not complicated at all. The script below results in the color picker window, with the rainbow effect as in the [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/choosing-a-color-from-the-color-picker/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Choose Application</title>
		<link>http://www.scriptsforapple.com/choose-application/</link>
		<comments>http://www.scriptsforapple.com/choose-application/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 15:39:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Choose Dialogs]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Aqua]]></category>
		<category><![CDATA[choose application]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[parameter]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[SuperCard]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[Word 2004]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=679</guid>
		<description><![CDATA[<p>The &#8216;choose application&#8217; command is very similar in syntax to the &#8216;choose file&#8217; command, in fact, so similar that I will not go into too much detail. As in my post on the enhancements to the list dialog, I will present a script and then explain the purpose of the parameters used as needed:</p>
<p>set theApp [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/choose-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enhanced Choose from List (Tiger and Leopard)</title>
		<link>http://www.scriptsforapple.com/enhanced-choose-from-list-tiger-and-leopard/</link>
		<comments>http://www.scriptsforapple.com/enhanced-choose-from-list-tiger-and-leopard/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 14:04:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Choose Dialogs]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[choose from list]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Aqua]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[prompt]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[SuperCard]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[Word 2004]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=660</guid>
		<description><![CDATA[<p>In one of my early posts I outlined the basic syntax for the &#8216;Choose from List&#8217; dialog. Here, I will present some of the new parameters that are available in Tiger (10.4) and Leopard (10.5).</p>
<p>In case you need to refresh your memory, here is the basic command:</p>
<p>set theName to (choose from list {"John", "Joe", "Bill"} [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/enhanced-choose-from-list-tiger-and-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choose File Name Command</title>
		<link>http://www.scriptsforapple.com/choose-file-name-command/</link>
		<comments>http://www.scriptsforapple.com/choose-file-name-command/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 12:10:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Choose Dialogs]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[choose file name]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Aqua]]></category>
		<category><![CDATA[choose file]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[close access]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[document 1]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[open for access]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[TextEdit]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[Word 2004]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=654</guid>
		<description><![CDATA[<p>The &#8216;choose file name&#8217; command is similar to the &#8216;choose file&#8217; command. unlike the choose file command it returns a reference pointer to a file that does not yet exist without actually creating the file:</p>
<p>set theFile to choose file name with prompt "Set file name and location:"
</p>
<p>With a result such as:file &#8220;Macintosh HD:Users:administrator:Desktop:Untitled&#8221;</p>
<p>Choose file name [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/choose-file-name-command/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Choose File Dialogs</title>
		<link>http://www.scriptsforapple.com/choose-file-dialogs/</link>
		<comments>http://www.scriptsforapple.com/choose-file-dialogs/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 01:23:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Choose Dialogs]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[choose file]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Aqua]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[parameter]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[SuperCard]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[Word 2004]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=647</guid>
		<description><![CDATA[<p>In this post, we continue with the &#8216;choose file&#8217; command. Like the &#8216;choose folder&#8217; command, it returns a reference pointer to the actual file that it represents. In this case, it returns an alias reference to a document such as:</p>
<p>set theFile to choose file with prompt "Select a file to open:"</p>
<p>With the following result:alias &#8220;Macintosh [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/choose-file-dialogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choose Folder Dialogs</title>
		<link>http://www.scriptsforapple.com/choose-folder-dialogs/</link>
		<comments>http://www.scriptsforapple.com/choose-folder-dialogs/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 19:27:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Choose Dialogs]]></category>
		<category><![CDATA[Choose Folder]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Aqua]]></category>
		<category><![CDATA[bundle]]></category>
		<category><![CDATA[choose folder]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[dialog]]></category>
		<category><![CDATA[directories]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[multiple selections allowed]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[SuperCard]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[Word 2004]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=631</guid>
		<description><![CDATA[<p>In the next few posts, we will look at dialogs where the user chooses among items in directories on the desktop that return reference pointers to the actual files (most are aliases) that they represent. The dialogs we will deal with here are &#8216;choose folder&#8217;, &#8216;choose file&#8217;, &#8216;choose file name&#8217; and &#8216;choose color&#8217;.</p>
<p>First, a simple [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/choose-folder-dialogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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[MacOS]]></category>
		<category><![CDATA[display dialog]]></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 access to [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/display-dialog-with-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trapping for List Dialog Errors</title>
		<link>http://www.scriptsforapple.com/trapping-for-list-dialog-errors/</link>
		<comments>http://www.scriptsforapple.com/trapping-for-list-dialog-errors/#comments</comments>
		<pubDate>Thu, 07 May 2009 20:16:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Choose Dialogs]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[choose from list]]></category>
		<category><![CDATA[list dialog]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Aqua]]></category>
		<category><![CDATA[boolean]]></category>
		<category><![CDATA[cell]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[false]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[prompt]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[show every record]]></category>
		<category><![CDATA[trapping]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=370</guid>
		<description><![CDATA[<p></p>
<p>With &#8216;List Dialog&#8217; type dialogs, since errors cannot be intercepted in an &#8216;on error&#8217; handler, there is no &#8216;normal&#8217; way to trap for &#8216;Cancel&#8217; which, of course, would result in some sort of undesirable error dialog such as &#8216;User cancelled. Error number -128&#8242;. Here is an example of one simple way I have found to [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/trapping-for-list-dialog-errors/feed/</wfw:commentRss>
		<slash:comments>1</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[MacOS]]></category>
		<category><![CDATA[choose from list]]></category>
		<category><![CDATA[list dialog]]></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 to [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/more-on-list-dialogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dialogs for Lists</title>
		<link>http://www.scriptsforapple.com/dialogs-for-lists/</link>
		<comments>http://www.scriptsforapple.com/dialogs-for-lists/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 23:43:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Choose Dialogs]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[choose from list]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[button returned]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[default button]]></category>
		<category><![CDATA[dialogs]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[icon note]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[SuperCard]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=9</guid>
		<description><![CDATA[<p>In this post, we will deal with situations when you want to choose from multiple options within a list. You can have lists that are preset, such as choosing from a list of months of the year, for instance, or perhaps a list such as that which might be generated from a database program when [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/dialogs-for-lists/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
