- Regenerated suites

- Use (and document) "start" argument to TalkTo initializer
This commit is contained in:
Jack Jansen 1996-09-20 15:22:47 +00:00
parent 35bfd3f9d7
commit bdf03a0072
4 changed files with 31 additions and 29 deletions

View file

@ -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