Re: NSSavePanel oddity
Re: NSSavePanel oddity
- Subject: Re: NSSavePanel oddity
- From: "John C. Welch" <email@hidden>
- Date: Sun, 17 Jan 2010 22:09:03 -0500
- Thread-topic: NSSavePanel oddity
Title: Re: NSSavePanel oddity
On 1/17/10 9:40 PM, "Craig Williams" <email@hidden> wrote:
Is there something I’m missing about setNameFieldStringValue? (I hope it’s not the bloody STring typo, because I compiled and saved it once that way, and as we all know, AppleScript will never, ever let me fix that. So if it’s that, I’m rather buggered.)
Yes, Objective-C method names are case sensitive.
You can put pipes around the name to get it to change to the correct case.
|setNameFieldStringValue_|("File.txt")
Yup, that did it. Sigh...pseudo case-insensitivity FTL.
--
Liberty:
One of Imagination's most precious possessions.
Ambrose Bierce
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden