Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » ScrolledComposite problem seen in migration from Eclipse v3.0.1 to v3.1M4
ScrolledComposite problem seen in migration from Eclipse v3.0.1 to v3.1M4 [message #450157] Tue, 08 February 2005 16:22 Go to next message
Donna Giang is currently offline Donna GiangFriend
Messages: 1
Registered: July 2009
Junior Member
We migrate our plugins from Eclipse v3.0.1 to v3.1M4 and notice that the
horizontal and vertical scroll bar doesn't appear when the window is resize
to a smaller size than the content displayed. So we cannot scroll to see
the rest of the content in our editor.

I've checked the scrolled_composite for when it should displayed the
scrolled bar:
scolled_panel.getVerticalBar.isVisible()
scrolled_panel.getHorizontalBar.isVisible()
and the returns indicate that these bar should be visible while it is not.

The ScrolledComposite contains composites that make the sections. These
sections will displays tables and text fields. The ScrolledComposite is
used so that if the windows is resized, user can scrolled to view all the
contents.

This same code works with Eclipse 3.0.1 and previous version of Eclipse.
But this problem was seen when migrating to Eclipse 3.1M4.

Any help/explaination will be greatly appreciated.

Thanks,
Donna Giang
Re: ScrolledComposite problem seen in migration from Eclipse v3.0.1 to v3.1M4 [message #450277 is a reply to message #450157] Wed, 09 February 2005 13:31 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
Can you give a sample of code that shows the problem?

"Donna Giang" <giang@us.ibm.com> wrote in message
news:cuap0o$omi$1@www.eclipse.org...
> We migrate our plugins from Eclipse v3.0.1 to v3.1M4 and notice that the
> horizontal and vertical scroll bar doesn't appear when the window is
> resize
> to a smaller size than the content displayed. So we cannot scroll to see
> the rest of the content in our editor.
>
> I've checked the scrolled_composite for when it should displayed the
> scrolled bar:
> scolled_panel.getVerticalBar.isVisible()
> scrolled_panel.getHorizontalBar.isVisible()
> and the returns indicate that these bar should be visible while it is not.
>
> The ScrolledComposite contains composites that make the sections. These
> sections will displays tables and text fields. The ScrolledComposite is
> used so that if the windows is resized, user can scrolled to view all the
> contents.
>
> This same code works with Eclipse 3.0.1 and previous version of Eclipse.
> But this problem was seen when migrating to Eclipse 3.1M4.
>
> Any help/explaination will be greatly appreciated.
>
> Thanks,
> Donna Giang
>
>
>
Previous Topic:Compiling of GCJ and SWT under MacOS X
Next Topic:A Free Lite Database for Pocket PC
Goto Forum:
  


Current Time: Thu Mar 28 21:05:21 GMT 2024

Powered by FUDForum. Page generated in 0.03533 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top