Sept. 1, 2016
8:10 p.m.
Answer: To open a text window with text I do Workspace openContents: (MyTextCollection at: 101). Display as text only: At the bottom I can switch between - plain text - smalltalk scripting But the text remains red in both cases. What am I missing? --Hannes On 9/1/16, H. Hirzel <hannes.hirzel@gmail.com> wrote:
Hello
I want to display a string (no code) in a text window.
What is the equivalent of the Squeak expression
StringHolder new textContents: (MyTextCollection at: 101); openLabel: 'theText 101'
in Pharo 5.0?
Regards
Hannes