Re: launch broken in Mt Lion
Re: launch broken in Mt Lion
- Subject: Re: launch broken in Mt Lion
- From: Shane Stanley <email@hidden>
- Date: Tue, 15 Jan 2013 10:13:35 +1100
On 15/01/2013, at 9:29 AM, Luther Fuller <email@hidden> wrote:
> Of course I could. And I considered doing that ... until I realized that I would have to make the same changes to the script of Main.app which also uses someMenuItemHandler. This would make Main.app horribly complicated.
Without seeing your code it's hard to tell, but if Main.app passed an empty string to someMenuItemHandler, you could do something like:
on someMenuItemHandler(thePath)
if thePath is "" then
set selfRef to thePath
else
set selfRef to (path to me)
And so on.
> The only real solution is for a really quick fix from Apple.
That's the only solution you have absolutely no control over -- in your earlier message you said:
> I can't afford to wait.
--
Shane Stanley <email@hidden>
'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/>
_______________________________________________
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