Re: [Pythonmac-SIG] appscript questions

2006-08-05 Thread has
Nicholas Riley wrote: > I agree - if the app quits, it should stay quit. Sometimes when I'm > trying to abort a script I quit an app that's being controlled, and to > see it relaunch over and over and over again... aaargh. OK. Plan is that: 1. run() and launch() will be allowed to relaunch an a

Re: [Pythonmac-SIG] appscript questions

2006-08-03 Thread Bob Ippolito
On Aug 3, 2006, at 3:49 PM, Dethe Elza wrote: > Ronald Oussoren wrote: > >> On Aug 3, 2006, at 7:08 PM, has wrote: >>> p.s. If anyone'd like to help me out a bit, I'd really like to get >>> all the manuals into the standard Python documentation format >>> now. So >>> if you're familiar with th

Re: [Pythonmac-SIG] appscript questions

2006-08-03 Thread Dethe Elza
Ronald Oussoren wrote: > On Aug 3, 2006, at 7:08 PM, has wrote: >> p.s. If anyone'd like to help me out a bit, I'd really like to get >> all the manuals into the standard Python documentation format now. So >> if you're familiar with the tools and would like to have a go then >> let me know - it'

Re: [Pythonmac-SIG] appscript questions

2006-08-03 Thread Ronald Oussoren
On Aug 3, 2006, at 7:08 PM, has wrote: Hi folks, Getting appscript prepared for the next release (only a couple away from beta now), and wondering if anyone has preferences on the following: 1. If a local application quits while a script is using it, either unexpectedly or because the client

Re: [Pythonmac-SIG] appscript questions

2006-08-03 Thread Nicholas Riley
On Thu, Aug 03, 2006 at 06:08:26PM +0100, has wrote: > So I'm more inclined towards the latter, but would like to know what > others think.) I agree - if the app quits, it should stay quit. Sometimes when I'm trying to abort a script I quit an app that's being controlled, and to see it relaunch o

[Pythonmac-SIG] appscript questions

2006-08-03 Thread has
Hi folks, Getting appscript prepared for the next release (only a couple away from beta now), and wondering if anyone has preferences on the following: 1. If a local application quits while a script is using it, either unexpectedly or because the client script sent a 'quit' command, shoul