On Saturday, April 30, 2005, at 10:45 AM, Tim Daly Jr. wrote:
If you say
(define-application-frame foo () () (:pane (make-pane 'interactor-pane :width 400 :height 300))) (clim:run-frame-top-level (clim:make-application-frame 'foo))
You get a window. Hit RET a few times in that window, and the prompt will scroll off the bottom of it, never to return. Is it meant to work that way?
Not sure, but quite possibly.
Changing the :pane form to
(:pane (scrolling () (make-pane 'interactor-pane :width 400 :height 300)))
fixes it for me.
-Duncan
-- -Tim
mcclim-devel mailing list mcclim-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/mcclim-devel