Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Editable combo box
Editable combo box [message #452340] Thu, 17 March 2005 15:01 Go to next message
No real name is currently offline No real nameFriend
Messages: 25
Registered: July 2009
Junior Member
Hello,

I am looking for a combo box which I can edit. The user can choose from the
combo box predefined values, but can in addition enter custom values.

When I enter a custom value, I only receive the index -1 as the value in the
CellEditor instead of the custom value.

Is there a way to achive the functionality?


Regards,

Cyrill
Re: Editable combo box [message #452367 is a reply to message #452340] Fri, 18 March 2005 10:22 Go to previous message
No real name is currently offline No real nameFriend
Messages: 25
Registered: July 2009
Junior Member
Have implemented an editable combo box which works for my purposes.

Filed a bug #88427 to get a revised implementation of the API.

The EMF framework has implemented a way better solution with an array of
objects and an array of ILabelProviders to display them in the combo box.

Regards,

Cyrill
Previous Topic:Why is there a margin around the tree in this snippet?
Next Topic:Wizard dispalay problem
Goto Forum:
  


Current Time: Wed Apr 24 17:40:12 GMT 2024

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

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

Back to the top