|
Re: Second transcript window?: msg#00061lang.smalltalk.squeak.beginners
Ah... if operating a separate "private" transcript is what was being inquired about, try this: With a conventional Transcript or two already open on the screen, evaluate the following 3 lines in a workspace: ((myTranscript := TranscriptStream new) openAsMorphLabel: 'My Private Transcript') openInWorld. myTranscript cr; show: 'hello, private transcript'. Transcript cr; show: 'hello, system transcript window(s)'. Cheers, -- Scott On Sep 10, 2007, at 9:33 PM, Blake wrote: On Mon, 10 Sep 2007 21:20:31 -0700, Scott Wallace <madevu@xxxxxxxxxxx> wrote:
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Second transcript window?, John Almberg |
|---|---|
| Next by Date: | Re: Second transcript window?, Göran Krampe |
| Previous by Thread: | Re: Second transcript window?, Blake |
| Next by Thread: | Re: Second transcript window?, John Almberg |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |