[mcclim-devel] clim-extensions.lisp
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? -- +--------------------------------------------------------+ |Cyborg Animation Programmer | johnc@yagc.ndo.co.uk| |http://badbyteblues.blogspot.com -----------------------| +--------------------------------------------------------+
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? -- +--------------------------------------------------------+ |Cyborg Animation Programmer | johnc@yagc.ndo.co.uk| |http://badbyteblues.blogspot.com -----------------------| +--------------------------------------------------------+
Redefines the setf method for the pixels of the image class to the correct order, and also re-defines coordinate as a single-float. Both work for me and have been used with the examples with no observed ill - effects. Tested with recent cmucl (19c) -- +--------------------------------------------------------+ |Cyborg Animation Programmer | johnc@yagc.ndo.co.uk| |http://badbyteblues.blogspot.com -----------------------| +--------------------------------------------------------+
participants (1)
-
John Connors