<?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; system events</title>
	<atom:link href="http://www.scriptsforapple.com/tag/system-events/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>Getting Acquainted with General GUI Terms and Objects</title>
		<link>http://www.scriptsforapple.com/getting-acquainted-with-general-gui-terms-and-objects/</link>
		<comments>http://www.scriptsforapple.com/getting-acquainted-with-general-gui-terms-and-objects/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 14:53:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GUI Scripting]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[AppleWorks 6]]></category>
		<category><![CDATA[Assistive Devices]]></category>
		<category><![CDATA[click button]]></category>
		<category><![CDATA[click checkbox]]></category>
		<category><![CDATA[click menu]]></category>
		<category><![CDATA[clipboard]]></category>
		<category><![CDATA[current pane]]></category>
		<category><![CDATA[frontmost document]]></category>
		<category><![CDATA[group 1]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[sheet 1]]></category>
		<category><![CDATA[system events]]></category>
		<category><![CDATA[System Prefs]]></category>
		<category><![CDATA[tell menu bar 1]]></category>
		<category><![CDATA[Universal Access Preferences]]></category>
		<category><![CDATA[using command down -->select all keystroke "c" using command down]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=2291</guid>
		<description><![CDATA[<p style="color: #741b47; font-family: lucida grande;">AppleScript GUI is for many an intriguing aspect of AppleScripting, yet, as straightforward as it seems on the surface, successfully compiling a script can be a lot of trial-and-error and frustration.</p> <p style="color: #741b47; font-family: lucida grande;">In this post, I will get you started with 3 good examples of GUI [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/getting-acquainted-with-general-gui-terms-and-objects/feed/</wfw:commentRss>
		<slash:comments>167</slash:comments>
		</item>
		<item>
		<title>Finding an Address with Google Maps</title>
		<link>http://www.scriptsforapple.com/finding-an-address-with-google-maps/</link>
		<comments>http://www.scriptsforapple.com/finding-an-address-with-google-maps/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 18:33:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[GUI Scripting]]></category>
		<category><![CDATA[System Events]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[system events]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1984</guid>
		<description><![CDATA[<p>A handy script that automates Google Maps. It can be enhanced with a &#8216;choose from list&#8217; dialog for frequent address searches or (as you&#8217;ll see below) you can enhance the script with a database program such as FileMaker Pro, to search for an address from a specific record.</p> <p>Some notes below, but first the script:</p> [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/finding-an-address-with-google-maps/feed/</wfw:commentRss>
		<slash:comments>340</slash:comments>
		</item>
		<item>
		<title>Script to Open Gmail Inbox in Firefox</title>
		<link>http://www.scriptsforapple.com/script-to-open-gmail-inbox/</link>
		<comments>http://www.scriptsforapple.com/script-to-open-gmail-inbox/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 14:30:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Email Scripts]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[inbox]]></category>
		<category><![CDATA[keystroke]]></category>
		<category><![CDATA[open gmail]]></category>
		<category><![CDATA[open inbox]]></category>
		<category><![CDATA[open location]]></category>
		<category><![CDATA[system events]]></category>

		<guid isPermaLink="false">http://www.scriptsforapple.com/?p=1945</guid>
		<description><![CDATA[<p>This is a quick and easy way to go to your Gmail Inbox. If already logged in, it goes straight to Gmail and opens your inbox. If you want instant login (even if you aren&#8217;t already logged in), you can edit this script by placing your Gmail address and password into the appropriate dialog prompts [...]]]></description>
		<wfw:commentRss>http://www.scriptsforapple.com/script-to-open-gmail-inbox/feed/</wfw:commentRss>
		<slash:comments>614</slash:comments>
		</item>
	</channel>
</rss>

