[PharoRemote] View remote Transcript

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[PharoRemote] View remote Transcript

sergio_101
Hi, all..

Is it possible to use PharoRemote to watch the remote site’s Transcript?

Thanks!

----
peace,
sergio
photographer, journalist, visionary

Reply | Threaded
Open this post in threaded view
|

Re: [PharoRemote] View remote Transcript

Denis Kudriashov
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 <[hidden email]>:
Hi, all..

Is it possible to use PharoRemote to watch the remote site’s Transcript?

Thanks!

----
peace,
sergio
photographer, journalist, visionary