Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3210680
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T14:36:10+00:00 2026-05-17T14:36:10+00:00

Alright, I’m reading the Aaron Hillegass book for Cocoa Programming, on the drag and

  • 0

Alright, I’m reading the Aaron Hillegass book for Cocoa Programming, on the drag and drop chapter. I was following along with one of the lessons, and I typically change variable names as I find it keeps me a little more engaged and gives me a better understanding. I started getting this error, though:

2010-10-04 00:38:06.699 TypingTutor[421:a0f] -[BigLetterView dragImage:at:offset:event:pasteboard:source:slideback:]: unrecognized selector sent to instance 0x100424390

Now, I figured it was because I’d messed up some variable name so I went back and copied the variables directly from the book and still got the error. XCode was saying the following function might not get a response. Well, regardless I could not figure it out for the life of me, so I scrapped the function and redid it. What drives me crazy is that it worked the second time, but I did notice a difference in that XCode highlighted the syntax of the function that works, but didn’t for the one that doesn’t. I can see no physical difference and am stumped as to why one is different than the other. Both were typed in on a Mac keyboard, so I can’t see it being some hidden character due to encoding, but yeah, I’m just hoping I’m missing something extremely obvious because it’s 1 AM… has anyone ever run into this before?

Methods copied directly from .m file…

This one works

 [self dragImage:anImage
     at:p
    offset:NSMakeSize(0,0)
     event:mouseDownEvent
   pasteboard:pb
    source:self
slideBack:YES];

This one doesn’t

 [self dragImage:anImage
     at:p
    offset:NSMakeSize(0,0)
     event:mouseDownEvent
   pasteboard:pb
    source:self
    slideback:YES];
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T14:36:11+00:00Added an answer on May 17, 2026 at 2:36 pm

    Objective-C is case sensitive, so method names with different cases in their letters are considered different methods. The one that works, “slideback” is written slideBack with a capital B, which is probably what you’re calling. The one that doesn’t has a lowercase ‘b’ and is written slideback. In Objective-C, those are different methods. The definition is obviously written with the uppercase ‘B’, which is why that one works and the other doesn’t.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Alright, so I'm new to Android programming, so far my experience has been quite
Alright I'm pretty new to programming and stuff and I'm now trying to code
Alright, I'm extremely new to programming so odds are this is a really easy
Alright, I have been doing the following (variable names have been changed): FileInputStream fis
Alright, this one's got me seriously stumped, after trying things out for hours with
Alright, so my app is moving along, I am able to create accounts, and
Alright so I'm attempting to build a responsive design, and one of the things
Alright I don't see why this isnt working. It seems pretty simple. Here is
Alright so i need to open a .txt file that will be created in
Alright, so I am writing a JAR to be the back end implementation of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.