Re: Resize corner on NSPanel
Re: Resize corner on NSPanel
- Subject: Re: Resize corner on NSPanel
- From: Kristin Webster <email@hidden>
- Date: Fri, 20 Jul 2001 09:52:12 -0700
My apologies, I didn't read your initial post carefully. I think you
may be right - there looks to be a bug here. I'll look into it.
Kristin
On Friday, July 20, 2001, at 09:37 AM, Phil Barrett wrote:
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