[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: SWT Eclipse scrollbar does not move on mouse click
|
It would be helpful if you could provide a snippet that shows the problem
happening (snippet template:
http://www.eclipse.org/swt/faq.php#whatisasnippet ). And which platform do
you see this on?
Grant
"Nuno" <nuno.esculcas@xxxxxxxxx> wrote in message
news:fi4blc$gph$1@xxxxxxxxxxxxxxxxxxxx
> Hello,
>
> My problem is hard to explain, and i really only want to known if this
> already happen to anyone else.
>
> I have a lot of container inside other containers, most of them are tab
> containers, and this container some have horizontal scrollbar and other
> not. The problem is that the last one normally it's horizontal scrollbar
> does not respond to the left mouse click, neither the mouse over event
> arrives, but if i click with the right button the menu of the scrollbar
> appears and this one can change the scrollbar position.
>
> And i can't seem to resolve this bug, i don't known if this is a known
> bug or not, or if the problem is mine?
>
> Can anyone point me to some direction to resolve the problem?
> Thanks