• 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: core data and IB outlet binding
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: core data and IB outlet binding


  • Subject: Re: core data and IB outlet binding
  • From: "Mike R. Manzano" <email@hidden>
  • Date: Wed, 9 Apr 2008 08:45:32 -0700

Are you sure you're calling applyFilter after or during awakeFromNib? i.e., you're not calling applyFilter in some sort of -init, right?

Mike


On Apr 9, 2008, at 3:31 AM, Torsten Curdt wrote:

I have a custom NSCollectionViewItem

   @interface FilterViewItem : NSCollectionViewItem {

       IBOutlet NSTextField *filterExpression;

   }

   - (IBAction) applyFilter:(id)sender;

   @end

It's getting filled via core data just fine. Then I've also bound the filterExpression to the NSTextField in the prototype view. The same way the button is bound.

   @implementation FilterViewItem

   - (IBAction) applyFilter:(id)sender
   {
       NSString *expression = [filterExpression stringValue];

       NSLog(@"expression %@", expression);

When the button is pressed it turns out that filterExpression (and therefor also the stringValue of it) is nil.

I assume somehow I could probably also get the value from the NSArrayController ...but

a) I am not sure how to get hold of the instance from within the FilterViewItem

b) I would need to get access to the NSTextField at some stage anyway

What am I missing here?

cheers
--
Torsten

_______________________________________________

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


  • Follow-Ups:
    • Re: core data and IB outlet binding
      • From: Torsten Curdt <email@hidden>
References: 
 >core data and IB outlet binding (From: Torsten Curdt <email@hidden>)

  • Prev by Date: Re: Programmatic binding not working both ways?
  • Next by Date: Re: core data and IB outlet binding
  • Previous by thread: Re: core data and IB outlet binding
  • Next by thread: Re: core data and IB outlet binding
  • Index(es):
    • Date
    • Thread