On 06 Nov 2011, at 12:28, Stéphane Ducasse wrote:
can you publish the code and I will fill a bug entry. May be log: was added after.
This is nothing but a quick hack... I have not checked how that interacts all the stuff I am not using in the Transcript TranscriptModel>>#initialize initialize super initialize. showOnDisplay := false. innerRectangle := 20@20 extent: 300@500. logToFile := false. entries := Array new: self maxEntries. unfinishedEntry := '' writeStream. accessSemaphore := Mutex new. informDepedents := true. self clear. TranscriptModel>>#log: log: aString accessSemaphore critical: [ self addEntry: aString. self display ]. Best regards Stefan -- Stefan Marr Software Languages Lab Vrije Universiteit Brussel Pleinlaan 2 / B-1050 Brussels / Belgium http://soft.vub.ac.be/~smarr Phone: +32 2 629 2974 Fax: +32 2 629 3525