Re: Illustrator 10: Ungrouping Groups of Groups
Re: Illustrator 10: Ungrouping Groups of Groups
- Subject: Re: Illustrator 10: Ungrouping Groups of Groups
- From: Jesper Storm Bache <email@hidden>
- Date: Thu, 14 Nov 2002 09:11:00 -0800
I believe that Shane meant to say something like the following:
tell application "Adobe Illustrator 10.0.3"
move every page item of group item 1 of layer 1 of current document to end
of layer 1 of current document
end tell
(Shane - I apologize if I guessed wrong)
Jesper
At 11:14 PM 11/13/2002 -0500, Jason Bourque wrote:
On 11/13/02 5:09 PM, "Shane Stanley" <email@hidden> wrote:
> On 14/11/02 5:49 AM +1000, Jason Bourque, email@hidden, wrote:
>
>> Any ideas on how I can script Illustrator 10 to disassemble a group of
>> groups of groups?
>
> Just move the component groups:
>
> move every group of group 1 of layer x to end of layer x
>
> --
> Shane Stanley, email@hidden
Ok, it doesn't compile. Does the layer have to be different from the one the
group is on?
And how do you ungroup the items within the group.
Jason Bourque
_______________________________________________
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.
_______________________________________________
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.