John Connors wrote:
I note that clim-extensions.lisp isn't in the clim-clx asdf defsystem form despite being defined in that package; is there a reason for this?
And while I'm asking silly questions, I'll observe that :
(defun force-preview-repaint () (let ((pane (find-pane-named *application-frame* 'perlin::preview))) (repaint-sheet pane (sheet-region pane))))
..was needed to force an image pane to redisplay instantly. Is that how it is supposed to work?