I'd like to custom combobox. Indeed, I like to create a combox with two array separate by a line like that.

The line between All and above 40 must no selectable.
Do you know how to do that?
Thanks for helping
|
I'd like to custom combobox. Indeed, I like to create a combox with two array separate by a line like that.
The line between All and above 40 must no selectable. Do you know how to do that? Thanks for helping |
|||
|
Let's say we have a ComboBox with a model like this:
The Strings are our regular elements and the Object represents the separator. I'm simplifying things here, but you should be able to translate this to your specific situation. Now we want to assign a different ItemRenderer to each type of element. We can do this by means of the
Now lets create that
And that should do it. |
|||
|
|
|
With your help, I found a solution:
Thanks a lot |
|||||
|
|
Here's a solution that works in Flash without Flex in case anyone needs that (like I did). First create a new class file for a custom extension of CellRenderer:
Save it as MyCustomCellRenderer.as (or whatever you call it), then when you set up your ComboBox:
|
|||
|
|
enabledproperty tofalse– RIAstar May 23 '12 at 22:46