<?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; SuperCard</title>
	<atom:link href="http://www.scriptsforapple.com/tag/supercard/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>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>
		<category><![CDATA[Word 2008]]></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 [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/choose-application/feed/</wfw:commentRss>
		<slash:comments>15</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>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[choose file]]></category>
		<category><![CDATA[MacOS]]></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 [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/choose-file-dialogs/feed/</wfw:commentRss>
		<slash:comments>116</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 [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/choose-folder-dialogs/feed/</wfw:commentRss>
		<slash:comments>92</slash:comments>
		</item>
		<item>
		<title>AppleScript &#8211; When to Use Set and When to Use Copy</title>
		<link>http://www.scriptsforapple.com/applescript-when-to-use-set-and-when-to-use-copy/</link>
		<comments>http://www.scriptsforapple.com/applescript-when-to-use-set-and-when-to-use-copy/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 03:04:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Set and Copy]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Aqua]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[current date]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[objects]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[records]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[SuperCard]]></category>
		<category><![CDATA[text strings]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=518</guid>
		<description><![CDATA[<p>This one can be a difficult one, but if you have been following my posts so far, or otherwise are that much interested in learning AppleScript, this is an important issue to get straight.</p> <p>Even if you have been using AppleScript for a while, as I have, you may still be unclear as to the [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/applescript-when-to-use-set-and-when-to-use-copy/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>AppleScript to Sort Folder Items by Creation Date</title>
		<link>http://www.scriptsforapple.com/applescript-to-sort-folder-items-by-creation-date/</link>
		<comments>http://www.scriptsforapple.com/applescript-to-sort-folder-items-by-creation-date/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 15:48:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Sort Command]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Aqua]]></category>
		<category><![CDATA[Classic]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[creation date]]></category>
		<category><![CDATA[every]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[front finder window]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Panther]]></category>
		<category><![CDATA[repeat]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[SuperCard]]></category>
		<category><![CDATA[Tiger]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=511</guid>
		<description><![CDATA[<p></p> <p> This script takes the items in a folder specified by &#8216;front finder window&#8217;, gets their names, and sorts them according to their Date of creation. This will look a little complicated if you are fairly new to AppleScript, but a few notes on this should clarify how this works: </p> <p>tell application "Finder" [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/applescript-to-sort-folder-items-by-creation-date/feed/</wfw:commentRss>
		<slash:comments>199</slash:comments>
		</item>
		<item>
		<title>FileMaker Pro AppleScript to Backup Files</title>
		<link>http://www.scriptsforapple.com/filemaker-pro-applescript-to-backup-files/</link>
		<comments>http://www.scriptsforapple.com/filemaker-pro-applescript-to-backup-files/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 00:20:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[button returned]]></category>
		<category><![CDATA[current date]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[HyperCard]]></category>
		<category><![CDATA[hypertalk]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[make new folder]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[SuperCard]]></category>
		<category><![CDATA[year]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=85</guid>
		<description><![CDATA[<p></p> <p style="text-align: left;">This script was adapted from one written specifically for a FileMaker Pro program, although it could easily be used in any database program you use that supports AppleScript.</p> <p style="text-align: left;">Most of what appears here builds upon the information presented in previous posts to this point. For a similar AppleScript that is [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/filemaker-pro-applescript-to-backup-files/feed/</wfw:commentRss>
		<slash:comments>166</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>
		<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>
	</channel>
</rss>

