Re: disable manual resizing of NSWindow

2008-06-19 Thread Sean McBride
On 6/18/08 3:40 PM, Uli Kusterer said: In a NSWindow, I'd like to disable manual resizing(don't allow user to drag the lower right corner to resize the window), only by clicking 'max' and 'restore' icons, possible? the reason is, I put a QuickTIme's movieview in the window and the preserving

disable manual resizing of NSWindow

2008-06-18 Thread Angelo Chen
Hi, Is there a way to do following: In a NSWindow, I'd like to disable manual resizing(don't allow user to drag the lower right corner to resize the window), only by clicking 'max' and 'restore' icons, possible? the reason is, I put a QuickTIme's movieview in the window and the preserving

Re: disable manual resizing of NSWindow

2008-06-18 Thread Apparao Mulpuri
If you are creating Window in IB, then in window inspector Uncheck the reResize checkbox. In programmatic approach, you have to set the Window's style mask. - Apparao. 2008/6/18 Angelo Chen [EMAIL PROTECTED]: Hi, Is there a way to do following: In a NSWindow, I'd like to disable manual

Re: disable manual resizing of NSWindow

2008-06-18 Thread Jean-Daniel Dupas
Le 18 juin 08 à 15:15, Angelo Chen a écrit : Hi, Is there a way to do following: In a NSWindow, I'd like to disable manual resizing(don't allow user to drag the lower right corner to resize the window), only by clicking 'max' and 'restore' icons, possible? the reason is, I put a

Re: disable manual resizing of NSWindow

2008-06-18 Thread Uli Kusterer
Am 18.06.2008 um 15:15 schrieb Angelo Chen: In a NSWindow, I'd like to disable manual resizing(don't allow user to drag the lower right corner to resize the window), only by clicking 'max' and 'restore' icons, possible? the reason is, I put a QuickTIme's movieview in the window and the