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
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
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
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