FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Stumped - Can YOU see the problem? I can't...

 
   Mac (Home) -> Programmer Help RSS
Related Topics:
Stumped trying the QTKitProgrammingGuide & IB - I've been trying to follow the from Apple's website, but am having no luck adding outlets to the IB is version 2.5.1, and I have the latest XCode. The text says to control click on the instance and..

Linking problem - I have a simple static library, and a directory a test program (on Mac OS X). The make run is as follows: make libfoo.a cc -W -Wall -O2 -c -o libtool -static -o libfoo.a cd test; make test cc -W..

precision problem? - I am having some problems with xcode doing some simple numerical tasks. I have a float set equal to 4. I later need to make a decision that hinges on the value of this float. I want to do something if the variable equals 4. I write an if..

Problem with NSTextView - I have an in a drawer (it is in a tab view in the drawer, but I don't know if this has anything to do with it), and it won't update the font panel when its selection is changed. As soon as I put it on the parent window, it will. I check the..

Problem with paste - Hi Is it possible cut,copy & paste without Edit Menu in ?? means How cut,copy & paste works without EditMenu ?? p2
Next:  Programmer Help: Using CLI to register an application to handle URIs  
Author Message
Don Bruder

External


Since: Apr 20, 2008
Posts: 58



(Msg. 1) Posted: Mon Jul 21, 2008 9:54 am
Post subject: Stumped - Can YOU see the problem? I can't...
Archived from groups: comp>sys>mac>programmer>help, others (more info?)

They say a picture is worth a thousand words - So here's the picture
(OK, would you believe a < 100K PDF screenshot of my Xcode window?)

<http://home.comcast.net/~dakiddfishhook/Problem.pdf>

Comments in it give the details, and I think I've managed to make
everything that's relevant visible. Needless to say, this one is a
stumper for me. Any help out there?

--
Don Bruder - dakidd.RemoveThis@sonic.net - If your "From:" address isn't on my whitelist,
or the subject of the message doesn't contain the exact text "PopperAndShadow"
somewhere, any message sent to this address will go in the garbage without my
ever knowing it arrived. Sorry... <http://www.sonic.net/~dakidd> for more info
Back to top
Login to vote
Russell Sheptak

External


Since: Jun 27, 2006
Posts: 4



(Msg. 2) Posted: Mon Jul 21, 2008 10:34 am
Post subject: Re: Stumped - Can YOU see the problem? I can't... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <oPydnXfXpYWwIhnVnZ2dnUVZ_g2dnZ2d DeleteThis @comcast.com>,
Don Bruder <dakidd DeleteThis @sonic.net> wrote:

> http://home.comcast.net/~dakiddfishhook/Problem.pdf

At a guess, the indicated selector needs to be a method on class
NSMutableDictionary, but you have it as a method on class
TableViewController. Your code sends the message to a dictionary, not
the controller.

rus
Back to top
Login to vote
Tom Harrington

External


Since: Jul 25, 2005
Posts: 143



(Msg. 3) Posted: Mon Jul 21, 2008 11:30 am
Post subject: Re: Stumped - Can YOU see the problem? I can't... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <oPydnXfXpYWwIhnVnZ2dnUVZ_g2dnZ2d DeleteThis @comcast.com>,
Don Bruder <dakidd DeleteThis @sonic.net> wrote:

> They say a picture is worth a thousand words - So here's the picture
> (OK, would you believe a < 100K PDF screenshot of my Xcode window?)
>
> <http://home.comcast.net/~dakiddfishhook/Problem.pdf>
>
> Comments in it give the details, and I think I've managed to make
> everything that's relevant visible. Needless to say, this one is a
> stumper for me. Any help out there?

The error message indicates that the object called ItemList is a
dictionary object, while the method you're calling appears to be defined
on your TableViewController class.

--
Tom "Tom" Harrington
Independent Mac OS X developer since 2002
http://www.atomicbird.com/
Back to top
Login to vote
Patrick Machielse

External


Since: Jun 28, 2005
Posts: 92



(Msg. 4) Posted: Mon Jul 21, 2008 7:24 pm
Post subject: Re: Stumped - Can YOU see the problem? I can't... [Login to view extended thread Info.]
Archived from groups: comp>sys>mac>programmer>help (more info?)

Don Bruder <dakidd.TakeThisOut@sonic.net> wrote:

> They say a picture is worth a thousand words - So here's the picture
> (OK, would you believe a < 100K PDF screenshot of my Xcode window?)
>
> <http://home.comcast.net/~dakiddfishhook/Problem.pdf>
>
> Comments in it give the details, and I think I've managed to make
> everything that's relevant visible. Needless to say, this one is a
> stumper for me. Any help out there?

Could it be that you defined 'isTheValueAtIndex:::' on
TableViewController, when you really want in in NSDictionaryAdditions?

(as an aside, naming an NSDictionary ivar 'ItemList' is a bit confusing)

patrick
Back to top
Login to vote
Display posts from previous:   
       Mac (Home) -> Programmer Help All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
 Linux Forums
  Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact