NSDocument application: How do I maintain a single window?
NSDocument application: How do I maintain a single window?
- Subject: NSDocument application: How do I maintain a single window?
- From: "Frederick C. Lee" <email@hidden>
- Date: Sun, 6 Jun 2004 12:44:12 -0700
Greetings:
I'm using the routine: <- (BOOL)loadDataRepresentation:(NSData *)data
ofType:(NSString *)type { > to read data from disk (a serialized
dictionary).
I don't need another window created. How can I maintain just the one
window and re-populate it vs creating another window with each use of
the loadDataRep... method?
Regards,
Ric.
_______________________________________________
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.