h and j spec
h and j spec
- Subject: h and j spec
- From: Alberto Salvagnini <email@hidden>
- Date: Wed, 16 Jan 2002 17:07:01 +0100
Hi all,
I am trying to create a new "h and j spec" in QX 3.32 via AS. I was
using following sytntax but it doesn't work. Can anyone tell me why?
If I call the properties of the existing h and j spec, I get
->>object reference:h and j spec "new HJ spec" of document "my Document"
I don't understand why it does'nt work... grrrrrrrrrrr
TIA
Alberto from Hamburg
tell application "QuarkXPress"
activate
tell document 1
make new h and j spec at beginning with properties {name:"new HJ
spec"}
end tell
end tell
tell application "QuarkXPress"
activate
tell document 1
make new h and j spec with properties {index:2}
end tell
end tell
tell application "QuarkXPress"
activate
tell document 1
make new h and j spec at beginning with properties {index:2}
end tell
end tell
tell application "QuarkXPress"
activate
tell document 1
make new h and j spec with properties {object reference:h and j spec
"new HJ spec" of document "my Document"}
end tell
end tell