• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Requesting even <more> assistance with terminology, please (an update)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Requesting even <more> assistance with terminology, please (an update) (From: Brian Christmas <email@hidden>)
 >Re: Requesting even <more> assistance with terminology, please (an update) (From: Brian Christmas <email@hidden>)

  • Prev by Date: Re: Requesting even <more> assistance with terminology, please (an update)
  • Next by Date: Still cannot get CF terminology correct
  • Previous by thread: Re: Requesting even <more> assistance with terminology, please (an update)
  • Next by thread: Tracking down problems
  • Index(es):
    • Date
    • Thread