Suppose I were writing an application, perhaps similar to the example at http://en.wikibooks.org/wiki/Programming_Mac_OS_X_with_Cocoa_for_beginners/B uilding_a_GUI (or many of the examples in /Developer/Examples/...) that had no file-based interaction whatsoever but for which I wanted to allow the user to open up and interact with up to N windows.
Using the example above, each newly-opened window perhaps displays something from quote of the day (QOTD) or some other singular random data source rather than "Hello World". It seems the document-based architecture is ill-suited to such an application because there is effectively no need to open, save, revert, print, etc. anything. Does anyone have any recommendation for examples, URLs or books that might discuss and illustrate such an application or the rough framework thereto? Thanks, Grant _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
