Re: Script don't run from script menu under 10.6.2
Re: Script don't run from script menu under 10.6.2
- Subject: Re: Script don't run from script menu under 10.6.2
- From: Quark67 <email@hidden>
- Date: Sat, 13 Feb 2010 22:13:24 +0100
this is the core of the bug : cannot select 1 or 2 or 3 on the "choose from list".
Try putting the choose from list command inside a finder tell:
tell application "Finder" to set rep to choose from list {1, 2, 3}
This issue sounds very similar to the recent thread on this list: Script Menu in 10.6.2
You may want to check that out in the archives.
HTH,
ES
Yes thanks, I will not use tell "Finder" because I will keep the frontmost application.So I write a workaround with :
tell application "System Events" set nam to name of first process whose frontmost is true end tell
and I write my code around :
and
end tell
I hope the bug will be corrected in next update of Snow Leopard...
Thanks.
|
_______________________________________________
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