[racket] (read) interactions

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Wed Nov 2 17:45:00 EDT 2011

Perhaps Agter the user needs to be using a different UI? Or maybe I
misunderstand your comment.

Robby

On Wed, Nov 2, 2011 at 4:37 PM, Richard Cleis <rcleis at mac.com> wrote:
> Agter the user strikes the return key, the read window apparently is no longer functional. It does not seem possible to read any more than the first expression after the first interaction, or read anything else that is typed in the window later. Why is it displayed after the initial entry?
>
> rac
>
> On Nov 1, 2011, at 12:50 PM, Robby Findler wrote:
>
>> It is possible, but the tricky part is figuring when they are done.
>> Right now, the box first appears when the program tries to read a
>> character (perhaps via a call to read-line, perhaps via a call to read
>> or read-syntax). It does seem possible to hide the box when a) there
>> is no data that the program hasn't read, still in the box and b) the
>> program has not tried to read any new data, but I worry about the case
>> where the box flickers as the user enters a line of data and then the
>> program processes that line a little bit before reading the next line.
>>
>> Any ideas?
>>
>> Robby
>>
>> On Sat, Oct 29, 2011 at 12:32 AM, Richard Cleis <rcleis at mac.com> wrote:
>>> After a user enters information in the box that follows (read), a program prints progress lines until a task is complete. The entry box remains until the program finishes; it floats downward with the latest line.
>>>
>>> Is it possible to make the box disappear after the data entry is complete?
>>>
>>> rac
>>>
>>>
>>> _________________________________________________
>>>  For list-related administrative tasks:
>>>  http://lists.racket-lang.org/listinfo/users
>>>
>
>



Posted on the users mailing list.