Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Combo boxes on forms
Combo boxes on forms [message #467137] Wed, 25 January 2006 12:28 Go to next message
Eclipse UserFriend
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 02:42 Go to previous messageGo to next message
Eclipse UserFriend
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 03:14 Go to previous message
Eclipse UserFriend
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: Sun Jul 06 03:28:45 EDT 2025

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

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

Back to the top