• 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: Very basic Bindings question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Very basic Bindings question


  • Subject: Re: Very basic Bindings question
  • From: "Raphael Sebbe" <email@hidden>
  • Date: Wed, 24 Sep 2008 10:47:26 +0200

<file:///Developer/Documentation/DocSets/com.apple.ADC_Reference_Library.CoreReference.docset/Contents/Resources/Documents/documentation/Cocoa/Conceptual/KeyValueCoding/Concepts/Compliant.html><file:///Developer/Documentation/DocSets/com.apple.ADC_Reference_Library.CoreReference.docset/Contents/Resources/Documents/documentation/Cocoa/Conceptual/KeyValueCoding/Concepts/Compliant.html>
Hi,
here is how accessors should be defined. Watch the case too.

file:///Developer/Documentation/DocSets/com.apple.ADC_Reference_Library.CoreReference.docset/Contents/Resources/Documents/documentation/Cocoa/Conceptual/KeyValueCoding/Concepts/Compliant.html

HTH

Raphael

On Wed, Sep 24, 2008 at 10:21 AM, Adil Saleem <email@hidden>wrote:

> Hi,
>
> I am trying to use bindings for the first time. So this is a pretty basic
> question.
>
> As an example what i am trying to do is that i have a NSTextField in which
> user enters some numeric value. I have a int type variable in my class
> that is binded to the value field of this text field. I get the value in the
> variable correctly. But the problem is that the accessor method that i have
> written are not called. If i print something in the accessor methods, it is
> not printed on the console.
>
> Here is the code.
>
>
> I have declared in myClass.h
>
> @interface myClass: NSObject {
>
>          int Var;
> }
>
> -(void)setVar:(int)aNumber;
> -(int)getVar;
>
> In the myClass.m i have
>
> @implementation myClass
>
> -(void)setVar:(int)aNumber {
>
>    Var = aNumber;
> }
>
> -(int)getVar
> {
>     return Var;
> }
>
>
>  Why are these functions not being called ? Am i missing something in the
> syntax or is it something else.
>
>
> Thanx
>
>
>
>
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
>
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Very basic Bindings question (From: Adil Saleem <email@hidden>)

  • Prev by Date: lauchd and svnserve
  • Next by Date: Image processing in Cocoa
  • Previous by thread: Re: Very basic Bindings question
  • Next by thread: lauchd and svnserve
  • Index(es):
    • Date
    • Thread