[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CLIM on X screen
- To: slug@ai.sri.com
- Subject: CLIM on X screen
- From: <@IU.AI.SRI.COM:slug-admin@iu.ai.sri.com>
- Date: Fri, 11 Dec 1992 11:06:44 -0500
- Illegal-object: Syntax error in From: address found on relay.cs.toronto.edu: From: Steven L.Smith <smith@icat.larc.nasa.gov> ^ ^-illegal period in phrase \-phrases containing '.' must be quoted
Dear SLUGs,
I would like to know if I can bring up a clim window on my remote
X symbolics screen? Here's the scenario. I'm sitting down at
my SGI UNIX workstation with a Symbolics X environment (via Start X
Screen). I would now like to expose a clim window in the same enviroment.
The problem is that the clim window gets exposed on the
Symbolics main (real) console screen. How do I get what I want?
Here's the sample code:
(DEFVAR *clim-screen* (OPEN-ROOT-WINDOW :SHEET))
(DEFVAR *clim-window* (OPEN-WINDOW-STREAM :PARENT *clim-screen*))
(WINDOW-EXPOSE *clim-window*)
*******************************************************************************
Steve Smith | Internet: smith@icat.larc.nasa.gov
NASA Langley Research Center |
M/S 152 | Voice: (804) 864-2004
Hampton, VA 23665 | FAX : (804) 864-7793
*******************************************************************************