Re: Replace all caps into plain
Re: Replace all caps into plain
- Subject: Re: Replace all caps into plain
- From: Jan Bultereys <email@hidden>
- Date: Tue, 26 Dec 2006 17:14:33 +0100
- Thread-topic: Replace all caps into plain
Title: Re: Replace all caps into plain
Hi Yvan,
No, it still returns me an empty statement
tell application "QuarkXPress Passport"
activate
select every text of text box 1 of document 1 whose text style range = {{class:text style info, on styles:{all caps}}}
{}
end tell
Many thanks,jan
From: KOENIG Yvan <email@hidden>
Date: Tue, 26 Dec 2006 17:12:09 +0100
To: Applescript Users <email@hidden>
Subject: Re: Replace all caps into plain
Le 26 déc. 06 à 16:55:05, Jan Bultereys a écrit :
…
But I don’t know how to approach this, the line above seems to have no syntax error but I guess I don’t approach it the right way since I don’t get any selection...
Any feedback is much appreciated
Isn't it better with:
select (every text whose text style range is {{class:text style info, on styles:{all caps}}})
Yvan KOENIG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden