| Article: |
Giving the Simple Text Editor 'Legs' | |
| Subject: | can't find Application Settings in Xcode | |
| Date: | 2004-10-27 09:33:34 | |
| From: | SteveChiu | |
|
Response to: can't find Application Settings in Xcode
|
||
|
I'm also trying to follow the steps to learn Cocoa. I'm on OS X.3.5, who has a newer version of Xcode.
|
||
Showing messages 1 through 2 of 2.
-
can't find Application Settings in Xcode
2004-12-22 01:32:46 WurdBendur [View]
-
can't find Application Settings in Xcode
2004-10-28 17:57:54 philocon [View]
This was extremely useful.
Congrats and Many thanks!



This helps the Finder decide what program to use to open a file, if it's not already associated with one.
I haven't been able to get the application to work correctly, though. It will open only RTFD files that it creates. It opens others, but no text is displayed in the textView. When I try to open RTFD files created by another program, it gives me this message:
loadFileWrapperRepresentation:ofType: must be overridden if your document deals with file packages.
But I thought it was dealing with packages. I don't know anything about that method, though. I wonder if I set something else wrong. I added RTF and TXT to the file types, just set as viewer, so it can't save them. But when it open them, it doesn't show any text. Do I have to change something to make it handle these?