From flex-dev-return-6144-apmail-incubator-flex-dev-archive=incubator.apache.org@incubator.apache.org Thu Mar 8 01:24:08 2012 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 5927D90BB for ; Thu, 8 Mar 2012 01:24:08 +0000 (UTC) Received: (qmail 60681 invoked by uid 500); 8 Mar 2012 01:24:07 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 60337 invoked by uid 500); 8 Mar 2012 01:24:04 -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 60300 invoked by uid 99); 8 Mar 2012 01:24:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2012 01:24:02 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of danreicher@gmail.com designates 209.85.214.175 as permitted sender) Received: from [209.85.214.175] (HELO mail-tul01m020-f175.google.com) (209.85.214.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2012 01:23:56 +0000 Received: by obqv19 with SMTP id v19so8791978obq.6 for ; Wed, 07 Mar 2012 17:23:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Fmp+arnI0fYthv5vNgVKKy2KzRmQpjCvrzmw+35o5jY=; b=jCpscmXUb1EC/DPUhq8Ghnwx9Bz5tPTP0ubM6fZyhjsA5ocobfE71C1RhMbgFKJIZu 7gckIVmB8PYQbfSEr+6IAKzcowaa1533uQM4jmVmuS2g/Q8ExP8OSeOEivVnjxGXWyxe yEpjV5JgWVGjJsLWTjX6aNXvd8FLwQ4Y8zR2H1UXpJuPIPXpAw8wgkFnOv8lzkPWop8S Qjw2AImbjAl5W7YbO8caY3MuSRlY/HwrPdfh1BHeEE5DV6fFXgEGfKEL1x93XPDLes4N ngv5PTMihNeybjlk0dJLMzs7u5Os1vae01U92mWCKuBo2ai3RK89KHiDK1NHlv7bPx// wZSg== MIME-Version: 1.0 Received: by 10.182.2.135 with SMTP id 7mr1586044obu.78.1331169815486; Wed, 07 Mar 2012 17:23:35 -0800 (PST) Received: by 10.182.80.4 with HTTP; Wed, 7 Mar 2012 17:23:35 -0800 (PST) In-Reply-To: <9EDF7605-4DFA-4FBC-BCA1-BA7454CAD4F0@classsoftware.com> References: <9EDF7605-4DFA-4FBC-BCA1-BA7454CAD4F0@classsoftware.com> Date: Wed, 7 Mar 2012 17:23:35 -0800 Message-ID: Subject: Re: [Proposal] New Component: Toast Notification From: Daniel Reicher To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=f46d044519e3fcdf8e04bab11fb6 X-Virus-Checked: Checked by ClamAV on apache.org --f46d044519e3fcdf8e04bab11fb6 Content-Type: text/plain; charset=ISO-8859-1 > > It's probably a bit early to be changing manifest files until we decide on > new component namespaces and where they should live but you do have to > compile it somehow. > Agreed. I hope this gets figured out as we go forward. I'll be honest - part of the reason behind initiating this process is the desire to bring some of these "gray" areas to light so they can be discussed and decisions made. There seem to be a lot of questions being kicked down the road. I've never built a theme that "inherited" from another theme, so I don't know how easy or difficult that is. I've always assumed they were fairly self-contained. Perhaps they need to share a project with different build targets. > Just not 100% sure if the popup is already showing do you need to restart > the timer? > The thought process there was if you wanted to front end this with a "ToastManager" singleton that only ever uses one instance of the Toast all you would need to do is change the label and call show(). That would leave the option open for queuing notifications, etc. Presumably, if you're explicitly calling show() more than once you'd expect to get a "full" showing; though, I may be off on that and open to discussion on behavior. Ultimately, it was just a guess on desired behavior and I didn't look in to how Android handles that case. --f46d044519e3fcdf8e04bab11fb6--