Re: Window too large for Versions Browser
Re: Window too large for Versions Browser
- Subject: Re: Window too large for Versions Browser
- From: Jerry Krinock <email@hidden>
- Date: Wed, 02 Oct 2013 08:02:32 -0700
On 2013 Oct 02, at 06:56, Half Activist <email@hidden> wrote:
> 'NSInvalidArgumentException', reason: '*** -[NSDocumentRevisionsView layoutWithOriginalDocumentWindow:originalVisibleFrame:]: Window () cannot be used to browse versions because its minimum size ({1200, 701}) is too large.'
> …I've tried to solve it by setting the minimum width to 800…
The first thing you should do is to break on that exception (hopefully "All Objective-C Exceptions" will work), ask your window for its -minSize and -contentMinSize, and verify that your setting to 800 is being effective.
Let us know if that does not lead to a solution.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden