Frank Busse worte on 5 Feb 2000 17:45:53 +0100
about [md-2] Re: Still no joy with Addressbook
> > > Or at least how can I prevent the Contact Manager window to close
> > > after doubleclicking an user?
> > Run CM, Settings, first page 'Settings', 'Misc', 'Double click', choose what
> > you want.
> Have you tried this? This didn't works in MicroDot-II on my Amiga.
> The contact manager window allways close after doubleclicking an
> recipient.
> I think Contact Manager didn't use Arexx to send the recipient to
> MicroDot-II within MicroDot-II. I can't find any Arexx-Command to add
> a recipient explicitly to the To:, Cc: or Bcc: text-gadget. :-(
Settings Window - misc
Double-click -> 'to start ARexx script'
then in the 'Programs' window, in the cycle gadget 'Mailer', bring up
'Microdot II'
In the 'Script' 'REXX:SendMD.rexx' (I have put a copy of this script at
the bottom of this Email)
In the 'Path' put the full path to the 'Microdot' programme, something like;
'NetConnect3:Programs/Microdot-II/Microdot'
Press 'Save.
All things being correct, when you have the mouse over an Email address, and
press the right-mouse-button, a small pop-up window should appear, choose
'Send Email Home/Business' and Microdot, if not already open, will start and
a new message window be opened with the address
---- 8< cut here 8< ----
/*
*
* $VER: SendMD.rexx 1.0 (12.8.98)
*
*/
Options Results
Parse Arg '"'email'" "'microdotPath'"'
IF ~SHOW(P,'MD.1') THEN DO
Address Command 'Run <NIL: >NIL:' microdotPath
Address Command 'SYS:RexxC/WaitForPort' MD.1
END
Address MD.1
'NEWMSGWINDOW' email
Exit 0
---- 8< and here 8< ----
--
Jules
This is not a 'Tagline'