• 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: arrange icons on desktop
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: arrange icons on desktop


  • Subject: Re: arrange icons on desktop
  • From: Yvan KOENIG <email@hidden>
  • Date: Wed, 16 Nov 2005 08:45:44 +0100


Le 16 nov. 2005, à 1:36, email@hidden a écrit : …
Hmmm!

on check_checkbox_ticked()
try
tell application "System Events"
tell process app_name
tell window "Desktop"
set checkbox_status to value of checkbox "Keep arranged by" as string
end tell
end tell
end tell
on error error_message
return false
end try


end check_checkbox_ticked


Hello

I'm using 10.3.9 and this handler always returns false so the script is not usable.


As a french user, I had to add these instructions:

if french is true then
	set app_name to "Finder"
	set menu_name to "Présentation"
	set menu_item to "Afficher les options de présentation"
	set wName to "Bureau"
	set cName to "Rangées par"
else
	set app_name to "Finder"
	set menu_name to "View"
	set menu_item to "Show View Options"
	set wName to "Desktop"
	set cName to "Keep arranged by"
end if

Yvan KOENIG

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: arrange icons on desktop
      • From: kai <email@hidden>
References: 
 >Re: arrange icons on desktop (From: email@hidden)

  • Prev by Date: Using a prompt value from another handler
  • Next by Date: Re: Web text to word
  • Previous by thread: Re: arrange icons on desktop
  • Next by thread: Re: arrange icons on desktop
  • Index(es):
    • Date
    • Thread