Re: KVO and bindings question
Re: KVO and bindings question
- Subject: Re: KVO and bindings question
- From: Andreas Mayer <email@hidden>
- Date: Sat, 29 May 2004 00:00:11 +0200
Am 28.05.2004 um 19:17 schrieb Don Rainwater:
I think the hardest part was noticing that
-applicationDidFinishLaunching: (where the value transformers are
registered for use) takes a notification parameter.
a) Parameters are explained in detail in the documentation; you should
probably use an app like AppKiDo
(
http://homepage.mac.com/aglee/downloads) for quick reference.
b) Value transformers should be registered as early as possible, i.e.
in the +initialize method of your class:
http://developer.apple.com/documentation/Cocoa/Conceptual/
ValueTransformers/Concepts/Registration.html
Andreas
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.