[mcclim-devel] interactor-pane scrolls off the bottom

Duncan Rose duncan at robotcat.demon.co.uk
Sat Apr 30 09:52:51 UTC 2005


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 at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/mcclim-devel
>




More information about the mcclim-devel mailing list