RE: Calling Applications
RE: Calling Applications
- Subject: RE: Calling Applications
- From: Paul Medland <email@hidden>
- Date: Sat, 01 Feb 2003 21:29:39 -0500
Thanks JJ,
I tried this and the scripts do not compile however if I change the name of
Quark in the tell statement to the actual name of QuarkXpress the script
compiles.
tell application "Finder"
set Quark to name of application file id "XPR3"
end tell
--"QuarkXpress 4.1"
tell application Quark
tell document 1
set xDocMeasure to horizontal measure
set yDocMeasure to vertical measure
end tell
end tell
Is there something I'm missing here? When I first saw this I thought it
might be too good to be true.
Another question for this list. In all the years of Applescript, is there
still no native way to physically delete a file without having to move it to
the trash first and empty or use third party OSAX.
Regards,
--
Paul Medland
QuickTrac Developer
Quickwire Labs
Hamilton, Ontario, CA
Email: email@hidden
Phone: 905-526-3535
Mobile: 905-515-1334
Web: www.quicktrac.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.