CLIM mail archive

[Prev][Next][Index][Thread]

stopping echoing of accepting?



    Date: Thu, 5 Dec 1991 12:34 EST
    From: neves@ils.nwu.edu

    I want to accept something in a window but whatever I accept gets echoed in
    the window (see below for example code).  How do I stop the echoing?
    (This is in MAC CLIM).
    -Thanks, David

    (in-package clim-user)
    (setq root (open-root-window :mcl))
    (setq w (open-window-stream :parent root))
    (present 3 'integer :stream w)
    (accept 'integer :stream w :prompt nil)

ACCEPT in development version of CLIM has a :REPLACE-INPUT keyword to
which you can supply a value of NIL to prevent echoing when you click
on something.  There is no way to cause CLIM not to echo typed input
to ACCEPT.


0,,

Follow-Ups: References:

Main Index | Thread Index