Transcript content clear

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

Transcript content clear

ipstools.project
Hi all

does anybody knows the method that clears the content of Transcript window? Searched but not found.

Regards,
Sergei.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Transcript content clear

Klaus Breker-2
Hi Serfei,

try

Transcript textWidget setString: String new.

But take care of #Transcript -> #textWidget, because this method is private and not for  public use.

Regards

Klaus

Am Montag, 5. Juni 2017 23:52:38 UTC+2 schrieb [hidden email]:
Hi all

does anybody knows the method that clears the content of Transcript window? Searched but not found.

Regards,
Sergei.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: Transcript content clear

ipstools.project
Hi Klaus,

that `s what I needed.
I intensively use Transcript for debugging purpose and sometimes it`s more convenient to display new data instead of old one.

Thanks a lot.


Sergei.

вторник, 6 июня 2017 г., 12:08:24 UTC+3 пользователь Klaus Breker написал:
Hi Sergei,

try

Transcript textWidget setString: String new.

But take care of #EtWorkspace-> #textWidget, because this method is private and not for  public use.

Regards

Klaus

Am Montag, 5. Juni 2017 23:52:38 UTC+2 schrieb [hidden email]:
Hi all

does anybody knows the method that clears the content of Transcript window? Searched but not found.

Regards,
Sergei.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.