RE: Resize corner on NSPanel
RE: Resize corner on NSPanel
- Subject: RE: Resize corner on NSPanel
- From: "Phil Barrett" <email@hidden>
- Date: Fri, 20 Jul 2001 17:37:09 +0100
Kristin,
>
You probably want to make your panel non-resizable (if the window comes
>
from a nib, you can do it in IB. Otherwise, make sure you are not
>
passing NSResizableWindowMask to
>
-[initWithContentRect:styleMask:backing:defer:]).
Thanks, but I've already checked and double-checked that, as I said in my
initial post.
>
The setShowsResizeIndicator: method just controls whether or not the
>
resize corner is shown for a resizable window. If a window is
>
resizable, you can resize from this corner whether or not the indicator
>
is visible.
I figured that. It's very strange.
Phil