[mcclim-devel] Application pane vertical scrolling does not work with table formatting

rpgoldman at real-time.com rpgoldman at real-time.com
Tue Dec 28 20:09:30 UTC 2004


>>>>> "PA" == Paolo Amoroso <amoroso at mclink.it> writes:

    PA> 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))))

    PA> This workaround works magnificently.  Thanks a quadrillion.


That's the workaround, but is this still a bug?  Surely the space
requirements should be automagically updated by formatting-table?  I
can find the place in the code where the size of the output record is
updated, but am too ignorant of the McCLIM internals to propose where
the update should be made....

Or, is this not a bug, and is this kind of dimension update the
responsibility of anyone who provides a display method?

Best,
r



More information about the mcclim-devel mailing list