Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » pocket PC - ScrollBar.setVisible()
pocket PC - ScrollBar.setVisible() [message #449218] Wed, 19 January 2005 16:53 Go to next message
No real name is currently offline No real nameFriend
Messages: 92
Registered: July 2009
Member
Hi,

does the method setVisible() apply to scrollbars in the PocketPC? I cannot
make a Scrollbar hide itself on this platform. eg.

Composite scroller = new Composite(shell,SWT.NO_FOCUS | SWT.V_SCROLL);
ScrollBar vbar = scroller.getVerticalBar();
vbar.setVisible(false);
shell.layout(true);

On the pocket pc 2003 with j9 CDC, the setVisible(false) call has no effect
for me. Works fine on the desktop of course. Generally speaking, is there a
way for me find out when an individual method is not implemented on the
pocket pc platform?

thanks,
Andy
Re: pocket PC - ScrollBar.setVisible() [message #449269 is a reply to message #449218] Wed, 19 January 2005 22:03 Go to previous messageGo to next message
Christophe Cornu is currently offline Christophe CornuFriend
Messages: 304
Registered: July 2009
Senior Member
Hi Andy,

It's a platform limitation. See:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=14144#c2

You can check the bugzilla for SWT (WinCE, Pocket PC). This is either a
limitation or a bug that has not been found yet. In doubt, you can open a
bug report and we will try to help.

Chris
Re: pocket PC - ScrollBar.setVisible() [message #449280 is a reply to message #449269] Thu, 20 January 2005 11:09 Go to previous message
No real name is currently offline No real nameFriend
Messages: 92
Registered: July 2009
Member
> It's a platform limitation. See:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=14144#c2


thanks Christophe, I got the workaround working.

Andy
Previous Topic:where do i put my gif file?
Next Topic:trying to load gif from plugin into SWT browser
Goto Forum:
  


Current Time: Fri Apr 19 18:23:45 GMT 2024

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

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

Back to the top