Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » combo boxes in eclipse forms
combo boxes in eclipse forms [message #448027] Mon, 27 December 2004 03:22 Go to next message
Carolyn Duby is currently offline Carolyn DubyFriend
Messages: 30
Registered: July 2009
Member
Are combo boxes compatible with Eclipse forms? There is no createCombo
method on the FormToolkit. To create the combo I did the following:

Combo c = new Combo(composite, SWT.DROP_DOWN | SWT.READ_ONLY);
toolkit.adapt(transformationUsed);

The combo appears on the form but the border doesn't match the
borders on the other components.

Is there another component I should be using instead?

Thanks
Carolyn
Re: combo boxes in eclipse forms [message #448752 is a reply to message #448027] Thu, 13 January 2005 19:16 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Hi Carolyn, sorry for the late response,

Forms live above swt, so you may get more response if you ask this in the
eclipse.platform newsgroup.

Grant

"Carolyn Duby" <carolynd@pathfindermda.com> wrote in message
news:cqnv53$1nt$1@www.eclipse.org...
>
> Are combo boxes compatible with Eclipse forms? There is no createCombo
> method on the FormToolkit. To create the combo I did the following:
>
> Combo c = new Combo(composite, SWT.DROP_DOWN | SWT.READ_ONLY);
> toolkit.adapt(transformationUsed);
>
> The combo appears on the form but the border doesn't match the
> borders on the other components.
>
> Is there another component I should be using instead?
>
> Thanks
> Carolyn
>
>
Previous Topic:Searchable List
Next Topic:Disabling a tab ina CTabFolder
Goto Forum:
  


Current Time: Thu Apr 25 19:35:35 GMT 2024

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

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

Back to the top