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

Re: Scrolling dialog



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