This from Philip Spaelti - dateline 1/13/01 4:16 am:
> For those of us who are fallible like Drew (and Geoff too :-) you can have
> Nisus prompt you to save each new file. In the Nisus Macros there is a macro
> called INITNew (default is empty). In that macro put the following single
> line:
I sent an off-list suggestion to Drew that he could use AppleScript to bring
up the save dialog when a new document is opened. Scripts for commonly used
document templates can be placed in a folder in the Apple Menu (saved as
applets), or in OSA menu (if installed), for quick and easy access.
Here's a simple sample script, which will of course need to be adapted to
match the names and locations of files on local Macs.
tell application "Nisus Writer"
activate
open alias "Hard Disk:NW Custom Stationery:Template 1"
try
save
on error
close
end try
end tell
Now, perhaps someone with more than my scant few weeks of experience with NW
can suggest a way to trigger a script like this from a Nisus Writer menu.
Is't possible?
Mr Tea
--
Brew of the day: Orange Pekoe
This archive was generated by hypermail 2b29 : Thu Jan 18 2001 - 23:01:54 AEDT