[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: ScrollBar auto scroll back

The only way I see setOrigin(...) being called internally is if
ScrolledComposite.setShowFocusedControl(true) is invoked, but I don't see
this in your pasted lines.  Is this being invoked anywhere else?  I think to
figure out what's happening a full snippet that shows the problem happening
is required.

Grant


"glamakid" <glamkid@xxxxxxxxxxx> wrote in message
news:db361b49d554ad2c20ad24404605e466$1@xxxxxxxxxxxxxxxxxx
> Thank you
>
> The interesting part is, when i scroll 5cm[two small clicks] it doesnt
> happen, but when i move more than that ans press alt+tab and then come
> back, it goes back. I debugged this and found that, when i scroll more
> that a limit, internally setorigin is called and it sets the y=0.
>