Re: [Pharo-project] troubles with glamour finder in pharo 1.4

2012-02-17 Thread Tudor Girba
Hi, For your information, the bug is now fixed. The issue was that Scrollbar changed the way it sets the scroll value in the model. Before, we had some magic way of inferring the selector, now the selector must be explicitly set: ScrollBar new model: self;

Re: [Pharo-project] troubles with glamour finder in pharo 1.4

2012-02-17 Thread Stéphane Ducasse
thanks doru. What about an initialize and a default value? Because I find that strange. Stef On Feb 17, 2012, at 9:39 AM, Tudor Girba wrote: Hi, For your information, the bug is now fixed. The issue was that Scrollbar changed the way it sets the scroll value in the model. Before, we

Re: [Pharo-project] troubles with glamour finder in pharo 1.4

2012-02-17 Thread Benjamin
Cool :) You find it before me :) Indeed, you shouldn't be the only one with this problem :s Ben On Feb 17, 2012, at 9:39 AM, Tudor Girba wrote: Hi, For your information, the bug is now fixed. The issue was that Scrollbar changed the way it sets the scroll value in the model. Before,

[Pharo-project] troubles with glamour finder in pharo 1.4

2012-02-14 Thread Tudor Girba
Hi, We are almost done with getting Glamour work on 1.4. The model works, and most of the rendering is fine as well. The only major trouble is with the rendering of the finder. In particular, the problem is the scrolling through the panes. The scrolling code was basically copied from OB

Re: [Pharo-project] troubles with glamour finder in pharo 1.4

2012-02-14 Thread Benjamin
If you tell me how to load the code easily, and where to have a look, I can do that ;) Ben On Feb 14, 2012, at 9:58 PM, Tudor Girba wrote: Hi, We are almost done with getting Glamour work on 1.4. The model works, and most of the rendering is fine as well. The only major trouble is with

Re: [Pharo-project] troubles with glamour finder in pharo 1.4

2012-02-14 Thread Tudor Girba
Thanks, Ben. You can: - load it in Pharo 1.4: Gofer new squeaksource: 'Glamour'; package: 'ConfigurationOfGlamour'; load. (ConfigurationOfGlamour project version: 'default') load: #('Core' 'Morphic') - or download the ready-made Moose image: