Squeak Class Documentation category index | class index  
 
Transcripter
  category: Collections-Streams
  superclass: ReadWriteStream
  subclasses:

Transcripter is a dog-simple scrolling stream with display. It is intended to operate with no support from MVC or color in a minimal, or headless version of Squeak. No attention has been paid to appearance or performance.

instance methods
  accessing
  clear
endEntry
show:

  command line
  confirm:
readEvalPrint
request:

  initialization
  initInFrame:

  private
  black
white

class methods
  instance creation
  newInFrame:
startTranscriptProcess

  utilities
  emergencyEvaluator

instance methods
  accessing top  
 

clear


 

endEntry


 

show:


  command line top  
 

confirm:

Put up a yes/no menu with caption queryString. Answer true if the
response is yes, false if no. This is a modal question--the user must
respond yes or no.


 

readEvalPrint


 

request:


  initialization top  
 

initInFrame:


  private top  
 

black


 

white


class methods
  instance creation top  
 

newInFrame:


(Transcripter newInFrame: (0@0 extent: 100@200))
nextPutAll: 'Hello there'; endEntry;
cr; print: 355.0/113; endEntry;
readEvalPrint.


 

startTranscriptProcess

Transcripter startTranscriptProcess


  utilities top  
 

emergencyEvaluator