Ah this is actually a Glamour question: If I have a GTPlayground, how do I set 
its content programmatically? I have been able to do it with something like the 
following:

| play |
“play is the GTPlayground instance"
play := (GTPlayground new openOn: GTPlayPage new) model.
play entity saveContent: '42'.
play update.

I don’t know if this is the officially approved way of doing it, maybe the 
Glamour crew can enlighten us.

> On Jan 14, 2016, at 18:34, Nicolai Hess <nicolaih...@gmail.com> wrote:
> 
> but if I try running the interface with this I get: "MessageNotUnderstood: 
> GlamourPresentationModel>>content:", so I think that something more is needed 
> to create Playgrounds in the Spec-Glamour that are pre-populated with content.
> 
> How can I create a playground inside a Spec-Glamour interface that is already 
> populated with a given content?
> 
> 
> I would expect (content is the GlamourPresentationModel)
> 
> content glmPres codePresentation text: 'new text'.
> 
> but it does not work.



---> Save our in-boxes! http://emailcharter.org <---

Johan Fabry   -   http://pleiad.cl/~jfabry
PLEIAD and RyCh labs  -  Computer Science Department (DCC)  -  University of 
Chile

Reply via email to