| [news.eclipse.platform.swt] Re: Autocomplete Combo |
Daniel Spiewak wrote:
IMHO, you should go the way of the auto-assist in JDT. I.E. create an SWT.NO_TRIM | SWT.ON_TOP Shell with a Table as it's only widget (use FillLayout and only add the Table). You can do a lot with a Table. Then you can popup and pop-down your Shell with the proper items whenever you need an auto complete. Good luck.
Thanks for the suggestion!
Thanks again, jaaron