• 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: ADC Core Data article
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ADC Core Data article


  • Subject: Re: ADC Core Data article
  • From: Byron Ellis <email@hidden>
  • Date: Sat, 9 Apr 2005 01:37:22 -0700


On Apr 9, 2005, at 12:44 AM, Marcel Weiher wrote:


Wow! I must have missed that one. How do I express [matrix matrixTranslatedBy:2.3 y:[slider floatValue]] in KVC? Or how about: [[array1 select] isEqual:[array2 each]];

[matTranslator setValue:matrix forKey:@"matrix"];
[matTranslator setValue:[NSNumber numberWithFloat:2.3] forKey:@"x"];
[matTranslator setValue;[NSNumber numberWithFloat:[slider floatValue] forKey:@"y"];


//alternately
//[matTranslator bind:@"y" to:slider withKeyPath:@"value" options:nil];

[matTranslator valueForKey:@"translated"];

why? ;-)





Cheers,

Marcel

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden


This email sent to email@hidden

---
Byron Ellis (email@hidden)
"Oook" -- The Librarian

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: ADC Core Data article
      • From: Marcel Weiher <email@hidden>
References: 
 >Re: ADC Core Data article (From: Philippe Mougin <email@hidden>)
 >Re: ADC Core Data article (From: Shawn Erickson <email@hidden>)
 >Re: ADC Core Data article (From: Charlton Wilbur <email@hidden>)
 >Re: ADC Core Data article (From: Marcel Weiher <email@hidden>)

  • Prev by Date: Re: Adding a subview to an NSOpenGLView?
  • Next by Date: Re: Adding a subview to an NSOpenGLView?
  • Previous by thread: Re: ADC Core Data article
  • Next by thread: Re: ADC Core Data article
  • Index(es):
    • Date
    • Thread