Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9C8DDD2D for ; Thu, 12 Jul 2012 18:01:04 +0000 (UTC) Received: (qmail 65117 invoked by uid 500); 12 Jul 2012 18:01:04 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 65083 invoked by uid 500); 12 Jul 2012 18:01:03 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 65075 invoked by uid 99); 12 Jul 2012 18:01:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2012 18:01:03 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of omuppi1@gmail.com designates 209.85.217.175 as permitted sender) Received: from [209.85.217.175] (HELO mail-lb0-f175.google.com) (209.85.217.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2012 18:00:57 +0000 Received: by lbol5 with SMTP id l5so3424756lbo.6 for ; Thu, 12 Jul 2012 11:00:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=fz9M/6A4w0dPz76VIWzxmUyXIhfzj9dUQX7uc2NOShY=; b=J4j07F8No2unwFCqd0M4JA3U1DWDJ7vvbsOJUsVsSB3DtFb/yaB1NUJJFEJhADFok8 QP6LWu4VLM6ru2itZ8Kw3zHyvnbed/actO9u+HMbgmObkv3SkElJmG9Z84z1jCY479gr LPbYcrUdWNzO/o34BHIZrA4HYNU9+sSKm+poahDs91Eh9wJaLPBWaFAegMyGjpBHHGZY hhgkWd29j/LGdFA+QfAQLgUQ1EmQGWWeVtSEi3/MNx42rF/RKGv7DcTLlqUYhk9keL2X bNSqUG5jj3y1EazKQSOdVIpkp0tgUyGHLkmNPSukBRAs4v8d8M9TsmoJLDpQZK8JB0BC kAjQ== Received: by 10.112.46.198 with SMTP id x6mr1667274lbm.19.1342116035863; Thu, 12 Jul 2012 11:00:35 -0700 (PDT) MIME-Version: 1.0 Sender: omuppi1@gmail.com Received: by 10.112.82.73 with HTTP; Thu, 12 Jul 2012 11:00:05 -0700 (PDT) In-Reply-To: References: From: Om Date: Thu, 12 Jul 2012 11:00:05 -0700 X-Google-Sender-Auth: UsXzy8CqHyiKFF_ff8PYQlWMwCo Message-ID: Subject: Re: AIR version of makeApacheFlexForFlashBuilder To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=bcaec554060490a4c104c4a5bd82 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec554060490a4c104c4a5bd82 Content-Type: text/plain; charset=ISO-8859-1 Rushme, Now I understand the problem. I had the app working in commandline mode as well initially. I was processing the args in the invoke event. I did not know that it behaves in this way on the Mac. With the optional components, mandatory license agreement display, etc. I have removed the command line mode invocation from the app. I believe that the app should work fine with applicationComplete event as well. I will test on windows and post a build soon. In the meantime, you can make this change yourself and test it if you can. Thanks, Om On Thu, Jul 12, 2012 at 10:23 AM, Rushme Nayak wrote: > Hi Om, > > The problem is when application runs on mac. invoke event dispatched every > time window maximized. can we use creationcomplete or applicationcomplete > event instead? > > -- > Warm Regards, > *Rush-me* > --bcaec554060490a4c104c4a5bd82--