If you just want to execute code (similar to the old Workspace) then you can just use Rubric.
| textMorph |
textMorph := RubScrolledTextMorph new newScrolledText.
textMorph beWrapped; beForSmalltalkScripting.
textMorph openInWindow extent: 432@432.
Best regards,
Henrik
From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org]
On Behalf Of Peter Uhn��k
Sent: Sunday, February 21, 2016 12:07 AM
To: Pharo Users List <pharo-users@lists.pharo.org>
Subject: [Pharo-users] embedding images inside Playground
Hi,
is it possible to somehow embed images (Form) inside Playground?
The use case is a kind of in-image help or guide where one could also execute code, but there would be also example images.
Or maybe have a container Morph that would contain Playground? Is that possible?
Thanks,
Peter