I get troubles with Finder's Apple Menu Menu Items: why ?
I get troubles with Finder's Apple Menu Menu Items: why ?
- Subject: I get troubles with Finder's Apple Menu Menu Items: why ?
- From: Emile Schwarz <email@hidden>
- Date: Sun, 10 Aug 2008 11:40:28 +0200
Hi all,
Read below the script and what it returns. Basically, it tells that my
Finder Apple Menu have 21 Menu Items where I can count only 17 (menu
item separator included) and returns two times two Menu Items (one with
an ellipsis, one without).
Why ?
Emile
PS: Mac OS X 10.4.11 "current"
PowerBook G4 Alu 1.5GHz.
The script is:
tell application "System Events"
tell process "Finder"
set actualMenu to menu 1 of menu bar item 1 of menu bar 1
return {properties of actualMenu, count of menu items in actualMenu,
name of every menu item in actualMenu}
end tell
end tell
The return data are:
{{position:{10, 22}, maximum value:missing value, name:"Apple",
size:{325, 288}, subrole:missing value, class:menu, minimum
value:missing value, enabled:true, selected:missing value,
role:"AXMenu", help:missing value, title:missing value, value:missing
value, entire contents:{}, description:"menu", focused:missing value,
orientation:missing value}, 21, {"À propos de ce Mac", "Mise à jour de
logiciels…", "Logiciels Mac OS X…", missing value, "Préférences
Système…", "Dock", "Configuration réseau", missing value, "Éléments
récents", missing value, "Forcer à quitter…", "Forcer à quitter Finder",
missing value, "Suspendre l’activité", "Redémarrer…", "Redémarrer",
"Éteindre…", "Éteindre", missing value, "Fermer la session Emile
Schwarz…", "Fermer la session Emile Schwarz"}}
_______________________________________________
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