[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(set-default-button nil) follow-up
- To: info-macl@cambridge.apple.com
- Subject: (set-default-button nil) follow-up
- From: Mike Engber <engber@aristotle.ils.nwu.edu>
- Date: Thu, 5 Jul 90 16:35:57 CDT
- Cc: acl-bug@aristotle.ils.nwu.edu
Following up my own message.
(set-default-button nil) does half the job. If removes the
bold border from the default button, but it still leaves it
catching returns.
To complete the job, you need to ask the owning dialog
(setf ccl::default-buttion-iv nil)
I think all that (set-default-button nil) does is to ask
the default button of the dialog to
(setf ccl::am-default-button nil)
Looks like a bug to me.
-ME