[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(DTPtechNote:679) Illustrator CSのmake new document
#678はしくじりました(笑)
で、本題。
tell application "Illustrator CS"
make new document
end tell
ってどうも文字化けしてしまう。むう、こまった
tell application "Illustrator CS"
make new document at front with properties {name:"ほにゃらら"}
end tell
だとエラーになる。
同じR/Oのプロパティでも
tell application "Illustrator CS"
make new document at front with properties {width:100, height:300}
end tell
はOKなのになぁ。。。
理不尽な、ごむたいな、アンナカレーニな。。。