CLIM mail archive

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

question-about string editing



Under dw, the form

(dw:accepting-values ()
   (accept 'string :prompt "Enter String"
                   :default "This is a string"))

would allow one to middle click on the presented default ("This is a
string") and edit it in place.

Under clim 1.0, the form

(clim:accepting-values ()
   (clim:accept 'string :prompt "Enter String"
                        :default "This is a string"))

offers no middle click option and any "editing" gesture removes the
default from the input buffer and requires the user to reenter the
entire string again.

I tried playing around with clim:prenestation-replace-input,
with-input-focus, with-input-editing, etc. but didn't make much
progress.  Does anyone have a code example that mimics the editing
capability of the dw approach?

Thanks

0,,

Follow-Ups:

Main Index | Thread Index