[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Scrolling dialog
- To: friedman@giane.cs.umass.edu
- Subject: Re: Scrolling dialog
- From: "Mark A. Tapia" <markt@dgp.toronto.edu>
- Date: Wed, 3 Jun 1992 09:26:13 -0400
- Cc: info-mcl@cambridge.apple.com
friedman@giane.cs.umass.edu (M. Timur Friedman) writes:
> How do I create a scrolling dialog?
...
Here's what I did:
3 >(defclass scrolling-dialog (dialog ccl::scrolling-window) ())
#<STANDARD-CLASS SCROLLING-DIALOG>
3 > (setf *my-scrolling-window* (make-instance 'scrolling-dialog))
> Error: Incorrect keyword arguments in (:WINDOW-TITLE
> "Untitled Dialog"
> :WINDOW-TYPE
> :DOCUMENT) .
> While executing: #<STANDARD-METHOD INITIALIZE-INSTANCE
(CCL::SCROLLING-WINDOW)>
> Type Command-. to abort.
I am unable to reproduce the problem in either MCL2.0b1p3 of MCL2.0f3.
Both versions work correctly.
mark