o:* Any question about pharo is welcome
> *Subject:* Re: [Pharo-users] Rendering in Glamour
>
> ** **
>
> Hi,
>
> ** **
>
> Ok. So you have a an object holding your DOM tree. Let's call it domRoot.
> And let's suppose that an element in tree can get
Expansion.
Thank you so much :)
From: Pharo-users
[mailto:pharo-users-boun...@lists.pharo.org<mailto:pharo-users-boun...@lists.pharo.org>]
On Behalf Of Tudor Girba
Sent: Saturday, August 24, 2013 8:39 PM
To: Any question about pharo is welcome
Subject: Re: [Pharo-users] Rendering in G
* Saturday, August 24, 2013 8:39 PM
>
> *To:* Any question about pharo is welcome
> *Subject:* Re: [Pharo-users] Rendering in Glamour
>
> ** **
>
> Hi,
>
> ** **
>
> It seems to me that you are trying to execute the code from Glamour
> directly in Pharo.
org>]
On Behalf Of Tudor Girba
Sent: Saturday, August 24, 2013 7:41 PM
To: Any question about pharo is welcome
Subject: Re: [Pharo-users] Rendering in Glamour
I think you are using Glamour the wrong way :).
As I understand, you have a TreeBrowser>>#accumulator method that answers an
inst
-users-boun...@lists.pharo.org] *On
> Behalf Of *Tudor Girba
> *Sent:* Saturday, August 24, 2013 7:41 PM
> *To:* Any question about pharo is welcome
> *Subject:* Re: [Pharo-users] Rendering in Glamour
>
> ** **
>
> I think you are using Glamour the wrong way :).
Sent: Saturday, August 24, 2013 7:41 PM
To: Any question about pharo is welcome
Subject: Re: [Pharo-users] Rendering in Glamour
I think you are using Glamour the wrong way :).
As I understand, you have a TreeBrowser>>#accumulator method that answers an
instance of a GLMAccumulator. In thi
I think you are using Glamour the wrong way :).
As I understand, you have a TreeBrowser>>#accumulator method that answers
an instance of a GLMAccumulator. In this case, all you have to do is:
TreeBrowser new accumulator openOn: yourDesiredInputObject.
I suggest that you take a look at the "GLMBa
I am trying to use the Glamour and as I first step I copied the code provided
in the examples and pasted it in a new class called tree browser.
I then tried to execute this in my workspace:
|browser accum renderer|
browser := TreeBrowser new.
accum := browser accumulator.
renderer := GLMMorphicRen