[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: AutoComplete combo

Janek schrieb:
Hi,

Has anyone any concepts how to extend editable SWT Combo or Ccombo so that it provides autocomplete feature. I mean, it works such a way that items in popup are adjusted so that they start with letters typed in combo text field. It is not so hard to make it work in SWING, but I don't have any ideas how to do it in SWT
Any help (links, hints etc.) would be appreciated .


Thx


Why not using field-assist?

Checkout the project org.eclipse.ui.examples.fieldassist from CVS
See also http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.platform.doc.isv/samples/org.eclipse.ui.examples.fieldassist/doc-html/ui_fieldassist_ex.html


Cheerz