Lisp HUG Maillist Archive

text-input-pane query

I need to create an input pane that has the following properties:

a. Accepts a single line of text not containing tabs or returns.

b. Can be made the current focus using tab.

c. Wraps the text if it is too long to fit in :external-min-width.

text-input-pane achieves (a) and (b), and multi-line-text-input-pane  
achieves (a) and (c), but I can't see how to get all three.

Any suggestions?

Thanks,
David Johnson-Davies

+------------------------------------------------------------+
David Johnson-Davies, Human-Computer Interface Ltd
17 Signet Court, Swanns Road, Cambridge, CB5 8LA, England.

Tel: +44 1223 314934, Fax: +44 1223 462562
Email: david@interface.co.uk, Web: http://www.interface.co.uk/
+------------------------------------------------------------+


Re: text-input-pane query

David Johnson-Davies wrote on Thu, 28 Jan 2010 22:34:58 +0000 01:34:

| I need to create an input pane that has the following properties:
|
| a. Accepts a single line of text not containing tabs or returns.
|
| b. Can be made the current focus using tab.
|
| c. Wraps the text if it is too long to fit in :external-min-width.
|
| text-input-pane achieves (a) and (b), and multi-line-text-input-pane
| achieves (a) and (c), but I can't see how to get all three.

It is hardly believable you are not able to tab into/out of
multi-line-text-input-pane. What LW version are you on?
--
Sincerely,
Dmitriy Ivanov
lisp.ystok.ru


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