[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MCL 2.0 bugs
- To: info-macl@cambridge.apple.com
- Subject: MCL 2.0 bugs
- From: lynch@aristotle.ils.nwu.edu (Richard Lynch)
- Date: Mon, 10 Jun 91 11:32:30 CDT
1. Open Apropos window from Tools menu. Double-click in empty cell.
2. (make-instance 'dialog :window-title "")
Try to use the Windows menu.
3. (make-instance 'dialog
:view-subviews
(list
(make-instance 'sequence-dialog-item
:visible-dimensions #@(1 5)
) ) )
;set-view-size will be called with arguments
;corresponding to #@(1 5), but no view.
"TANSTAAFL" Rich lynch@aristotle.ils.nwu.edu