On 2013 Oct 02, at 06:56, Half Activist <[email protected]> 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 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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]