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:
http://ci.moosetechnology.org/job/moose-latest-dev/lastSuccessfulBuild/artifact/moose/*zip*/moose.zip
To reproduce the problem, try this:
GLMFinder new
show: [:a | a list display: [:x | 1 to: x ]];
openOn: 100
and then click on the first and on the second to try to get the third pane. The
third pane does not appear, but the scrollbar does.
The relevant code is in GLMPaneScroller.
Cheers,
Doru
On 14 Feb 2012, at 22:07, Benjamin wrote:
> 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 the
>> rendering of the finder. In particular, the problem is the scrolling through
>> the panes.
>>
>> The scrolling code was basically copied from OB (shamelessly :)). Something
>> must have changed in Pharo 1.4 that disables some of the behavior. Could
>> anyone spare a pair of eyes to look into this :).
>>
>> Cheers,
>> Doru
>>
>>
>> --
>> www.tudorgirba.com
>>
>> "Next time you see your life passing by, say 'hi' and get to know her."
>>
>>
>>
>>
>
>
--
www.tudorgirba.com
"From an abstract enough point of view, any two things are similar."