• 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: How to modify Grid Spacing ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to modify Grid Spacing ?


  • Subject: Re: How to modify Grid Spacing ?
  • From: "koenig.yvan" <email@hidden>
  • Date: Thu, 20 Dec 2012 10:54:57 +0100


Le 20/12/2012 à 09:42, emile.a.schwarz <email@hidden> a écrit :


Maybe this one is cleaner

activate application "Finder"
tell application "System Events" to tell application process "Finder"
if not (exists (first window whose subrole is "AXSystemFloatingWindow")) then
keystroke "j" using {command down}
repeat until exists (first window whose subrole is "AXSystemFloatingWindow")
delay 0.1
end repeat
end if
tell (first window whose subrole is "AXSystemFloatingWindow") to tell first group
get value of slider 2 # To get the value in use in a window using default spacing
set value of slider 2 to 54.0
end tell
end tell

Yvan KOENIG (VALLAURIS, France) jeudi 20 décembre 2012 10:48:29




 _______________________________________________
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: How to modify Grid Spacing ?
      • From: "koenig.yvan" <email@hidden>
    • Re: How to modify Grid Spacing ?
      • From: Robert Poland <email@hidden>
References: 
 >How to modify Grid Spacing ? (From: "emile.a.schwarz" <email@hidden>)
 >Re: How to modify Grid Spacing ? (From: "koenig.yvan" <email@hidden>)

  • Prev by Date: Re: How to modify Grid Spacing ?
  • Next by Date: Re: How to modify Grid Spacing ?
  • Previous by thread: Re: How to modify Grid Spacing ?
  • Next by thread: Re: How to modify Grid Spacing ?
  • Index(es):
    • Date
    • Thread