On Feb 18, 2010, at 1:55 PM, Alexander Bokovikov wrote: > Hi, All, > > I'm sorry if this is a stupid question, but I don't see an evident answer... > I need the subj, but don't see appropriate NSWindow method... Am I missing > something?
Implement the NSWindow delegate method - (NSSize)windowWillResize:(NSWindow *)sender toSize:(NSSize)frameSize. In that method, return an NSSize that has the right aspect ratio. Good luck, Hank _______________________________________________ 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