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

CLIM on X screen





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
*******************************************************************************