Re: Getting Font Usage list from Quark?
Re: Getting Font Usage list from Quark?
- Subject: Re: Getting Font Usage list from Quark?
- From: Dave Glass <email@hidden>
- Date: Thu, 23 May 2002 15:50:35 -0700
On 05/23/02 15:07, "Gregory Smith" <email@hidden> wrote:
>
Hello all!
>
>
What's the trick to getting Quark to revel a document's properties? I'm
>
referencing Shirley Hopkins 'AS QuarkXpress'. She writes that:
>
>
tell app "Quark"
>
activate
>
tell document1
>
get properties
>
end tell
>
end tell
>
>
I do this to a generic single text box document and I get an error:
>
>
"Can't get every property of "Document1"."
>
>
I'm ultimately looking to get a list (record) of all fonts in use in the
>
document but I can't seem to get past this! What am I missing here since
>
the book indicates this is what you do. Any help would be appreciated.
>
>
Thanks for you help in advance.
>
>
Cheers,
>
Greg
>
_______________________________________________
>
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.
Steve gave you the specific answer to your question. The generic problem is
that you don't have a space between "document" and "1"
Regards,
Dave Glass
email@hidden
_______________________________________________
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.