[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re- radio-buttons in nested v
- To: KAMP@INFORMATIK.UNI-HAMBURG.DE, MARKT@DGP.TORONTO.EDU
- Subject: Re- radio-buttons in nested v
- From: STEVE.M@AppleLink.Apple.COM (Carbon-based, S Mitchell,APD)
- Date: 30 Apr 92 07:16 GMT
- Cc: INFO-MCL@CAMBRIDGE.APPLE.COM
- Full-name:
To: Gerd Kamp kamp@informatik.uni-hamburg.de
Mark A. Tapia markt@dgp.toronto.edu
cc: info-mcl
From: Steve Mitchell
Date: 4/29/92
Subject: Re: radio-buttons in nested views
> 1. (setq my-window (make-instance 'window))
> 2. (setq my-view (make-instance 'view))
> 3. (add-subviews my-window my-view)
> 4. (add-subviews my-view (make-instance 'button-dialog-item)
> (make-instance 'button-dialog-item))
> The error will occur if you evaluate expression 4 before
> expression 3.
I have it on good authority that this is fixed in MCL 2.0 final.
So if you thought it was a bug, you were right.
_Steve