Re: Anybody programming tcl/tk in CosmosScope here?
From: Svenn Are Bjerkem (svenn.are_at_bjerkem.de)
Date: 12/06/04
- Next message: Benjamin Riefenstahl: "Re: Sendkeys"
- Previous message: Vaclav Snajdr: "frame as component in scrolledframe - vscroll problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 06 Dec 2004 10:43:26 +0100
Hi,
I try to plot all Graphs in a MDI with a single run of a macro. I have
found that $Graph(open) contain a list of all open graph windows. I try
to plot the Graph with AimPrint:Hardcopy. Problem is that I don't find
any documentation on AimPrint in the pdf.
I have a workaround looking like this that work, but I have to convert
the ps files to pdf by hand afterwards. I would like to pipe through ps2pdf.
global Graph
set curdir [lindex $Graph(filepath) 0]
foreach graph $Graph(open) {
Graph:Select $graph
AimPrint:Hardcopy -image [selection own] \
-prname laserjet
-xoffset 0.5i \
-yoffset 0.5i \
-file $curdir/$graph.ps
}
-- Svenn
- Next message: Benjamin Riefenstahl: "Re: Sendkeys"
- Previous message: Vaclav Snajdr: "frame as component in scrolledframe - vscroll problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|