Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0751818960 for ; Sun, 13 Sep 2015 15:24:00 +0000 (UTC) Received: (qmail 34566 invoked by uid 500); 13 Sep 2015 15:23:59 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 34531 invoked by uid 500); 13 Sep 2015 15:23:59 -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 34519 invoked by uid 99); 13 Sep 2015 15:23:59 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Sep 2015 15:23:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id DECE7180974 for ; Sun, 13 Sep 2015 15:23:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.9 X-Spam-Level: ** X-Spam-Status: No, score=2.9 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 9gVc3LYI6XNF for ; Sun, 13 Sep 2015 15:23:51 +0000 (UTC) Received: from mail-io0-f174.google.com (mail-io0-f174.google.com [209.85.223.174]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id BEF9F44155 for ; Sun, 13 Sep 2015 15:23:50 +0000 (UTC) Received: by ioii196 with SMTP id i196so142728933ioi.3 for ; Sun, 13 Sep 2015 08:23:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=3v0z7GqBR7G2zO1x9keqTsYKupZJyxvGKevilBbn8CY=; b=MYyTxE5/YiJ9iXW7kV4DkTe/bzvEw7naOqISprGYvkQh7kpM19Rx98BR/2C4buKiv4 TpO+r0j7V8+AUbnoW2qeZQ5ns991TwTBoWZ90xmdMJiIDM4vJD6seplimm9EcMbyhbmk nQnXDe3rYvzUMxuWM4WzlcmHRkpiNFrGQUEDmP1NB1YIokp6XfMd/oidbgtses5Sxaeb Xd0/QIJlzrcprOXIvuQ4I/ob9DnLkAf7ucX0Ah0p/QCyWi9WV1QBrvdWuBBtDLguHpIr A26XBPkpWXPab3ljvdv56dKJZ+njJzA+TDXgB/Qu+kVSqr7eFzfDtRrgOViCEkqYuwH2 6Z9w== X-Received: by 10.107.159.198 with SMTP id i189mr5508904ioe.59.1442157824368; Sun, 13 Sep 2015 08:23:44 -0700 (PDT) MIME-Version: 1.0 References: <1442155100.54260.YahooMailAndroidMobile@web165005.mail.bf1.yahoo.com> In-Reply-To: <1442155100.54260.YahooMailAndroidMobile@web165005.mail.bf1.yahoo.com> From: mark goldin Date: Sun, 13 Sep 2015 15:23:34 +0000 Message-ID: Subject: Re: Listen to Application exit To: "users@flex apache. org" Content-Type: multipart/alternative; boundary=001a1140f928d4e831051fa28888 --001a1140f928d4e831051fa28888 Content-Type: text/plain; charset=UTF-8 It's Web. JavaScript is probably too late. On Sun, Sep 13, 2015 at 9:38 AM Matthew Weir wrote: > You can in an AIR app. Haven't found a good way in a Web app. I tried > via javascript, but it certainly was not perfect. Window.onbeforeunload. > > > > > http://stackoverflow.com/questions/1338152/detecting-different-quit-options-in-air-application-on-mac > > Sent from Yahoo Mail on Android > > From:"mark goldin" > Date:Sun, Sep 13, 2015 at 9:30 AM > Subject:Listen to Application exit > > Is it possible to intercept an event on application exit? > > Thanks > > --001a1140f928d4e831051fa28888--