Code was eaten by the mailing list, here's just the modified function:
private function onRollout(event:MouseEvent):void {
// Analyze the "relatedObject" property
if(event.relatedObject!=null && Group(event.relatedObject).id !=
"dropDown") {
removeElement(p);
p=null;
}
}HTH, Olaf -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/rollOut-Issue-with-child-dropdown-in-panel-tp13568p13570.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
