CLIM mail archive

[Prev][Next][Index][Thread]

Re: Problems with UPDATING-OUTPUT



   ...
   (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.

Carl,

I believe you have to produce an output record explicitly if you are
not presenting the text (which would create an output record as a
by-product).   Use CLIM:WITH-OUTPUT-TO-OUTPUT-RECORD or
CLIM:WITH-NEW-OUTPUT-RECORD.  

Jeffrey


References:

Main Index | Thread Index