Skip navigation.
 
mlProblems Subclassing NSDateFormatter in IB
FROM : Michael Hanna
DATE : Thu Oct 07 16:03:55 2004

I have an NSTextField which I attached an NSDateFormatter to in IB.
However, I want to use a subclass of NSDateFormatter that I have.

I "Read Files.." in just fine, however, when I click on the
NSTextField, the Info->Formatter still states "NSDateFormatter" and
when I go to Info->Custom Class, the new subclass doesn't appear(yet it
DOES appear in the class hierarchy in the MainMenu.nib window).

How do I apply the new NSDateFormatter subclass? I figure I must have
to remove the NSDateFormatter first, but how do I apply the new
subclass to the NSTextField in IB?

Michael

Related mailsAuthorDate
mlProblems Subclassing NSDateFormatter in IB Michael Hanna Oct 7, 16:03
mlRe: Problems Subclassing NSDateFormatter in IB Brian Smith Oct 7, 16:49
mlRe: Problems Subclassing NSDateFormatter in IB Louis C. Sacha Oct 11, 22:48