Lisp HUG Maillist Archive

Close button in dialogs

Hi,

On Cocoa, is there a way of having the red close button enabled in modal dialogs (using capi:display-dialog)? Sometimes it is annoying that dialogs cannot be closed "as usual".

Erik


_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Re: Close button in dialogs

Erik Ronström <erik.ronstrom@doremir.com> writes:
> On Cocoa, is there a way of having the red close button enabled in
> modal dialogs (using capi:display-dialog)? Sometimes it is annoying
> that dialogs cannot be closed "as usual".

On the contrary, it is perfectly normal that _dialogs_ cannot be closed
with the close button.

For a user, it is highly stressing and worrying to have a dialog with a
close box: we don't know if closing the dialog will perform the OK or
the Cancel action!


-- 
__Pascal Bourguignon__
http://www.informatimago.com/

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Updated at: 2020-12-10 08:35 UTC