Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Combo boxes on forms
Combo boxes on forms [message #467137] Wed, 25 January 2006 17:28 Go to next message
Hans is currently offline HansFriend
Messages: 36
Registered: July 2009
Member
Using the forms API, inserting a Combo looks quite strange and
artificial (has a border). Is there any way to create a Combo that
looks "flat" like the other Form controls?
Re: Combo boxes on forms [message #467191 is a reply to message #467137] Thu, 26 January 2006 07:42 Go to previous messageGo to next message
Reinhard Moser is currently offline Reinhard MoserFriend
Messages: 43
Registered: July 2009
Member
Hi Hans,

try to use CCombo (with style SWT.FLAT) or simple use the FormToolkit
to create a combo.

regards

Reinhard

Hans schrieb:
> Using the forms API, inserting a Combo looks quite strange and
> artificial (has a border). Is there any way to create a Combo that
> looks "flat" like the other Form controls?
Re: Combo boxes on forms [message #467193 is a reply to message #467191] Thu, 26 January 2006 08:14 Go to previous message
Hans is currently offline HansFriend
Messages: 36
Registered: July 2009
Member
Thanks, Reinhard. CCombo looks much better (I did not know this class
earlier). However, in 3.1 at least I cannot find a createCombo method
in FormToolkit. Perhaps it has been added in 3.2...

Hans

Reinhard Moser wrote:
> Hi Hans,
>
> try to use CCombo (with style SWT.FLAT) or simple use the FormToolkit
> to create a combo.
>
> regards
>
> Reinhard
>
> Hans schrieb:
>
>> Using the forms API, inserting a Combo looks quite strange and
>> artificial (has a border). Is there any way to create a Combo that
>> looks "flat" like the other Form controls?
Previous Topic:How can I create a "Group" with no space for the title?
Next Topic:Table Cell Alignment
Goto Forum:
  


Current Time: Thu Apr 25 15:29:01 GMT 2024

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

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

Back to the top