[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re- radio-buttons in nested v



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