Re: [Newbies] RE: problem with text editor

2008-11-25 Thread Herbert König
Hello Alex, AC Let's say user input name: Lisa and hit enter button, AC the GUI will display: AC List of user: AC Lisa AC If another user type in their name for example: Joan, then the screen will display: AC List of user: AC Lisa AC Joan AC I write the method on the enter button to display

[Newbies] Re: closing WriteStream?

2008-11-25 Thread Jerome Peace
[Newbies] closing WriteStream? *** Mr. Timothy C. Johnson tjohnson at iwu.edu Wed Nov 26 01:10:46 UTC 2008 Hi, Do I need to worry about closing a WriteStream? Currently I am working like this: buildStatementFor: anObject | statement | statement := String new writeStream. [ statement