On 21-May-01, Shane Cracknell wrote:

> 
> Hello 
> 
> I have worked it out as far as i can tell and the only way i seem to
> be able to get Wordworth to save to Voyager is to type out what i need
> to in WW then save as asci which saves to Ram:t then quit WW. It then
> it appears in Voyager msg box.. It appears that it will not save to V
> with WW still active ...
>         unless there is another way to do it?
> 
You might try writing an ARexx script. The reason that you must exit WW
is that voyager (or any proggie that uses an external editor) needs to
know that you've finished editing the message. The logical way of
knowing this is by waiting until the editor closes (this is why sticky
mode is required). Interspersing a script that waits for a close
command from you would be a workaround. Its construction is more than I
am prepared to tackle, but the idea is 
    
   1.V calls the AREXX script, passing the filename it will want to be
returned.
   2.AREXX opens WW if it's not open, and passes the filename to WW. If
WW is already      open, the script just opens the document for
editing. The script then waits for       a close command from you.
   3.When you finish editing the message, you save it to t: and then
close the AREXX       script. V detects that the script has closed and
reads the message into the 
     mailto: box    

Not quite so simple.    

> 
-- 
Bob Q

Rocket Scientist during the day,
Amiga Afficionado all night.

_____________________________________________________________________
Voyager Mailing List - http://v3.vapor.com/
Voyager FAQ....: http://faq.vapor.com/voyager/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE

Reply via email to