Hi,
On 21/02/16 07:19, Nicolai Hess wrote:
2016-02-21 0:06 GMT+01:00 Peter Uhnák <i.uh...@gmail.com
<mailto:i.uh...@gmail.com>>:
Hi,
is it possible to somehow embed images (Form) inside Playground?
With good old PluggableTextMorph and Text you can just call #asText
on a Morph and
add it to the text of the TextMorph:
|text block|
block := [ PolymorphSystemSettings pharoLogo asText, String
cr,ProfStef pharoZenValuesContents ].
text:=(Smalltalk ui theme builder newBasicTextEditorFor: block
getText: #value setText: nil).
text openInWindow.
Offray did some work on combining spec trees with GT-Playground, to
build some kind of
workbook with code and text.
Yes, with a lot of help from the community (thanks again!). I have
pointed to it as a reply in this thread. The upcoming data week local
event will boosts some support for collaboration via Fossil SCM, SQLite
integration, easy installation via Pharo Catalog and increase our
gallery of data visualization approached themes/templates this time
aligned with some efforts on Open Spending / Open Budget[1][2]. Our last
exploration was using this tool for supporting open research in
visualizing medicine public data released by governments[3]
[1] https://openspending.org/
[2] http://openbudgets.eu/
[3] http://mutabit.com/offray/blog/en/entry/sdv-infomed
I'll keep you informed on our advances and issues.
Cheers,
Offray