Re: Quark 5 can't copy selection w/styles
Re: Quark 5 can't copy selection w/styles
- Subject: Re: Quark 5 can't copy selection w/styles
- From: Hans Haesler <email@hidden>
- Date: Tue, 7 Jan 2003 15:36:04 +0100
On Tue, 7 Jan 2003, Glenn Kowalski wrote:
>
Arrrgghh! I used to do it that way! And I might have to resort to it.
>
The real pisser here is that Quark 4 works fine, but 5 won't
>
cooperate. If anyone else has any ideas on how to replace the current
>
text selection with text from another text box (while retaining
>
styling), that would be wonderful.
Hi Glenn,
I'm sorry, it's me, again. ;-) What about this:
---
tell document 1 of application "QuarkXPress 5.01"
set objRef to object reference of selection
set selection to story 1 of text box 1 of page 1
copy
set selection to objRef
paste
end tell
---
Hans Haesler <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.