CLIM mail archive
[Prev][Next][Index][Thread]
stopping echoing of accepting values
-
To: clim@BBN.COM
-
Subject: stopping echoing of accepting values
-
From: Peter Karp <pkarp>
-
Date: Wed, 18 Dec 91 17:48:11 PST
I followed the recent discussion about suppression of input echoing in
CLIM. What we want to suppress is the "X Mode" message that is echoed
when a menu item command is selected from the main command menu of the
application. I find that :REPLACE-INPUT NIL works fine for
suppressing echoing of objects that are clicked on in an application
pane, but not for suppressing these "X Mode" messages. Here is how I
attempted to do it:
(defmethod clim:read-frame-command ((frame my-application-name) &key stream)
(multiple-value-bind (cmd type)
(clim:accept 'clim:command-or-form
:prompt ""
:prompt-mode :raw
:replace-input nil)
;; [code to deal with input forms from the keyboard is deleted ]
))
0,,
Main Index |
Thread Index