• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Group Items in Illustrator
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Group Items in Illustrator


  • Subject: Re: Group Items in Illustrator
  • From: Simon Topliss <email@hidden>
  • Date: Fri, 22 Jun 2001 13:18:08 +0100

Pier,

Use the move command.

-- This script ungroups all items of group item 1
tell application "Adobe Illustrator. 9.0.2"
set allPageItems to every page item of group item 1 of document 1
move allPageItems to beginning of layer 1 of document 1
end tell

HTH

Simon

On 22/6/01 11:46 am, "Pier Kuipers" <email@hidden> wrote:

> Anybody any ideas on how to ungroup items in Illustrator? I seem to
> have terrible problems dealing with groups:
>
> set selected of (every page item of current document whose class is
> group item) to true
> --> Selects only groups, as expected.
>
> set selected of (every page item of current document whose class is
> not group item) to true
> --> Selects everything, including items that *are* group items
>
> I am sort of stuck. Any help greatly appreciated.
>
> Pier.


References: 
 >Group Items in Illustrator (From: Pier Kuipers <email@hidden>)

  • Prev by Date: Re: Group Items in Illustrator
  • Next by Date: Re: Scripting import of media into FileMaker Pro container fields
  • Previous by thread: Re: Group Items in Illustrator
  • Next by thread: What the "tell" is going on?
  • Index(es):
    • Date
    • Thread