[mcclim-devel] Application pane vertical scrolling does not	work with table formatting
    Paolo Amoroso 
    amoroso at mclink.it
       
    Tue Dec 28 20:02:33 UTC 2004
    
    
  
Andy Hefner <ahefner at gmail.com> writes:
> The problem is that the space requirements of the application-pane are
> not updated to be large enough to contain your output. After
> generating your output, this can be done manually as follows:
>
> (change-space-requirements pane 
>                                 :width  (bounding-rectangle-width
> (stream-output-history pane))
>                                 :height (bounding-rectangle-height
> (stream-output-history pane))))
This workaround works magnificently.  Thanks a quadrillion.
Paolo
-- 
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film
    
    
More information about the mcclim-devel
mailing list