On Apr 14, 2011, at 9:31 AM, Fernando Olivero wrote:
Read only form, that's displayed surrounded by a system window. Evaluate: Transcript clear. I worked on some of the complaints, mainly by Igor on the previous email. Maybe i should also make the TranscriptMorph to use a standard text widget again.
yes because this one looks like a regression. This is not clear that this is a readonly text that we cannot even select.
pd: please take a look at this issue: ISSUE 3948: I've replaced the Transcript class with an equal TranscriptModel instance, reverting to the use of a global Transcript, according to Igors suggestion. I also modified a bit the TranscriptMorph, to denote the read-only nature of the text. (Igor suggested to be able to select the text as well, not yet there); and changed all the uses ( in Core) to go through StandardToolSet openTranscript.
ok I will Stef
On Wed, Apr 13, 2011 at 5:18 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
hi guys
why there is no scrollbar on the widgets? why I cannot select text there? why I cannot delete text there?
Stef