• 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: Setting Finder Column width
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Setting Finder Column width


  • Subject: Re: Setting Finder Column width
  • From: Christopher Stone <email@hidden>
  • Date: Sat, 04 Oct 2014 22:04:59 -0500

On Oct 04, 2014, at 19:06, Robert Poland <email@hidden> wrote:
Try this; For some reason this won’t work when run from Smile
______________________________________________________________________

Hey Bob,

Making a few adjustments makes that work from Smile with no problem.

-----------------------------------------------------------------------------------------
tell application "Finder"
activate
tell window 1
set {leftEdge, topSide, null, null} to bounds
set xPosition to (leftEdge + 54) as integer
set yPosition to (topSide - 11) as integer
end tell
end tell
do shell script "/usr/local/bin/cliclick c:" & xPosition & "," & yPosition # move to green button
-----------------------------------------------------------------------------------------

* Note: the path to `cliclick` may be different on your machine.

Your script isn't relevant to my problem though.

My script double-clicked on the separator widget for the name column.

The cursor moves, and the cursor icon changes - but the resize doesn't take place.

--
Best Regards,
Chris

 _______________________________________________
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: Setting Finder Column width
      • From: Robert Poland <email@hidden>
References: 
 >Setting Finder Column width (From: Robert Poland <email@hidden>)
 >Re: Setting Finder Column width (From: Christopher Stone <email@hidden>)
 >Re: Setting Finder Column width (From: Robert Poland <email@hidden>)

  • Prev by Date: Re: Setting Finder Column width
  • Next by Date: Re: Setting Finder Column width
  • Previous by thread: Re: Setting Finder Column width
  • Next by thread: Re: Setting Finder Column width
  • Index(es):
    • Date
    • Thread