Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Re: platform-swt-dev Digest, Vol 36, Issue 5

Thanks Carolyn,

But I want the table to be shown in combo with auto complete feature. For this i have made some changes to ContentProposalAdapter and crated a new class to show the field assist pop-up as a table, I succeeded in this but am i going in right way?

Darwin Baisa

On Fri, Feb 22, 2008 at 10:30 PM, <platform-swt-dev-request@xxxxxxxxxxx> wrote:
Send platform-swt-dev mailing list submissions to
       platform-swt-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
       https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
or, via email, send a message with subject or body 'help' to
       platform-swt-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
       platform-swt-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of platform-swt-dev digest..."


Today's Topics:

  1. Showing table in a Combo (Baisa Darwin)
  2. Re: Showing table in a Combo (Carolyn MacLeod)
  3. Re: Showing table in a Combo (Tom Schindl)
  4. Re: Showing table in a Combo (Steve Northover)
  5. Re: Showing table in a Combo (Tom Schindl)


----------------------------------------------------------------------

Message: 1
Date: Fri, 22 Feb 2008 18:19:28 +0530
From: "Baisa Darwin" <darwin.eclipse@xxxxxxxxx>
Subject: [platform-swt-dev] Showing table in a Combo
To: platform-swt-dev@xxxxxxxxxxx
Message-ID:
       <592909ba0802220449m6a68c876j56cd272759f8e451@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

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

Darwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://dev.eclipse.org/mailman/private/platform-swt-dev/attachments/20080222/849f3ef1/attachment.html

------------------------------

Message: 2
Date: Fri, 22 Feb 2008 10:45:03 -0500
From: Carolyn MacLeod <Carolyn_MacLeod@xxxxxxxxxx>
Subject: Re: [platform-swt-dev] Showing table in a Combo
To: "Eclipse Platform SWT component developers list."
       <platform-swt-dev@xxxxxxxxxxx>
Message-ID:
       <OFB062CFE5.8F75BF25-ON852573F7.00564518-852573F7.0056841B@xxxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://dev.eclipse.org/mailman/private/platform-swt-dev/attachments/20080222/323fa684/attachment.html

------------------------------

Message: 3
Date: Fri, 22 Feb 2008 16:55:06 +0100
From: Tom Schindl <tom.schindl@xxxxxxxxxxxxxxx>
Subject: Re: [platform-swt-dev] Showing table in a Combo
To: "Eclipse Platform SWT component developers list."
       <platform-swt-dev@xxxxxxxxxxx>
Message-ID: <47BEF05A.3040909@xxxxxxxxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

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



------------------------------

Message: 4
Date: Fri, 22 Feb 2008 11:36:34 -0500
From: Steve Northover <Steve_Northover@xxxxxxxxxx>
Subject: Re: [platform-swt-dev] Showing table in a Combo
To: "Eclipse Platform SWT component developers list."
       <platform-swt-dev@xxxxxxxxxxx>
Message-ID:
       <OFD2B8996B.878EE32B-ON852573F7.005B2A5E-852573F7.005B3D55@xxxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"

... 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://dev.eclipse.org/mailman/private/platform-swt-dev/attachments/20080222/78353264/attachment.html

------------------------------

Message: 5
Date: Fri, 22 Feb 2008 17:43:23 +0100
From: Tom Schindl <tom.schindl@xxxxxxxxxxxxxxx>
Subject: Re: [platform-swt-dev] Showing table in a Combo
To: "Eclipse Platform SWT component developers list."
       <platform-swt-dev@xxxxxxxxxxx>
Message-ID: <47BEFBAB.8010901@xxxxxxxxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

... interesting so is there a bugzilla for this? Maybe we could get this
feature one day or another?

Tom

Steve Northover schrieb:
>
> ... 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
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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


End of platform-swt-dev Digest, Vol 36, Issue 5
***********************************************


Back to the top