Daniel Kochmanski

Results 126 comments of Daniel Kochmanski

According to http://bauhh.dyndns.org:8000/clim-spec/28-3.html#_1509 > Changing the layout of the frame must recompute what panes are used for the bindings of the standard stream variables (such as *standard-input*). Some implementations of...

for `select-file` gadget some code from `clim-listener` may be reused.

recently someone mentioned a combo-box, that is also a good candidate for a gadget.

From reading w-d-o and w-o-t-p I'm convinced that pixmap's medium must implement drawing options. I've linked excerpts from the spec with some highlighted parts. I've found nothing what would say,...

the example is as follows: ``` (in-package :common-lisp-user) (defpackage :my-first-app ;; Imports the appropriate CLIM library (:use :clim :clim-lisp) ;; The package will only export a function to run the...

run-command doesn't use it because it doesn't supply the listener-view. This method is used to read a sequence if `accept` is typed in the listener directly, i.e.: ``` clim-user> (accept...

Here's the current version of `display-evalues` ``` (defun display-evalues (values) (labels ((present-value (value) ;; I would really prefer this to behave as below, as presenting ;; things as expressions causes...

To be precise, a call to this function drags the repaint: ``` (defun input-context-event-handler (stream) (highlight-applicable-presentation *application-frame* stream *input-context*)) ```

Do you have a link to the specification of the "accept values pane"?

Thank you, we need to first debate, whether we want to incorporate this extension. McCLIM is implementing CLIM 2, as specified in bundled specification. Some Franz's extensions presented in the...