| Sign In/My Account | View Cart |
| Article: |
BYOB: Build Your Own Browser, Part 3 | |
| Subject: | re: Not so good... | |
| Date: | 2004-06-07 07:59:29 | |
| From: | aaanderson | |
|
Response to: Not so good...
|
||
|
sorry about missing the preference window hook up, it was a paragraph that fell out while editing it on my side. I will get the editors to put the paragraph in as soon as possible.
|
||
Showing messages 1 through 7 of 7.
NSString* iContent = [ignoreContent stringValue];
[defaults setObject:iContent forKey:@"ignoreContent"];
[md setIgnoreContent:iContent];
IBOutlet id ignoreContent;
NSString* iContent = [ignoreContent stringValue];
[defaults setObject:iContent forKey:@"ignoreContent"];
[md setIgnoreContent:iContent];
[ignoreContent setStringValue:[md getIgnoreContent]];
The only thing that doesn't happen is the ignore content preference isn't saved. Quitting and restarting the app and the ignore content pref goes back to the default.