Skip to main content



      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 09:16 Go to next message
Eclipse UserFriend
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 12:51 Go to previous messageGo to next message
Eclipse UserFriend
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 19:03 Go to previous message
Eclipse UserFriend
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: Thu Jul 24 16:57:26 EDT 2025

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

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

Back to the top