CLIM mail archive
[Prev][Next][Index][Thread]
Problems with UPDATING-OUTPUT
I'm using CLIM 1.1 and have been experiencing problems with
CLIM:UPDATING-OUTPUT. Code that looks like
(clim:updating-output (stream ...)
(clim:with-output-as-presenation (...)
... draw stuff ...
)
... (clim:draw-text* ...) ...
)
will not include the text in the output record. If instead the text is
included inside the scope of the WITH-OUTPUT-AS-PRESENTATION the text is
recorded in the output record.
Is there an easy way to get around this problem?
Carl de Marcken
Follow-Ups:
Main Index |
Thread Index