<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Hey there!</title>
	<link>http://tomis.blogsome.com/2006/02/07/hey-there/</link>
	<description>Discussion of my various software projects</description>
	<pubDate>Mon, 14 Jul 2008 13:57:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>

	<item>
		<title>by: Tomis</title>
		<link>http://tomis.blogsome.com/2006/02/07/hey-there/#comment-9</link>
		<pubDate>Tue, 14 Feb 2006 22:54:50 +0000</pubDate>
		<guid>http://tomis.blogsome.com/2006/02/07/hey-there/#comment-9</guid>
					<description>Off the top of my head, you can call an application via its path in AppleScript by doing the following:

tell application &quot;System Events&quot;
tell application (&quot;Hard Drive:Application:ChitChat:ChitChat.app&quot; as file)
-- do stuff
end tell
End tell

you migth not need the system events block at all, and this might not even work, i'm writing this from memory. you may need to use &quot;as alias&quot; instead of &quot;as file&quot;

Hope that helps,
Tomis</description>
		<content:encoded><![CDATA[	<p>Off the top of my head, you can call an application via its path in AppleScript by doing the following:</p>
	<p>tell application &#8220;System Events&#8221;<br />
tell application (&#8221;Hard Drive:Application:ChitChat:ChitChat.app&#8221; as file)<br />
&#8212; do stuff<br />
end tell<br />
End tell</p>
	<p>you migth not need the system events block at all, and this might not even work, i&#8217;m writing this from memory. you may need to use &#8220;as alias&#8221; instead of &#8220;as file&#8221;</p>
	<p>Hope that helps,<br />
Tomis
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jon</title>
		<link>http://tomis.blogsome.com/2006/02/07/hey-there/#comment-4</link>
		<pubDate>Sun, 12 Feb 2006 01:16:44 +0000</pubDate>
		<guid>http://tomis.blogsome.com/2006/02/07/hey-there/#comment-4</guid>
					<description>Hey, I was wondering, I run 3 chat rooms relating to music creation, and music theory, and was wondering, I've made a special applescript to your program that allows me to give out random tutorials for different subjects of music.  Now, what I'm asking is, how do I message my 3 chat rooms at the same time with a cronjob for every week of the month, I know how to make the cron, but I can't get the applescript which I convert to an app to message all there windows.  I have 3 chitchats running, ChitChat, ChitChat copy, and ChitChat copy 2, however, when I run the program and look at the code, it only calls ChitChat and not the other 2 programs, so only one is getting the tutorial.  How can I access multiple rooms with ChitChat or basically change the program to where AppleScript can run in all three programs.

Thanks,
Jon</description>
		<content:encoded><![CDATA[	<p>Hey, I was wondering, I run 3 chat rooms relating to music creation, and music theory, and was wondering, I&#8217;ve made a special applescript to your program that allows me to give out random tutorials for different subjects of music.  Now, what I&#8217;m asking is, how do I message my 3 chat rooms at the same time with a cronjob for every week of the month, I know how to make the cron, but I can&#8217;t get the applescript which I convert to an app to message all there windows.  I have 3 chitchats running, ChitChat, ChitChat copy, and ChitChat copy 2, however, when I run the program and look at the code, it only calls ChitChat and not the other 2 programs, so only one is getting the tutorial.  How can I access multiple rooms with ChitChat or basically change the program to where AppleScript can run in all three programs.</p>
	<p>Thanks,<br />
Jon
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
