Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Is it possible to use combo with cascade behavior ?
Is it possible to use combo with cascade behavior ? [message #529853] Tue, 27 April 2010 13:16 Go to next message
H.ORTIZ  is currently offline H.ORTIZ Friend
Messages: 22
Registered: July 2009
Junior Member
Hi,

I want to allow the user to choose a "property name" in a combo box.

As there is a lot of property names in my application, I want to group them by "family name".

In order to do that, I want to use a combo box with the family names and when the cursor is entering an item, a "cascade popup" opens to list all the property names for this family.

Does something already exist to do that or will I have to implement it myself ?

Thanks,

Re: Is it possible to use combo with cascade behavior ? [message #531099 is a reply to message #529853] Mon, 03 May 2010 16:51 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Combos do not currently offer to do this, so you'll have to implement it.

Grant


"H.ORTIZ" <hortiz@objetdirect.com> wrote in message
news:hr6o2r$16a$1@build.eclipse.org...
> Hi,
>
> I want to allow the user to choose a "property name" in a combo box.
>
> As there is a lot of property names in my application, I want to group
them by "family name".
>
> In order to do that, I want to use a combo box with the family names and
when the cursor is entering an item, a "cascade popup" opens to list all the
property names for this family.
>
> Does something already exist to do that or will I have to implement it
myself ?
>
> Thanks,
>
>
Re: Is it possible to use combo with cascade behavior ? [message #531158 is a reply to message #529853] Mon, 03 May 2010 23:03 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Not 100% but it uses a Tree instead of a list in the drop down.
http://tomsondev.bestsolution.at/2008/08/24/writing-a-ctreec ombo-widget/

Tom

Am 27.04.10 15:16, schrieb H.ORTIZ:
> Hi,
>
> I want to allow the user to choose a "property name" in a combo box.
> As there is a lot of property names in my application, I want to group
> them by "family name".
>
> In order to do that, I want to use a combo box with the family names and
> when the cursor is entering an item, a "cascade popup" opens to list all
> the property names for this family.
>
> Does something already exist to do that or will I have to implement it
> myself ?
>
> Thanks,
>
>
Previous Topic:Running Swing or AWT widgets within SWT.
Next Topic:xpath
Goto Forum:
  


Current Time: Tue Apr 16 21:48:23 GMT 2024

Powered by FUDForum. Page generated in 2.86933 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top