<?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; MacOsX</title>
	<atom:link href="http://www.scriptsforapple.com/tag/macosx/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>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>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 difference [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/applescript-when-to-use-set-and-when-to-use-copy/feed/</wfw:commentRss>
		<slash:comments>3</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"
set itemGroup to sort (get [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/applescript-to-sort-folder-items-by-creation-date/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AppleScripts for Basic Printing</title>
		<link>http://www.scriptsforapple.com/applescripts-for-basic-printing/</link>
		<comments>http://www.scriptsforapple.com/applescripts-for-basic-printing/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 13:01:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[front]]></category>
		<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[print dialog]]></category>
		<category><![CDATA[printer setup utility]]></category>
		<category><![CDATA[properties]]></category>
		<category><![CDATA[Script Editor]]></category>
		<category><![CDATA[target printer]]></category>
		<category><![CDATA[TextEdit]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=465</guid>
		<description><![CDATA[<p class="wp-caption-text">The Mac 512 K, the first in the Macintosh series of computers</p>
<p>The first script below is for printing a document in &#8220;TextEdit&#8221;. Before running the script, you must bring the desired document to the front:</p>

<p style="padding: 5px; background-color: #F7BDDE; border: dotted 1px red;">tell application "TextEdit"
print the front document with properties {copies:2, collating:true, starting page:1, [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/applescripts-for-basic-printing/feed/</wfw:commentRss>
		<slash:comments>1</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>&#8216;Display Alert&#8217; 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[MacOS]]></category>
		<category><![CDATA[display alert]]></category>
		<category><![CDATA[display dialog]]></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>0</slash:comments>
		</item>
	</channel>
</rss>
