[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: p3 bug?
- To: info-mcl@cambridge.apple.com
- Subject: RE: p3 bug?
- From: "Mark A. Tapia" <markt@dgp.toronto.edu>
- Date: Wed, 13 May 1992 17:31:03 -0400
Jim Hurd <71501.1347@CompuServe.COM> describes problems that
occured after upgrading to MCL2.0b1p3 when specifying table
subviews by using the :view-subviews keyword.
This sounds like a bug similar to the one for radio buttons reported
a while ago. I think you'll need to install the table after you've
created the window.
(setq my-dialog
(MAKE-INSTANCE 'DIALOG
:WINDOW-TYPE :DOCUMENT :VIEW-POSITION '(:TOP 60)
:VIEW-SIZE #@@(300 150)
:VIEW-FONT '("Chicago" 12 :SRCOR :PLAIN)))
(add-subviews my-dialog
(MAKE-DIALOG-ITEM 'SEQUENCE-DIALOG-ITEM
#@@(96 35)
#@@(29 63)
"Untitled"
NIL
:PART-COLOR-LIST '(:FRAME 13637687)
:CELL-SIZE #@@(14 16)
:TABLE-HSCROLLP NIL
:TABLE-VSCROLLP NIL
:TABLE-SEQUENCE '(0 1 2)))