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


... actually, it is possible to do on some platforms.  We just haven't had time to implement it and add the API to SWT.



Tom Schindl <tom.schindl@xxxxxxxxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

02/22/2008 10:55 AM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
cc
Subject
Re: [platform-swt-dev] Showing table in a Combo





Hi,

There's a proposed Combo for Nebula that is forked from CCombo. Search
the newsgroup archives for a reference.

Tom

Carolyn MacLeod schrieb:
>
> 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
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-swt-dev

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


Back to the top