Re: [Pharo-users] Rendering in Glamour

2013-08-25 Thread Tudor Girba
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

Re: [Pharo-users] Rendering in Glamour

2013-08-24 Thread Mohammad Al Houssami (Alumni)
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

Re: [Pharo-users] Rendering in Glamour

2013-08-24 Thread Tudor Girba
* 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.

Re: [Pharo-users] Rendering in Glamour

2013-08-24 Thread Mohammad Al Houssami (Alumni)
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

Re: [Pharo-users] Rendering in Glamour

2013-08-24 Thread Tudor Girba
-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 :).

Re: [Pharo-users] Rendering in Glamour

2013-08-24 Thread Mohammad Al Houssami (Alumni)
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

Re: [Pharo-users] Rendering in Glamour

2013-08-24 Thread Tudor Girba
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

[Pharo-users] Rendering in Glamour

2013-08-24 Thread Mohammad Al Houssami (Alumni)
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