Re: KVO and bindings question
Re: KVO and bindings question
- Subject: Re: KVO and bindings question
- From: "Louis C. Sacha" <email@hidden>
- Date: Fri, 28 May 2004 18:42:30 -0700
Hello...
Just to clarify, the docs pointed to by that link suggest that the
value transformers should be registered in the +initialize method of
the application delegate class, and NOT the +initialize method of the
actual value transformer class.
I'm sure that's what Andreas meant, but I wanted to point it out
since it makes quite a difference regarding when the value
transformers actually get registered, if ever :)
Louis
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.
...
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.