CodeWarrior Question by Newbie
CodeWarrior Question by Newbie
- Subject: CodeWarrior Question by Newbie
- From: Nicholas Deane-Johns <email@hidden>
- Date: Sat, 04 Nov 2000 00:13:11 +1100
Hello all,
This is hopefully a simple question. I'm attempting to use the Create
Project/from stationery command in CodeWarrior and am getting nowhere. I'm a
student and would like to set up a script that creates the same type of
project again and again as i learn how to program in C/C++.
This is what i have been using
set StatName to choose file -- to select the stationery item in the right
folder as an alias
tell application "CodeWarrior 4.0"
Create Project "foo" from stationery StatName
end tell
simple!!! so what am i doing wrong. I get the error msg CodeWarrior got an
error "foo" doesnt understand the create project message.
This is the dictionary entry for Create Project...
Create Project: Create a new project file
Create Project alias -- New project file specifier
[from stationery alias]
I can get it to create an empty project without using "from stationery", but
i was hoping to use the from stationery as then i can create multiple little
projects as i learn...
PS i'm learning applescript too, but this one has me defeated - hence the
post