<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: An AppleScript to Launch Backdrop Behind Your Current Application</title>
	<atom:link href="http://macmembrane.com/an-applescript-to-launch-backdrop-behind-your-current-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://macmembrane.com/an-applescript-to-launch-backdrop-behind-your-current-application/</link>
	<description>There are peels everywhere...</description>
	<lastBuildDate>Tue, 24 Apr 2012 05:09:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Peter</title>
		<link>http://macmembrane.com/an-applescript-to-launch-backdrop-behind-your-current-application/comment-page-1/#comment-249</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 04 Dec 2008 10:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://macmembrane.com/?p=540#comment-249</guid>
		<description>Okay, I&#039;m thinking that the &quot;run&quot; command is similar to &quot;launch,&quot; as both appear to open the app without actually &#039;activating&#039; it (i.e., making it visible).  If that&#039;s the case, I don&#039;t think that it would work in the Backdrop scenario insofar as Backdrop must be &lt;em&gt;activated&lt;/em&gt; rather than just launched.

In essence, Backdrop is just a windowless picture that sits on top of your desktop. I don&#039;t believe that it&#039;s a very complicated app, but I find it really useful.</description>
		<content:encoded><![CDATA[<p>Okay, I&#8217;m thinking that the &#8220;run&#8221; command is similar to &#8220;launch,&#8221; as both appear to open the app without actually &#8216;activating&#8217; it (i.e., making it visible).  If that&#8217;s the case, I don&#8217;t think that it would work in the Backdrop scenario insofar as Backdrop must be <em>activated</em> rather than just launched.</p>
<p>In essence, Backdrop is just a windowless picture that sits on top of your desktop. I don&#8217;t believe that it&#8217;s a very complicated app, but I find it really useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MacTipper</title>
		<link>http://macmembrane.com/an-applescript-to-launch-backdrop-behind-your-current-application/comment-page-1/#comment-246</link>
		<dc:creator>MacTipper</dc:creator>
		<pubDate>Thu, 04 Dec 2008 05:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://macmembrane.com/?p=540#comment-246</guid>
		<description>You can do &quot;delay 0.1&quot;? Awesome! I have been wanting to do that for the longest of time...

I haven&#039;t tested this with backdrop (I don&#039;t have it installed) but it does work with iTunes:

&lt;pre&gt;ignoring application responses
tell application &quot;iTunes&quot; to run
end&lt;/pre&gt;


This will activate iTunes in the background without slowing down the applescript a beat. :)</description>
		<content:encoded><![CDATA[<p>You can do &#8220;delay 0.1&#8243;? Awesome! I have been wanting to do that for the longest of time&#8230;</p>
<p>I haven&#8217;t tested this with backdrop (I don&#8217;t have it installed) but it does work with iTunes:</p>
<pre>ignoring application responses
tell application "iTunes" to run
end</pre>
<p>This will activate iTunes in the background without slowing down the applescript a beat. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

