Re: quicksilver closing after running apple script

2009-12-03 Thread elspub
What versions of Skype,Quicksilver, Growl, and OS X do you have? (yeesh, so many variables here).

Re: quicksilver closing after running apple script

2009-12-02 Thread Joao Carlos
Hello Jon, thanks for the response I've just tried adding the ignoring block, but the script stops working when i do it.. it just does not do anything at all any other thoughts? On Nov 29, 4:23 pm, Jon Stovell (a.k.a. Sesquipedalian) jonstov...@gmail.com wrote: Try changing the callskype()

Re: quicksilver closing after running apple script

2009-12-02 Thread Joao Carlos
Hello, thanks for your reply :) The growl part actually works, but I've tried stripping out everything related to growl and it still does not work ;/ any other ideas? On Nov 30, 6:59 pm, elspub els...@gmail.com wrote: Actually you can't just paste it into script editor and click run to see if

Re: quicksilver closing after running apple script

2009-12-02 Thread Joao Carlos
Thanks again everyone, I'd like to add the information that the script does work and it actually complete the calls.. the problem is after like 5 seconds skype has made the call QuickSilver closes without any error messages anything else i could try? On Nov 30, 7:02 pm, Patrick Robertson

Re: quicksilver closing after running apple script

2009-11-30 Thread elspub
You might also have issues if you don't have growl installed. I'm not sure the handler I wrote doesn't cause issues if you don't have growl. If you don't have/don't want Growl: change Jon's callskype() handler (which is also better) to : on callskype(intext) ignoring application

Re: quicksilver closing after running apple script

2009-11-30 Thread Patrick Robertson
Basically, first of all you need to make sure the applescript works (that's what everyone here is trying to do). Instead of running it through Quicksilver, open up Script Editor found in your applications/utilities folder and copy / paste the script into that, then click run. If that works then

Re: quicksilver closing after running apple script

2009-11-30 Thread elspub
Actually you can't just paste it into script editor and click run to see if it works. QS actions are written to accept text from Quicksilver and act upon it. Clicking run in script editor causes nothing to happen with a perfectly good action. It's most likely not a problem with QS, as its

Re: quicksilver closing after running apple script

2009-11-30 Thread elspub
The change I give an example of above is only for the purposes of testing a script in Script Editor and will no longer work in QS. If only Google Groups let us edit posts...

Re: quicksilver closing after running apple script

2009-11-30 Thread Patrick Robertson
Woops, my bad :/ Didn't realise it was a QS action :o You could try it in script editor but replacing the argument(s) sent from QS with a default entry. 2009/11/30 elspub els...@gmail.com Actually you can't just paste it into script editor and click run to see if it works. QS actions are

Re: quicksilver closing after running apple script

2009-11-29 Thread Joao Carlos
Hello, thanks for the reply :) I've just tested it and it is still closing. The weirdest thing is even once in a while QS does not shuts down (I'd say about 5% of times), but it usually does ;/ any other ideas? On Nov 29, 1:32 am, Jon Stovell (a.k.a. Sesquipedalian) jonstov...@gmail.com

quicksilver closing after running apple script

2009-11-28 Thread Joao Carlos
I am using a script to get a number from the addressbook and call it using skype. Everything works ok and Skype dials the number just fine. Problem is, after skype is launched, quicksilver always closes and I have to relaunch it. Anyone can help me? Here's my script: -- callSkype is a

Re: quicksilver closing after running apple script

2009-11-28 Thread Jon Stovell (a.k.a. Sesquipedalian)
Try changing set cs to callskype(pn) to callskype(pn) and see if that works. On Nov 28, 7:34 pm, Joao Carlos imp...@gmail.com wrote: I am using a script to get a number from the addressbook and call it using skype. Everything works ok and Skype dials the number just fine. Problem is, after