On Mon, 10 Sep 2007 21:20:31 -0700, Scott Wallace <madevu@xxxxxxxxxxx>
wrote:
Hi, John,
Via the Squeak UI: each time you choose "open transcript" from the
"open..." branch of the World menu, a new Transcript window is opened.
Via code: evaluate "Transcript open".
But that doesn't solve addressing the two transcripts separately. If you
do that, and then do:
Transcript show: 'test'
It'll show up on both. If you bring up the halo and copy the transcript,
however, you get two completely independent transcripts.
|