"PA" == Paolo Amoroso amoroso@mclink.it writes:
PA> Andy Hefner ahefner@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