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. пн, 18 февр. 2019 г. в 15:33, sergio ruiz <sergio....@gmail.com>: > Hi, all.. > > Is it possible to use PharoRemote to watch the remote site’s Transcript? > > Thanks! > > ---- > peace, > sergio > photographer, journalist, visionary > > Public Key: http://bit.ly/29z9fG0 > #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV > http://www.codeandmusic.com > http://www.twitter.com/sergio_101 > http://www.facebook.com/sergio101 >