CLIM mail archive
[Prev][Next][Index][Thread]
Problem to print from one application into other applications
-
To: clim@BBN.COM
-
Subject: Problem to print from one application into other applications
-
From: Bernd Wild <bwild@fzi.de>
-
Date: Wed, 19 Aug 92 10:49:53 GMT+0100
-
Original-Received: by NeXT Mailer (1.63)
-
Pp-Warning: Illegal Received field on preceding line
Hi,
I want print inside one application into a window of another
application.
If I send an output to a window of the other application,
the output is shown on this window correctly but the receiving
application dies at this moment (i.e. no further mouse-interactions
are possible).
Is there any trick to restart the application or to allow such output
operations.
Details:
- Symbolics Ivory, Genera 8.1, CLIM 1.1.
- Every application has its own root-window because all of them
have to be active simultaneously.
- my function
(define-command test (com-test :menu test) ()
(let ((output *standard-output*))
(setf output (get-frame-pane *another-application*
'output-window))
(describe xyz)
(setf *standard-output* output)))
Bernd Wild
===============================================
Bernd Wild
Forschungszentrum Informatik FZI
Dept. Technical Expert Systems and Robotics
Haid-und-Neu-Strasse 10-14
D-7500 Karlsruhe GERMANY
Tel: +49-721-9654-310
Fax: +49-721-9654-309
email: bwild@fzi.de
===============================================
Follow-Ups:
Main Index |
Thread Index