Issue 4328 in pharo: Transcript: 5 ) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.].

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

Issue 4328 in pharo: Transcript: 5 ) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.].

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug Milestone-1.3

New issue 4328 by [hidden email]: Transcript: 5 ) Update problem  
when evaluating 1 to: 30 do: [: x |  Transcript cr; show: x. (Delay  
forSeconds: 0.2) wait.].
http://code.google.com/p/pharo/issues/detail?id=4328

Transcript: 5 ) Update problem when evaluating 1 to: 30 do: [: x |  
Transcript cr; show: x. (Delay forSeconds: 0.2) wait.].

This code does not work right with the new transcript:

    1 to: 30 do: [: x |  Transcript cr; show: x. (Delay forSeconds: 0.2)
wait.].

a) Try it in 1.2 (old transcript) to see how it should work. Old transcript,
there's a delay between each line printed.  1.3 (new transcript) there's a
total delay first, then all the lines are immediately printed.

b) If the length of the entries to the transcript exceeds the size of the
window, the lines do not automatically scroll up to be able to see them.
Instead, they are added outside of the visible window area. IMO, this must
be changed so that whatever gets added to the end of the transcript is
immediately visible.

c) If cursor is at the bottom (with a vertical scroll bar visible), as soon
as a new line is added, the transcript pops back to the beginning again,
requiring scrolling to see new entries.  This makes any kind of continual
stream to the transcript impossible to view.  Position the Transcript at the
end of the output, then run the 1 to: 30 do: code line again -- it will pop
you to the top, not the end.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4328 in pharo: Transcript: 5 ) Update problem when evaluating 1 to: 30 do: [: x | Transcript cr; show: x. (Delay forSeconds: 0.2) wait.].

pharo
Updates:
        Cc: [hidden email]

Comment #1 on issue 4328 by [hidden email]: Transcript: 5 ) Update  
problem when evaluating 1 to: 30 do: [: x |  Transcript cr; show: x. (Delay  
forSeconds: 0.2) wait.].
http://code.google.com/p/pharo/issues/detail?id=4328

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker