diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-09-20 15:22:47 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-09-20 15:22:47 (GMT) |
commit | bdf03a0072ff662be72f5a72ae7f69a9e466c076 (patch) | |
tree | e28e851dd26ed4fcc0407908675af38c3fae9044 /Mac/Demo/applescript.html | |
parent | 35bfd3f9d7fb85db454f29c90eade210adfa392c (diff) | |
download | cpython-bdf03a0072ff662be72f5a72ae7f69a9e466c076.zip cpython-bdf03a0072ff662be72f5a72ae7f69a9e466c076.tar.gz cpython-bdf03a0072ff662be72f5a72ae7f69a9e466c076.tar.bz2 |
- Regenerated suites
- Use (and document) "start" argument to TalkTo initializer
Diffstat (limited to 'Mac/Demo/applescript.html')
-rw-r--r-- | Mac/Demo/applescript.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/Demo/applescript.html b/Mac/Demo/applescript.html index 7db5ba6..6d8688e 100644 --- a/Mac/Demo/applescript.html +++ b/Mac/Demo/applescript.html @@ -142,6 +142,10 @@ would allow us to map names to signatures). The other alternative, <CODE>ChooseApplication</CODE> from the program-to-program toolbox, is also not available from Python at the moment. <p> +If you specify the application by creator you can specify an optional +<CODE>start</CODE> parameter, which will cause the application to be +started if it is not running. <P> + The main program itself is a wonder of simplicity. We create the object that talks to Eudora (passing the signature as argument), ask the user what she wants and call the appropriate method of the talker |