Hi, I am implementing the Lion's User Interface Preservation, and must be overlooking something. The Mac OS X Application Programming Guide says:
"Every window is expected to identify a class that knows about the window and can act on its behalf at launch time. This class is known as the restoration class of the window and its job is to do whatever is necessary to create the window when asked to do so by Cocoa." I looked into Interface Builder, but couldn't find it. There is -[NSWindow setRestorationClass:] method for this, but when and where should I call it from code? What is the recommended way of doing this? Thanks. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com
