• 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: Displaying 'Get Info'.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Displaying 'Get Info'.


  • Subject: Re: Displaying 'Get Info'.
  • From: Ben Waldie <email@hidden>
  • Date: Wed, 2 Jul 2003 10:01:00 -0400

Samuel,

On Wednesday, July 2, 2003, at 09:43 AM, Deivy Petrescu wrote:

I experienced the same problem originally. Changing the script to:

<script>
tell application "Finder"
activate
select folder named "SantosFC:Users:deivy:Desktop:"
end tell

tell application "System Events"
tell process "Finder"
click menu item "Get Info" of menu "File" of menu bar 1
end tell
end tell
</script>


will work. Finder has to be the frontmost application on the outset.

FYI. This should also work for you, without the use of "System Events"...

tell application "Finder"
activate -- You can leave this line out if you want to
set thePath to "MacOS X Stuff:Documents:MacSOUP II:Incoming News:";
open information window of folder thePath
end tell

- Ben

Benjamin S. Waldie
Automated Workflows, LLC
=============================================
AppleScript and Workflow Automation
Consulting - <http://www.automatedworkflows.com>
AppleScript Info - <http://www.applescriptguru.com>
AppleScript Training - <http://www.applescripttraining.com>
=============================================
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: Displaying 'Get Info'. (From: Deivy Petrescu <email@hidden>)

  • Prev by Date: Re: Displaying 'Get Info'.
  • Next by Date: Unicode Help
  • Previous by thread: Re: Displaying 'Get Info'.
  • Next by thread: Reply to "Re: Displaying 'Get Info'."
  • Index(es):
    • Date
    • Thread