Hi

Do this after your window.open call:
        ApplicationContext.queueCallback(new Runnable(){
            @Override
            public void run() {
                scrollpane.setScrollTop(0);
            }
        });


For those who are curious, the root of Olivier's problem is that 
TerraTabPaneSkin#selectedIndexChanged queues a callback
which calls Component#scrollAreaToVisible.

Regards, Noel.

Olivier Dutrieux wrote:
> Le 04/05/2011 18:09, Olivier Dutrieux a écrit :
>> Le 04/05/2011 17:14, Greg Brown a écrit :
>>> Hi Duto,
>>> I don't remember if I asked this yet or not - do you have a small code 
>>> sample we could look at that reproduces the
>>> problem?
>>> Thanks,
>> Yep see my attach file
>>
>> Duto
>>
>>
> Hello G,
>
> I'm very sorry for the insistance : do you see my sample ?
>
> Best regards
>
> Duto

Reply via email to