You should use TextMorph. What about:
|| t | t := TextMorph new. t backgroundColor: Color blue. t contents: 'Hello'. t lock. t openInWorld|| | Le 19/12/2019 à 15:28, Kasper Osterbye a écrit : > I was struggling for weeks (not every day, but still) to find out how > to change the system to be able to give background color to text. > -- Dr. Geo http://drgeo.eu