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 pres
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 pres
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
QuickTI
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 manu
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 aspe