Lisp HUG Maillist Archive

CAPI questions (OS X specific)

Here are two, OS X specific CAPI questions I haven't been able to figure 
out so far...

1. How do I make a modal dialog that *is not* a sheet? I can't seem to 
find the correct set of options to display-dialog that will do this. The 
behavior I would like is the same as that of the LWM editor when pulling 
up the preferences dialog.

2. I cannot get the :strikeout t font description option to work on OS X 
for any fonts. Is this not supported or am I doing something wrong (the 
:strikeout works on LWW).

Thanks!

Jeff M.

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


Re: CAPI questions (OS X specific)

> 1. How do I make a modal dialog that *is not* a sheet? I can't seem to find the correct set of options to display-dialog that will do this. The behavior I would like is the same as that of the LWM editor when pulling up the preferences dialog.

pass :owner (capi:convert-to-screen) to display-dialog

Erik


_______________________________________________
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:34 UTC