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 7A8D9200C2B for ; Thu, 2 Mar 2017 23:18:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 79373160B6F; Thu, 2 Mar 2017 22:18:43 +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 CCB63160B6A for ; Thu, 2 Mar 2017 23:18:42 +0100 (CET) Received: (qmail 8319 invoked by uid 500); 2 Mar 2017 22:18:41 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 8308 invoked by uid 99); 2 Mar 2017 22:18:41 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2017 22:18:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 2F9C5C04A3 for ; Thu, 2 Mar 2017 22:18:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.048 X-Spam-Level: X-Spam-Status: No, score=-0.048 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id FtnzcNb9r31L for ; Thu, 2 Mar 2017 22:18:39 +0000 (UTC) Received: from icp-osb-irony-out7.external.iinet.net.au (icp-osb-irony-out7.external.iinet.net.au [203.59.1.107]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 63B215F1C2 for ; Thu, 2 Mar 2017 22:18:38 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2AOAgB1mbhY/7qCqXwNURsBAQEDAQEBCQEBAYkXm3OXQoYfAQICgycBAgEBAQEBAoV7AQEBAgEjWwsLDQ0CJgICV4oLsUBogiYmimYBAQgCASWBC4dGgmqEVEyCOi6CMQWcKZMbegGJAYY6jwaEMYFYIRQIFxVPAYIshCOKPgEBAQ X-IPAS-Result: A2AOAgB1mbhY/7qCqXwNURsBAQEDAQEBCQEBAYkXm3OXQoYfAQICgycBAgEBAQEBAoV7AQEBAgEjWwsLDQ0CJgICV4oLsUBogiYmimYBAQgCASWBC4dGgmqEVEyCOi6CMQWcKZMbegGJAYY6jwaEMYFYIRQIFxVPAYIshCOKPgEBAQ X-IronPort-AV: E=Sophos;i="5.35,233,1483977600"; d="scan'208";a="869372341" Received: from unknown (HELO [192.168.0.5]) ([124.169.130.186]) by icp-osb-irony-out7.iinet.net.au with ESMTP; 03 Mar 2017 06:18:14 +0800 From: Justin Mclean Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: [FlexJS] More event issues Date: Fri, 3 Mar 2017 09:18:13 +1100 References: <5871D271-1B22-4347-9B3E-7978228D3EA5@gmail.com> To: dev@flex.apache.org In-Reply-To: <5871D271-1B22-4347-9B3E-7978228D3EA5@gmail.com> Message-Id: <2B89EBB8-849B-4B2D-9ABE-D85C037637F7@classsoftware.com> X-Mailer: Apple Mail (2.3259) archived-at: Thu, 02 Mar 2017 22:18:43 -0000 HI, > The problem is that the signature of public function = dispatchEvent(event:Event):Boolean does not work unless = flash.events.Event is specifically specified. I=E2=80=99ve also seen this but it compiles and works fine when I run = it. Thanks, Justin=