|
Hi Serge.
if it is related to TelePharo then you can register local transcript in remote image. Evaluate following code in playground:
localTranscript := Transcript. remotePharo evaluate: [ Smalltalk globals at: #Transcript put: localTranscript ].
It will be not optimized solution because every message to transcript will send remote request to client. But it should work. Also all messages will go to main Transcript in you client image which is probably not desired. So the better solution requires real implementation of remote transcript.
Hi, all..
Is it possible to use PharoRemote to watch the remote site’s Transcript?
Thanks! ---- peace, sergio photographer, journalist, visionary
|