Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B6DB8200B87 for ; Mon, 19 Sep 2016 16:25:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B5933160ACC; Mon, 19 Sep 2016 14:25:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 27FA7160ABC for ; Mon, 19 Sep 2016 16:25:53 +0200 (CEST) Received: (qmail 86474 invoked by uid 500); 19 Sep 2016 14:25:53 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 86459 invoked by uid 99); 19 Sep 2016 14:25:52 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Sep 2016 14:25:52 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 9302BC034D for ; Mon, 19 Sep 2016 14:25:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.813 X-Spam-Level: **** X-Spam-Status: No, score=4.813 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, KAM_LINKBAIT=2.5, RCVD_IN_DNSWL_NONE=-0.0001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id UYlE8mk4Le8L for ; Mon, 19 Sep 2016 14:25:50 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id EDFAE5F396 for ; Mon, 19 Sep 2016 14:25:49 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 111694FF62405 for ; Mon, 19 Sep 2016 07:25:49 -0700 (MST) Date: Mon, 19 Sep 2016 07:21:21 -0700 (PDT) From: OK To: users@flex.apache.org Message-ID: <1474294881453-13570.post@n4.nabble.com> In-Reply-To: <1474294644002-13569.post@n4.nabble.com> References: <1474294644002-13569.post@n4.nabble.com> Subject: Re: rollOut Issue with child dropdown in panel MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Mon, 19 Sep 2016 14:25:54 -0000 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.