Lisp HUG Maillist Archive

Tab and Enter

Hi Lispers,

I have two CAPI questions:

1) I have a dialog with a multi-column-list-panel and a couple of buttons. When a button is in focus, it is possible to close the dialog by pressing Enter/Return. But when the list-panel is in focus, that doesn't work. Is there any way to make Enter/Return work?

2) Is it possible to "tab out" of a multi-line-text-input-pane (when pressing the Tab key), instead of inserting tab characters? When using the Tab key to shift focus among the controls in a dialog, the user get "trapped" in the multi-line-text-input-pane. (I found that Ctrl-Tab can be used to tab forward out of the pane, at least on Cocoa, but I want to be able to use the Tab key without any modifiers). Specifying :navigation-callback or :gesture-callbacks doesn't catch the Tab key either.

Thanks
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:36 UTC