Re: RTF Problems
Re: RTF Problems
- Subject: Re: RTF Problems
- From: email@hidden
- Date: Sun, 10 Mar 2002 14:02:04 -0800
I would recommend looking at the source code to TextEdit, in the
AppKit examples directory. It gives an excellent overview of all the
issues involved in making a simple text editor using Cocoa.
Besides that, this looks like a case where a little use of a debugger
(or even NSLog) would yield great benefits. When your
windowControllerDidLoadNib: method is called, what in fact is the value
of [self textDataType]?
Ben Haller
Stick Software
_______________________________________________
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.