Re: resizing windows in outline mode
Re: resizing windows in outline mode
- Subject: Re: resizing windows in outline mode
- From: Kengo Tsuruzono <email@hidden>
- Date: Fri, 11 Jan 2002 12:14:53 +0900
>
Is there an easy way to force my application's windows to only draw an
>
outline of itself when being resized? I've read through all the
>
documentation on NSWindow and NSWindowController, and I don't see an
>
easy way to do this. Am i missing something? Is there a bit to set
>
somewhere to enable this?
If you want to "Lightweight Resizing", use [ NSView inLiveResize ] method
in drawRect each NSView.
Check below too.
[ NSView viewWillStartLiveResize ]
[ NSView viewDidEndLiveResize ]
---
Kengo Tsuruzono
http://www.big.or.jp/~crane/cocoa/