making active the next text input pane
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 )))
()
(: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
______________________________________________________________________