• 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: Referencing splitter group contents
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Referencing splitter group contents


  • Subject: Re: Referencing splitter group contents
  • From: email@hidden
  • Date: Mon, 08 Oct 2012 17:32:11 +0000
  • Importance: Normal
  • Sensitivity: Normal

Ahhh, yes. Thanks much.

Haven't used that in at least 2 years.

Sent from my Verizon Wireless BlackBerry

From: Zachary Jarrett <email@hidden>
Date: Mon, 08 Oct 2012 09:55:33 -0700
To: Alex Zavatone<email@hidden>
Cc: applescript-users-request Users<email@hidden>
Subject: Re: Referencing splitter group contents

The problem is that xCode doesn't have a definition for "splitter group".  You need to use the System Events application for GUI scripting.  
So something like this:

tell application "System Events"
tell process "Xcode"
tell window 1
tell group 1
tell splitter group 1
--do stuff
end tell
end tell
end tell
end tell
end tell

Good luck!
Zack

On Oct 8, 2012, at 8:27 AM, Alex Zavatone <email@hidden> wrote:

tell application "Xcode"
-- click button "Clear" of splitter group 1 of group 3 of splitter group 1 of group 2 of splitter group 1 of group 1 of window 1 
tell window 1
tell group 1
tell (splitter group) 1
end tell
end tell
end tell
end tell


 _______________________________________________
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/archives/applescript-users

This email sent to email@hidden

References: 
 >Referencing splitter group contents (From: Alex Zavatone <email@hidden>)

  • Prev by Date: Re: Referencing splitter group contents
  • Next by Date: Re: AppleScript-Users Digest, Vol 9, Issue 401
  • Previous by thread: Re: Referencing splitter group contents
  • Next by thread: Re: AppleScript-Users Digest, Vol 9, Issue 401
  • Index(es):
    • Date
    • Thread