Re: Window too large for Versions Browser

2013-10-03 Thread Jerry Krinock
On 2013 Oct 03, at 00:12, Half Activist wrote: > Well, the minSize is actually correctly set but that doesn't seem to be small > enough for Versions on small desktops, I found a solution by implemeting the > NSWindowDelegate methods below to set the minSize to 640x480 when entering > Versions

Re: Re: Window too large for Versions Browser

2013-10-03 Thread Half Activist
Well, the minSize is actually correctly set but that doesn't seem to be small enough for Versions on small desktops, I found a solution by implemeting the NSWindowDelegate methods below to set the minSize to 640x480 when entering Versions, and setting it back to 1200x680 when exiting. - (void)w

Re: Window too large for Versions Browser

2013-10-02 Thread Jerry Krinock
On 2013 Oct 02, at 06:56, Half Activist 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

Window too large for Versions Browser

2013-10-02 Thread Half Activist
Hi, In a NSDocument based application, which mainWindow minSize is set to 1200x600, when entering the Versions browser, the application crashes after being notified that the window is too large and couldn't be resized on small screens. I've tried to solve it by setting the minimum width