<?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 from list</title>
	<atom:link href="http://www.scriptsforapple.com/category/choose-from-list/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>Script to Set AppleWorks Font from &#8216;Choose from List&#8217;</title>
		<link>http://www.scriptsforapple.com/script-to-set-appleworks-font-from-choose-from-list/</link>
		<comments>http://www.scriptsforapple.com/script-to-set-appleworks-font-from-choose-from-list/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 21:18:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[choose from list]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Assistive Devices]]></category>
		<category><![CDATA[font menu]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[frontmost document and sets the font to the result]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[menu bar]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[system events]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=2263</guid>
		<description><![CDATA[<p>I came upon this one kinda by chance as I was working on another script. This uses GUI to get the first 10 fonts of the font menu in AppleWorks, displays them in a &#8216;choose from list&#8217; dialog and, when you make a selection, selects the entire contents of the frontmost document and sets the [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/script-to-set-appleworks-font-from-choose-from-list/feed/</wfw:commentRss>
		<slash:comments>173</slash:comments>
		</item>
		<item>
		<title>Working with Dates in AppleScript</title>
		<link>http://www.scriptsforapple.com/working-with-dates-in-applescript/</link>
		<comments>http://www.scriptsforapple.com/working-with-dates-in-applescript/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 02:51:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[choose from list]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[Converting a date in textual form to date format]]></category>
		<category><![CDATA[current date]]></category>
		<category><![CDATA[date coercions]]></category>
		<category><![CDATA[date string]]></category>
		<category><![CDATA[display alert]]></category>
		<category><![CDATA[Script Editor]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1738</guid>
		<description><![CDATA[<p>If you have ever worked with date coercions and manipulations in AppleScript, you know how frustrating it can be, from something as simple as trying to coerce it to text so that it can be displayed in a dialog, to trying to convert it to a different date format; you have one simple thing in [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/working-with-dates-in-applescript/feed/</wfw:commentRss>
		<slash:comments>345</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[choose from list]]></category>
		<category><![CDATA[MacOS]]></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", [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/enhanced-choose-from-list-tiger-and-leopard/feed/</wfw:commentRss>
		<slash:comments>84</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[choose from list]]></category>
		<category><![CDATA[list dialog]]></category>
		<category><![CDATA[MacOS]]></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 [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/trapping-for-list-dialog-errors/feed/</wfw:commentRss>
		<slash:comments>15</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>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[choose from list]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[MacOS]]></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>258</slash:comments>
		</item>
	</channel>
</rss>

