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

Referencing splitter group contents


  • Subject: Referencing splitter group contents
  • From: Alex Zavatone <email@hidden>
  • Date: Mon, 08 Oct 2012 11:27:09 -0400

Mornin' 

I'm trying to use GUI scripting to set up an AppleScript to click Xcode's Clear button in the debugger, but it appears that splitter groups are not able to take tells.

The reference to the item is a member of two splitter groups.  

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

That doesn't compile in the Script Editor in 10.6.8 and when expanding the line into a bunch of tell blocks, it appears that AS doesn't know what a splitter group is.

Attempt below.  Any ideas?

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

  • Follow-Ups:
    • Re: Referencing splitter group contents
      • From: "William J. Cheeseman" <email@hidden>
    • Re: Referencing splitter group contents
      • From: "koenig.yvan" <email@hidden>
  • Prev by Date: Re: How to check and set a folders folder action?
  • Next by Date: Re: Referencing splitter group contents
  • Previous by thread: Re: How to check and set a folders folder action?
  • Next by thread: Re: Referencing splitter group contents
  • Index(es):
    • Date
    • Thread