Lisp HUG Maillist Archive

making active the next text input pane

Message
Please examine the ff:
 
(capi:define-interface trial ()
              ()
              (:panes
                  (one
                        capi:TEXT-INPUT-PANE
                              :callback-type :data
                              :callback #'(lambda (text) (progn (setf a text)  (capi:activate-pane two))))
                  (two
                        capi:TEXT-INPUT-PANE )))
 
 
I have ten input panes and want the user to input from one to the other without using  the tab key or moving the cursor to the next pane one at a time.
 
The capi:activate-pane function does not seem to function in this setting.
 
Cyril

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________

Re: making active the next text input pane

cyril fefer wrote:

> I have ten input panes and want the user to input from one to the other
> without using  the tab key or moving the cursor to the next pane one at
> a time.
>The capi:activate-pane function does not seem to function in this
> setting.

Have you tried SET-PANE-FOCUS?


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________


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