Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Showing table in a Combo


You will have to implement it yourself - the platforms don't support it.
A good place to start would be to look at the source code for CCombo - it does not drop down a table - just a list - but you can modify the implementation to suit your needs.
Good luck!

In future, please ask user questions on the swt newsgroup: news://news.eclipse.org/eclipse.platform.swt

Carolyn


From: "Baisa Darwin" <darwin.eclipse@xxxxxxxxx>
To: platform-swt-dev@xxxxxxxxxxx
Date: 02/22/2008 07:49 AM
Subject: [platform-swt-dev] Showing table in a Combo





Hi,

Is it possible to show a table in Combo instead of a single value list?

Darwin



_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top