CLIM mail archive
[Prev][Next][Index][Thread]
Why doesn't this work?
[Lucid Lisp with CLIM 1.0 Beta]
To let the user select an object of type 'dag-node (my own class) or
to select nothing, I would expect the following to work:
(defun read-node (stream)
(clim:with-input-context ('(or clim:blank-area dag-node))
(node)
(read)
(dag-node node)
(clim:blank-area nil)))
but it doesn't. Of course, the user may select a dag-node, but clicks on
the blank area of the pane aren't recognized.
Why?
Thanks, Oli
Follow-Ups:
Main Index |
Thread Index