home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!data.nas.nasa.gov!taligent!apple!cambridge.apple.com!bill@cambridge.apple.com
- From: bill@cambridge.apple.com (Bill St. Clair)
- Newsgroups: comp.lang.lisp.mcl
- Subject: Re: window-size-parts question
- Message-ID: <9211231908.AA05499@cambridge.apple.com>
- Date: 23 Nov 92 20:14:31 GMT
- Sender: info-mcl-request@cambridge.apple.com
- Lines: 21
- Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
-
- At 19:55 11/18/92 +0000, Kemi Jona wrote:
- >When creating a new window, it appears that window-size-parts gets called
- >_before_ any subviews are added to it. Is this intentional? It seems like
- >a mistake to me. If you want to have a window's subviews adjust
- >dynamically to the size of the window, you most certainly would want to
- >have them also adjust to whatever :view-size initarg is supplied when that
- >window is initially created.
- >
- >Here's a simple test case:
- >
- >[...]
- >
- >Right now I have to call window-size-parts "manually" after all the
- >subviews have been added, but before I show the window.
- >
- >Any ideas?
-
- Sounds like a bug to me. I'll send a patch to anyone who requests it.
- This patch will be part of Patch 2 for MCL 2.0.
-
- -Bill
-