<?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">
	<channel>
      <title>FastScripts - Red Sweater Forums</title>
      <link>http://www.red-sweater.com/forums/categories/fastscripts/p1/feed.rss</link>
      <pubDate>Thu, 23 May 13 16:17:43 -0400</pubDate>
         <description>FastScripts - Red Sweater Forums</description>
   <language>en-CA</language>
   <atom:link href="/forums/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Can the .applescript extension be hidden?</title>
      <link>http://www.red-sweater.com/forums/discussion/2487/can-the-applescript-extension-be-hidden</link>
      <pubDate>Fri, 03 May 2013 13:31:38 -0400</pubDate>
      <dc:creator>seand</dc:creator>
      <guid isPermaLink="false">2487@/forums/discussions</guid>
      <description><![CDATA[I want to convert my AppleScript scripts to be saved as .applescript so that I can properly track and view changes in version control. Is there any way to hide the extension of .applescript files similar to the ScriptTreePathsKey to exclude the system library folder?<br /><br />They seem to run the same as a compiled script, but the extension clutters up the menu.<br /><br />Regards,<br />Sean]]></description>
   </item>
   <item>
      <title>Is it possible to display only ~/Library/Scripts ?</title>
      <link>http://www.red-sweater.com/forums/discussion/2452/is-it-possible-to-display-only-libraryscripts-</link>
      <pubDate>Wed, 17 Apr 2013 01:07:17 -0400</pubDate>
      <dc:creator>dedalus</dc:creator>
      <guid isPermaLink="false">2452@/forums/discussions</guid>
      <description><![CDATA[Hi,<br />May be it's a stupid question and I missed some thing, but as I wrote in the title: in Fast Script menu is it possible to display only the AS in "my script folder" without all the AS in /Library/Scripts?<br /><br />Thanks in advance]]></description>
   </item>
   <item>
      <title>Permission Denied when running ruby scripts?</title>
      <link>http://www.red-sweater.com/forums/discussion/2429/permission-denied-when-running-ruby-scripts</link>
      <pubDate>Wed, 20 Mar 2013 13:55:31 -0400</pubDate>
      <dc:creator>sethpayne</dc:creator>
      <guid isPermaLink="false">2429@/forums/discussions</guid>
      <description><![CDATA[Hello!<br /><br />I've just started playing around with FastScripts and haven't been able to find anything that relates to my question on the forum.<br /><br />When I run certain ruby scripts I get permission denied errors if that script does any file read/write operations or any other system or exec bash commands.<br /><br />For example, I have a script that pulls JSON and parses it.  It then creates a tab-separated file and opens the file in excel.<br /><br />storage = Crack::JSON.parse(RestClient.get(url))<br /><br />storage.each do |x|<br />        name = x["customer_name"]<br />        value = x["value"]<br /><br />        content = "#{name}\t#{value}\n"<br />        target = "foo.tsv"<br /><br />        File.open(target, "a") do |f|<br />                f.write(content)<br />        end<br />end<br /><br />system ("open foo.tsv")<br /><br />When I run this script from FS I get the following error:<br /><br />/Users/spayne/.../.../.../scripts/foobar.rb:22:in `initialize': Permission denied - foo.tsv (Errno::EACCES)<br />	from /Users/spayne/.../.../.../scripts/foobar.rb:22:in `open'<br />	from /Users/spayne/.../.../.../scripts/foobar.rb:22<br />	from /Users/spayne/.../.../.../foobar.rb:15:in `each'<br />	from /Users/spayne/.../.../.../scripts/foobar.rb:15<br /><br />1<br /><br />The script runs perfectly from the command line.  What permissions do I need to set to launch this script with FS?<br /><br />Thanks!<br /><br />Seth]]></description>
   </item>
   <item>
      <title>Can&#039;t assign shortcuts with F keys.</title>
      <link>http://www.red-sweater.com/forums/discussion/2423/cant-assign-shortcuts-with-f-keys-</link>
      <pubDate>Wed, 13 Mar 2013 13:27:20 -0400</pubDate>
      <dc:creator>zoff</dc:creator>
      <guid isPermaLink="false">2423@/forums/discussions</guid>
      <description><![CDATA[I can't assign shortcuts with F keys unless I enter fn and the F key, but then fn is not part of the shortcut. Can shortcuts be assign without typing in the shortcut field?]]></description>
   </item>
   <item>
      <title>&quot;Press Run to tun this script, or Quit to quit.&quot; dialog</title>
      <link>http://www.red-sweater.com/forums/discussion/13/press-run-to-tun-this-script-or-quit-to-quit-dialog</link>
      <pubDate>Tue, 11 Oct 2005 23:46:14 -0400</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">13@/forums/discussions</guid>
      <description><![CDATA[I've just encountered this for the first time. I've bound my "Safari Embedded Media Launcher" applescript (from my website) to Ctrl-Cmd-M, and when I use the hotkey to launch it, I get this dialog:<br /><br />Safari Embedded Media Launcher<br />Press Run to tun this script, or Quit to quit.<br />[Quit] [Run]<br /><br />When I select the script with the mouse from the FastScripts menu or double-click it in the Finder, it doesn't prompt me with this dialog. Only when I use the hotkey.<br /><br />Do you know why this is happening, and how I  can get it to stop prompting me?<br /><br />Also, is it just my imagination, but does it now take longer to launch scripts with the latest version of FastScripts (2.2.6)? It seems to go a bit slower than the last version.<br /><br />Thanks for any insights!<br /><br />- Cowboy]]></description>
   </item>
   <item>
      <title>Menu shows non-script files</title>
      <link>http://www.red-sweater.com/forums/discussion/2414/menu-shows-non-script-files</link>
      <pubDate>Mon, 18 Feb 2013 08:21:05 -0500</pubDate>
      <dc:creator>vanity</dc:creator>
      <guid isPermaLink="false">2414@/forums/discussions</guid>
      <description><![CDATA[The FastScripts menu seem to show every file in the script folder. Why not filter on +x or extension?<br /><br />Specifically I want to get rid of *.,v files, or a folder called RCS.]]></description>
   </item>
   <item>
      <title>Feature: Hotkey to execute last script again</title>
      <link>http://www.red-sweater.com/forums/discussion/2402/feature-hotkey-to-execute-last-script-again</link>
      <pubDate>Sun, 03 Feb 2013 15:48:17 -0500</pubDate>
      <dc:creator>bumper314</dc:creator>
      <guid isPermaLink="false">2402@/forums/discussions</guid>
      <description><![CDATA[There are times that I need to execute the same script many times in a row, but I don't want to assign a regular shortcut to it (perhaps it's a script I rarely use).<br /><br />A convenient option would be a configurable hotkey to execute the last used script again.]]></description>
   </item>
   <item>
      <title>New User ... What just happened?!</title>
      <link>http://www.red-sweater.com/forums/discussion/2395/new-user-what-just-happened</link>
      <pubDate>Tue, 22 Jan 2013 10:55:57 -0500</pubDate>
      <dc:creator>BobTabor</dc:creator>
      <guid isPermaLink="false">2395@/forums/discussions</guid>
      <description><![CDATA[First, Looking through the boards for the answer.  I'm impressed with how kindly you treat your users.  I'll be purchasing this software if for no other reason than that.<br /><br />I just installed FastScripts.  It looks great -- still getting my head around it.  Frankly, I'm blindly following the instructions from this blogger:<br /><br /><a href="http://osherove.com/blog/2013/1/22/mac-keyboard-shortcut-to-enable-and-disable-function-keys.html" target="_blank" rel="nofollow">http://osherove.com/blog/2013/1/22/mac-keyboard-shortcut-to-enable-and-disable-function-keys.html</a><br /><br />My goal is to eliminate the need for mac keyboard function key when using VMWare / Windows / Visual Studio, so instead of pressing function+F5, I just want to hit F5 -- when in VMWARE.  I followed his instructions but at some point, fired off the script he references.  It works!  However, instead of simply working when VMWare is loaded, I now have to press that combination on the Mac side to get any of the default features to work -- i.e., volume, brightness, etc.  While this is not a show stopper, this is not quite what I had in mind.  I was hoping this would only happen while using VMWare.<br /><br />So:<br /><br />(1) What did I do wrong (so I don't do it again) ... and more importantly ...<br />(2) What can I do to fix this?<br /><br />Any guidance would be greatly appreciated.  Thank you kindly,<br />Bob Tabor]]></description>
   </item>
   <item>
      <title>Keystroke delay</title>
      <link>http://www.red-sweater.com/forums/discussion/2011/keystroke-delay</link>
      <pubDate>Thu, 01 Sep 2011 13:23:41 -0400</pubDate>
      <dc:creator>Mackworth</dc:creator>
      <guid isPermaLink="false">2011@/forums/discussions</guid>
      <description><![CDATA[Recently, my keystroke invocations are waiting until the modifier keys are released; e.g. I type control-D and the script doesn't start until I release the control key even if I hold it for 10 seconds.  During this time, the fastscripts icon turns blue. <br /><br />I noticed your release note: "Prevent conflicts with synthesized "key code" command and script keyboard shortcut".  So is this a new behavior to avoid such conflicts?  If so, is there any way to turn it off, as I use the commands to either delete (Control-D) or file (Control-F) my mail, just holding down the control key and typing D or F on each piece? I do generate a code in the script (down arrow to leave my cursor where it was after filing/deleting), but the control modifier doesn't affect it. <br /><br />Related but independent question, does this mean that people don't need to add the delay 0.5 anymore?]]></description>
   </item>
   <item>
      <title>Dumb question: with Firefox active, no FastScripts menulet??</title>
      <link>http://www.red-sweater.com/forums/discussion/1071/dumb-question-with-firefox-active-no-fastscripts-menulet</link>
      <pubDate>Sun, 08 Feb 2009 13:53:50 -0500</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">1071@/forums/discussions</guid>
      <description><![CDATA[Somehow it seems the answer should be obvious, but it's not. When using the Finder, for example, I can access Fast Scripts. But when using Firefox, the Red Sweater icon goes away from the menubar.]]></description>
   </item>
   <item>
      <title>Application Loses Focus on Script Execution</title>
      <link>http://www.red-sweater.com/forums/discussion/2357/application-loses-focus-on-script-execution</link>
      <pubDate>Sun, 28 Oct 2012 23:13:16 -0400</pubDate>
      <dc:creator>ctferrarajr</dc:creator>
      <guid isPermaLink="false">2357@/forums/discussions</guid>
      <description><![CDATA[Hey guys, <br /><br />I'm trying to make a simple script to help me scroll down from a hot key. The script is as follows:<br /><br />tell application "System Events"<br />		key code 125<br />end tell<br /><br />It works great when run from the editor but once I run it from FastScripts the following happens. I hit the hotkey, the current application window loses focus (but the application stays frontmost), THEN the script is run (to no affect because there is no active window). <br /><br />What am I missing here? This happens in a few of my scripts that involve keypresses on certain windows. <br />]]></description>
   </item>
   <item>
      <title>Can execute a script fine using apples script pull down on the menu bar. Errors when using FastScri</title>
      <link>http://www.red-sweater.com/forums/discussion/2345/can-execute-a-script-fine-using-apples-script-pull-down-on-the-menu-bar-errors-when-using-fastscri</link>
      <pubDate>Fri, 12 Oct 2012 09:05:41 -0400</pubDate>
      <dc:creator>llegg</dc:creator>
      <guid isPermaLink="false">2345@/forums/discussions</guid>
      <description><![CDATA[This is a script involving data/image transfer from Media Pro to Filemaker Pro via Applescript. Can execute a script fine using apples script pull down on the menu bar. Errors when using FastScript. Running OS 10.6.8. I get the error on two different machines.<br /><br />The error I get is:<br /><br />Error Number:FileMaker Pro got an error: Object not found.<br />-10006<br /><br />The script:<br /><br />tell application "Media Pro"<br />	set itemNumber to 1<br />	tell catalog 1<br />		set itemSelection to selection<br />		set theItemList to media info of every media item as list<br />		<br />		set itemCount to count of theItemList<br />	end tell<br />	<br />	repeat itemCount times<br />		tell application "Media Pro"<br />			<br />			tell catalog 1<br />				set itemSelection to selection<br />				set theItemList to media info of every media item as list<br />				set itemCount to count of theItemList<br />				set widthVar to width of media item itemNumber<br />				set heightVar to height of media item itemNumber<br />				set resolutionVar to resolution of media item itemNumber<br />				set fileType to file type of media item itemNumber<br />				set encodingVar to encoding of media item itemNumber<br />				set fileSize to file size of media item itemNumber<br />				set colorDepth to color depth of media item itemNumber<br />				set colorSpace to color space of media item itemNumber<br />				set colorProfile to color profile of media item itemNumber<br />				set applicationVar to file creator of media item itemNumber<br />				set theFileName to name of media item itemNumber<br />				set theFilePath to path of media item itemNumber<br />				set x to the offset of ":" in (the reverse of every character of theFilePath) as text<br />				set the parent_folder_path to (characters 1 thru -(x) of theFilePath) as text<br />				set parent_folder to last word of parent_folder_path as text<br />				<br />				set thumbVar to thumbnail of media item itemNumber<br />				if resolutionVar = 0 then set resolutionVar to 72<br />				set widthVar to widthVar / resolutionVar as real<br />				set widthVar to (round widthVar * (10 ^ 3) rounding up) / (10 ^ 3)<br />				set heightVar to heightVar / resolutionVar<br />				set heightVar to (round heightVar * (10 ^ 3) rounding up) / (10 ^ 3)<br />				set dimensionVar to widthVar &amp; " x " &amp; heightVar as text<br />				set colorProfileName to color profile of media item itemNumber<br />				<br />			end tell<br />			<br />			if colorProfile = "" then<br />				set colorProfile to "None"<br />			else<br />				set colorProfile to "Profile"<br />			end if<br />			<br />		end tell<br />		set the clipboard to thumbVar<br />		<br />		set databaseNumber to "GoToFieldPasteClip_" &amp; itemNumber<br />		<br />		tell application "FileMaker Pro"<br />			tell database "Custom Color Printer Set-Up"<br />				tell current record<br />					set theFileNameField to "File Name" &amp; itemNumber<br />					set widthVarField to "CM in Width_" &amp; itemNumber<br />					set heightVarField to "CM in Tall_" &amp; itemNumber<br />					set dimensionVarField to "DocumentPageSize_" &amp; itemNumber<br />					set FinalTrimSizeField to "FinalTrimSize_" &amp; itemNumber<br />					set fileTypeField to "DocumentName_" &amp; itemNumber<br />					set colorProfileField to "Rip <a href="/forums/profile/_">@_</a>" &amp; itemNumber<br />					set PrintAtField to "Print <a href="/forums/profile/_">@_</a>" &amp; itemNumber<br />					--set ReqNumber to "Req #_" &amp; itemNumber<br />					set colorProfileNameField to "Profile_" &amp; itemNumber<br />					if colorProfileName &gt; 0 then<br />						set cell colorProfileNameField to colorProfileName<br />					else<br />						set cell colorProfileNameField to "No Profile"<br />					end if<br />					try<br />					on error<br />						set cell ReqNumber to colorProfileName<br />					end try<br />					<br />					set cell theFileNameField to theFileName<br />					set cell widthVarField to widthVar<br />					set cell heightVarField to heightVar<br />					set cell dimensionVarField to dimensionVar<br />					set cell FinalTrimSizeField to dimensionVar<br />					try<br />						set cell fileTypeField to fileType &amp; "-" &amp; applicationVar<br />					on error<br />						set cell fileTypeField to fileType &amp; "" &amp; ""<br />					end try<br />					set cell colorProfileField to colorProfile<br />					set cell "Job ID" to parent_folder<br />					set cell "File Path" to parent_folder_path<br />					set cell PrintAtField to "100%"<br />					do script "Set Field to Technician"<br />					<br />				end tell<br />				tell application "FileMaker Pro"<br />					<br />					do script FileMaker script databaseNumber<br />					delay 1<br />				end tell<br />			end tell<br />			<br />		end tell<br />		<br />		<br />		<br />		set itemNumber to itemNumber + 1<br />		<br />	end repeat<br />end tell<br /><br /><br /><br />Any ideas?<br /><br />]]></description>
   </item>
   <item>
      <title>New location for application scripts</title>
      <link>http://www.red-sweater.com/forums/discussion/2326/new-location-for-application-scripts</link>
      <pubDate>Mon, 10 Sep 2012 16:32:25 -0400</pubDate>
      <dc:creator>koderkev</dc:creator>
      <guid isPermaLink="false">2326@/forums/discussions</guid>
      <description><![CDATA[I have been struggling with mail scripts in 10.8 and just found out that the location for application scripts has changed to ~/Library/Application Scripts. And it looks like the app names alone won't work, they have to be in the format com.apple.mail. Will Fastscripts be updated to support this change?]]></description>
   </item>
   <item>
      <title>Debugging Best-Practices</title>
      <link>http://www.red-sweater.com/forums/discussion/2168/debugging-best-practices</link>
      <pubDate>Sun, 26 Feb 2012 00:55:40 -0500</pubDate>
      <dc:creator>lotusone</dc:creator>
      <guid isPermaLink="false">2168@/forums/discussions</guid>
      <description><![CDATA[Often I have a script that works great on the command line, but fails when run from FastScripts. Its usually related to differences in the environment or forgetting to add the executable bit to a script file.<br /><br />What's the best way to debug things like this? In Ruby scripts, I was using rb-appscript with the Standard Scripting Addition to display dialogs to sprinkle in logging, but it's a painful experience. It'd be really great to get the error output directly.]]></description>
   </item>
   <item>
      <title>Mountain Lion</title>
      <link>http://www.red-sweater.com/forums/discussion/2298/mountain-lion</link>
      <pubDate>Fri, 03 Aug 2012 10:53:21 -0400</pubDate>
      <dc:creator>vanity</dc:creator>
      <guid isPermaLink="false">2298@/forums/discussions</guid>
      <description><![CDATA[I'm preparing for the jump from Snow Leopard to Mountain Lion. Is FastScripts ready?<br /><br />I think of the applications I automate only Safari is sandboxed.]]></description>
   </item>
   <item>
      <title>slow from menubar</title>
      <link>http://www.red-sweater.com/forums/discussion/1649/slow-from-menubar</link>
      <pubDate>Sat, 23 Oct 2010 05:50:02 -0400</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">1649@/forums/discussions</guid>
      <description><![CDATA[Hi there,<br /><br />When I click the FS icon in the menubar, there is a significant delay between the click and the appearance of the script menu, up to 3 seconds. I'm running the latest 2.5 build of FS under 10.6.4 on a 2.5 year old 2.4 GHz MBP. I keep my script folder in my Dropbox, symlinked back to home/library so that I can share the same scripts with my hackintosh running 10.5 (I do not have this problem on the second machine). I've tried replacing the original folder, temporarily deleting the folder and even reinstalling FS, but the problem persists. Hopefully I'm missing something obvious, and am grateful for any ideas. Thanks in advance for your concern.]]></description>
   </item>
   <item>
      <title>Display message size</title>
      <link>http://www.red-sweater.com/forums/discussion/1652/display-message-size</link>
      <pubDate>Mon, 25 Oct 2010 23:56:44 -0400</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">1652@/forums/discussions</guid>
      <description><![CDATA[If i run this code, it splits text to two different rows. I would like to show very long strings in one row.<br /><br /><div class="PreContainer"><pre>tell application \&quot;FastScripts\&quot; to set test_note to display message  \&quot;testing testing testing testing testing\&quot; at screen position center dismissing after delay 0<br />tell application \&quot;FastScripts\&quot; to set autodismiss time of test_note to 1.01</pre></div><br /><br />I know i could use something like this:<br /><br /><div class="PreContainer"><pre>set test_note's bounds to {300, 200, 800, 300}</pre></div><br /><br />But since length of text changes every time and amount of rows too changes, size of window must be different too.<br /><br />How i can find out how long and how high text is in pixels so i can set bounds correctly?]]></description>
   </item>
   <item>
      <title>Macbook Air unwilling to release F-key for FastScripts use</title>
      <link>http://www.red-sweater.com/forums/discussion/1746/macbook-air-unwilling-to-release-f-key-for-fastscripts-use</link>
      <pubDate>Fri, 07 Jan 2011 23:08:07 -0500</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">1746@/forums/discussions</guid>
      <description><![CDATA[Hi Daniel, guys - this is my 1st post here. Daniel: I'm a _long_ time user, amazing app!<br /><br />OK, as I stated in the title, my new, late 2010 MBA 13]]></description>
   </item>
   <item>
      <title>keyboard macros</title>
      <link>http://www.red-sweater.com/forums/discussion/1735/keyboard-macros</link>
      <pubDate>Sat, 01 Jan 2011 00:55:26 -0500</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">1735@/forums/discussions</guid>
      <description><![CDATA[How would I use FastScripts to be a keyboard macro utility?  I.e. I'd like to hit a hot-key combo and have text typed at the current focus.]]></description>
   </item>
   <item>
      <title>FastScripts 2.5</title>
      <link>http://www.red-sweater.com/forums/discussion/1333/fastscripts-2-5</link>
      <pubDate>Tue, 29 Dec 2009 11:30:54 -0500</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">1333@/forums/discussions</guid>
      <description><![CDATA[I haven't been using FastScripts for a while now because it was taking much too long to search my machine for scripts (in excess of 2000 of them), so I was extremely pleased with the speed with which 2.5 got down to business when I tried it this morning. Good stuff, Daniel. As Quicksilver triggers are getting increasingly flakey these days, I'll move back to FastScripts triggers for scripts I use all the time.]]></description>
   </item>
   <item>
      <title>upgraded to Lion and now missing a Finder script</title>
      <link>http://www.red-sweater.com/forums/discussion/2176/upgraded-to-lion-and-now-missing-a-finder-script</link>
      <pubDate>Sat, 03 Mar 2012 13:02:51 -0500</pubDate>
      <dc:creator>ahreff</dc:creator>
      <guid isPermaLink="false">2176@/forums/discussions</guid>
      <description><![CDATA[After upgrading to Lion, I can no longer find the Finder script for adding text to a file. Any suggestions?]]></description>
   </item>
   <item>
      <title>Transferring shortcuts between versions and machines</title>
      <link>http://www.red-sweater.com/forums/discussion/1902/transferring-shortcuts-between-versions-and-machines</link>
      <pubDate>Tue, 10 May 2011 03:17:37 -0400</pubDate>
      <dc:creator>ian.haigh</dc:creator>
      <guid isPermaLink="false">1902@/forums/discussions</guid>
      <description><![CDATA[Hi,<br /><br />I'm finally getting around to asking a question that's been bugging me forever: is there a way to transfer my keyboard shortcuts from one version of an application to another? For example, I had a bunch of scripts for Adobe Illustrator CS4. When I got my CS5 upgrade, I duly installed it, only now the scripts folder name is "Adobe Illustrator CS5". Consequently, FastScripts no longer recognises the shortcuts that I've (oh-so-painstakingly) set up.<br /><br />(What I actually do is create an alias called "Adobe Illustrator CS5" pointing to my original CS4 scripts folder, which is somewhere else entirely. But the problem still applies.)<br /><br />Secondly, I'd love a way to install scripts on another machine, including the FastScripts shortcuts. Say, for example, I've set up a suite of scripts that I want to send to someone, and I would like include predefined shortcuts for convenience … it would be great if they could double click an XML file with setup data. Alternatively they could run an AppleScript to do it (I did investigate this option, but it appears as though the keyboard shortcut is read only?).<br /><br />I imagine a solution to both of these scenarios is a way to export and import a plain text representation of an application's shortcuts (it could be in XML or JSON or something), including an option to nuke your existing shortcuts. I did have a look at com.red-sweater.FastScripts.plist … but the shortcut info looks like binary. And, therefore, terrifying.<br /><br />I had a look at the FAQ and the forums, but didn't turn up anything useful. Has anyone come up with a solution? <br /><br />Thanks!<br />Ian]]></description>
   </item>
   <item>
      <title>v2.6 hangs in Tiger?</title>
      <link>http://www.red-sweater.com/forums/discussion/1952/v2-6-hangs-in-tiger</link>
      <pubDate>Mon, 18 Jul 2011 13:52:28 -0400</pubDate>
      <dc:creator>DontGetHerPregnant</dc:creator>
      <guid isPermaLink="false">1952@/forums/discussions</guid>
      <description><![CDATA[I think I may updated too far...<br /><br />After updating to 2.6 the other day,  I'm (repeatedly) getting a hanging beachball, after just a few minutes after launching...<br /><br />Is there a way to downgrade?]]></description>
   </item>
   <item>
      <title>System scripts visibility</title>
      <link>http://www.red-sweater.com/forums/discussion/2047/system-scripts-visibility</link>
      <pubDate>Sun, 16 Oct 2011 18:50:35 -0400</pubDate>
      <dc:creator>Ludoal</dc:creator>
      <guid isPermaLink="false">2047@/forums/discussions</guid>
      <description><![CDATA[Feature request:<br />Would it be possible to add a preference item to hide System scripts, like in the AppleScript Editor Preferences?]]></description>
   </item>
   <item>
      <title>Fastscripts doesn&#039;t like my user folder on external drive</title>
      <link>http://www.red-sweater.com/forums/discussion/2041/fastscripts-doesnt-like-my-user-folder-on-external-drive</link>
      <pubDate>Sun, 02 Oct 2011 18:05:31 -0400</pubDate>
      <dc:creator>koderkev</dc:creator>
      <guid isPermaLink="false">2041@/forums/discussions</guid>
      <description><![CDATA[I just recently installed an SSD drive as my boot drive in my Mac mini. Because of space, I've moved my user folder to an external drive, which so far works well for most things. Fastscripts, however, refuses to run. When I try, it puts a spinner in the menubar for a moment and then quits.<br /><br />Is there a workaround for this? Thanks for any help you can give.<br /><br />Kevin]]></description>
   </item>
   <item>
      <title>Shell Script Editor</title>
      <link>http://www.red-sweater.com/forums/discussion/2013/shell-script-editor</link>
      <pubDate>Mon, 05 Sep 2011 14:56:40 -0400</pubDate>
      <dc:creator>lotusone</dc:creator>
      <guid isPermaLink="false">2013@/forums/discussions</guid>
      <description><![CDATA[Why does this option exist? In general, the mac default application is used. I was boggled (I wasted 20 minutes) by why some .rb files opened with one application and some opened with another (but only in FS)! Eventually I tracked down the difference to the executable bit (which still left me confused), and then stumbled upon the preference.]]></description>
   </item>
   <item>
      <title>Abort a running script?</title>
      <link>http://www.red-sweater.com/forums/discussion/1984/abort-a-running-script</link>
      <pubDate>Fri, 05 Aug 2011 17:35:43 -0400</pubDate>
      <dc:creator>bobstern</dc:creator>
      <guid isPermaLink="false">1984@/forums/discussions</guid>
      <description><![CDATA[How can I abort a running script?<br /><br />While a script is running, the FastScripts menu displays as its sole menu item "Abort running script", but the menu item is grayed out so that I cannot select it.<br /><br />Is there a keyboard shortcut to abort any currently running script?]]></description>
   </item>
   <item>
      <title>FastScripts&#039; invoke command</title>
      <link>http://www.red-sweater.com/forums/discussion/1970/fastscripts-invoke-command</link>
      <pubDate>Thu, 28 Jul 2011 10:52:37 -0400</pubDate>
      <dc:creator>ljr</dc:creator>
      <guid isPermaLink="false">1970@/forums/discussions</guid>
      <description><![CDATA[Hi everyone,<br /><br />is it possible to use FastScripts' invoke command in combination with a file path?<br /><br />I am thinking of something more or less like this (which of course does not work):<br /><br />tell app "FastScripts"<br />invoke script item file "Mac:myName:....:someScript.scpt"<br />end<br /><br />I have pretty much understood the basic idea of the invoke command by reading this post: <a href="http://www.red-sweater.com/forums/discussion/comment/363/#Comment_363" target="_blank" rel="nofollow">http://www.red-sweater.com/forums/discussion/comment/363/#Comment_363</a><br /><br />But it seems like quite a detour and I would like to be able to point directly to the scpt file.<br /><br />Thanks in advance<br /><br />Luke<br /><br /><br />Background:<br />I have an AppleScript applet that responds to a url scheme and then launches a series of other scripts.<br />My first approach using "run script" turned out to be way to slow. The second approach via "do shell script" and "osascript" is running faster but it still does not perform as well as FastScripts. So I would love to see FastScripts handle the tasks... :)<br />]]></description>
   </item>
   <item>
      <title>AppleScript and Shortcut Problems</title>
      <link>http://www.red-sweater.com/forums/discussion/1910/applescript-and-shortcut-problems</link>
      <pubDate>Wed, 18 May 2011 02:18:29 -0400</pubDate>
      <dc:creator>mwean</dc:creator>
      <guid isPermaLink="false">1910@/forums/discussions</guid>
      <description><![CDATA[I'm trying to set up an AppleScript to run with a keyboard shortcut. If I select the item from the scripts menu, it works fine, but it doesn't if I use a keyboard shortcut. The applescript simply runs a Ruby script through the shell. So far I've found two problems:<br /><br />-Using a complicated shortcut like cmd-opt-ctrl-shift-\ makes the AppleScript display the dialog "Press Run to run this script, or Quit to quit."<br /><br />-Using a more simple shortcut, the Ruby script is opened with an editor rather than being executed.<br /><br />I'm wondering why the script would behave differently in these situations. Thanks for your help!]]></description>
   </item>
   <item>
      <title>App-specific shortcuts triggering from other apps</title>
      <link>http://www.red-sweater.com/forums/discussion/1370/app-specific-shortcuts-triggering-from-other-apps</link>
      <pubDate>Wed, 10 Feb 2010 17:50:29 -0500</pubDate>
      <dc:creator></dc:creator>
      <guid isPermaLink="false">1370@/forums/discussions</guid>
      <description><![CDATA[Although it says in Preferences/Script Shortcuts that "Shortcuts for scripts within the 'Applications' folder are only active when that application is frontmost", I've found that scripts stored in ~/Library/Scripts/Applications/Mail trigger no matter which application has focus. Am I going wrong somewhere?]]></description>
   </item>
   </channel>
</rss>