Re: making new documents with Style
Re: making new documents with Style
- Subject: Re: making new documents with Style
- From: Bill Cheeseman <email@hidden>
- Date: Sun, 11 Feb 2001 18:10:15 -0500
on 2/11/01 4:44 PM, Emmanuel at email@hidden wrote:
>
make new document with data "Whatever" with properties {whatever:whatever}
This works for me, too.
tell application "Style"
make new document with data "Whatever" with properties {visible:false}
set visible of result to true
end tell
-
Bill Cheeseman, Quechee, Vermont <
mailto:email@hidden>
The AppleScript Sourcebook
<
http://www.AppleScriptSourcebook.com/>
Vermont Recipes-A Cocoa Cookbook
<
http://www.stepwise.com/Articles/VermontRecipes/>