Hi all,
I am having problem with a tree control inside the combobox. I have
successfully inserted the tree inside the combo box but when I select
an item from the tree... the event fires and sometimes it doesn't
fire...
Please find below the override code for get selectitem of the
combobox.
Can any one of you please help !!!!
Thanks in advance..
Thanks,
Vamsi.
override public function get selectedItem():Object
{
var item:Object = null;
if(dropdown && dropdown == _dropdown){
item = selectedItem;
treeSelectedItem = item;
}else{
item = treeSelectedItem;
}
return item;
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---