Re: Requesting even <more> assistance with terminology, please (an update)
Re: Requesting even <more> assistance with terminology, please (an update)
- Subject: Re: Requesting even <more> assistance with terminology, please (an update)
- From: Shane Stanley <email@hidden>
- Date: Thu, 25 Sep 2014 16:46:52 +1000
On 25 Sep 2014, at 2:11 pm, Brian Christmas <email@hidden> wrote:
> as far as I can tell, it should't be (why is it saying 'unrecognised selector' ?)
It says unrecognized selector because you're trying to call a method the object doesn't understand. It doesn't make this stuff up.
The error is also telling you the class of the object: it's a mutable attributed string subclass. And if you look up mutable attributed string, and attributed string, sure enough, they have no -objectForKey: method. You probably want the -objectForKey: of the attributes of the attributed string, but that's not what you're asking for.
> As regards the log, it tells me exactly zip more information than I already knew.
It tells you what you're doing wrong -- surely that counts as more information. And perhaps more to the point, it tells *us* what's wrong, which makes it a lot easier for someone to answer your question.
--
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>
_______________________________________________
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