Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » PreferencePage of my plugin, is too big. Not able to see all controls in that
PreferencePage of my plugin, is too big. Not able to see all controls in that [message #463880] Tue, 15 November 2005 14:36 Go to next message
Harish is currently offline HarishFriend
Messages: 6
Registered: July 2009
Junior Member
Hi
I have created preference page for my plugin.
Composite is used and i have added many components.
It is too big. SO i'm not able to use in few systems.
I tried creating ScrolledComposite() and added the
Composite as child of ScrolledComposite.
But its not working.
Can any one help me in this regard
Re: PreferencePage of my plugin, is too big. Not able to see all controls in that [message #463946 is a reply to message #463880] Tue, 15 November 2005 20:25 Go to previous messageGo to next message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
Have you looked at the ScrolledComposite snippets?

http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.sni ppets/src/org/eclipse/swt/snippets/Snippet5.java?rev=HEAD&am p;content-type=text/vnd.viewcvs-markup
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.sni ppets/src/org/eclipse/swt/snippets/Snippet166.java?rev=HEAD& amp;content-type=text/vnd.viewcvs-markup
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.sni ppets/src/org/eclipse/swt/snippets/Snippet188.java?rev=HEAD& amp;content-type=text/vnd.viewcvs-markup

Please post some code.

"Harish" <harish.l@philips.com> wrote in message
news:c7c0fd5b0040f1abf9cc4ea3aab99c3c$1@www.eclipse.org...
> Hi
> I have created preference page for my plugin.
> Composite is used and i have added many components.
> It is too big. SO i'm not able to use in few systems.
> I tried creating ScrolledComposite() and added the
> Composite as child of ScrolledComposite.
> But its not working.
> Can any one help me in this regard
>
Re: PreferencePage of my plugin, is too big. Not able to see all controls in that [message #463982 is a reply to message #463946] Wed, 16 November 2005 05:01 Go to previous message
Harish is currently offline HarishFriend
Messages: 6
Registered: July 2009
Junior Member
Thanks.
I saw the ones you sent me.
I am able to solve this problem
Regards
Harish
Previous Topic:Invert Tree Data?
Next Topic:Layout for TableViewer in a MultiPartFormEditor
Goto Forum:
  


Current Time: Thu Mar 28 11:21:34 GMT 2024

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

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

Back to the top