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 0D61E9A9B for ; Thu, 1 Mar 2012 20:00:17 +0000 (UTC) Received: (qmail 53737 invoked by uid 500); 1 Mar 2012 20:00:16 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 53670 invoked by uid 500); 1 Mar 2012 20:00:16 -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 53661 invoked by uid 99); 1 Mar 2012 20:00:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 20:00:16 +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 omarg.developer@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-ww0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 20:00:10 +0000 Received: by wgbdr12 with SMTP id dr12so868502wgb.0 for ; Thu, 01 Mar 2012 11:59:49 -0800 (PST) Received-SPF: pass (google.com: domain of omarg.developer@gmail.com designates 10.216.138.7 as permitted sender) client-ip=10.216.138.7; Authentication-Results: mr.google.com; spf=pass (google.com: domain of omarg.developer@gmail.com designates 10.216.138.7 as permitted sender) smtp.mail=omarg.developer@gmail.com; dkim=pass header.i=omarg.developer@gmail.com Received: from mr.google.com ([10.216.138.7]) by 10.216.138.7 with SMTP id z7mr3499869wei.16.1330631989035 (num_hops = 1); Thu, 01 Mar 2012 11:59:49 -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=NNimfVg+Rnl6mPZiNl7KWHMIzAlpLnengGLSHJbPc9g=; b=DXvLkQdymTZghFM9KNQrbiHoBdUveHd3a/grzutVW9NlzTACgXtpiqXAoG5mrJu+To 81mR8IUj2htu9d89gMncvEZ0gMUTTq+JOWS9E0NkmH/ETvv/h7Ri7LQOXwWyl5ESdohQ zBiTgfGYx/CRYsjMSjXtfYwPXZKkdsJIiLwOaTirM1OMMoMPFW/0c7iBHdUM4USg3g/g p/dbrj+GJbko2ZnKhXcFXIyOTDDcJog5rXQSlil7apdc6ABpolJ5ZFCDWQZwJLJ3TMi9 h8SjjVqS/YC7cHle6EMYVHhHi0e99996cTEBwJY4/9LfIB53vcpRtMJCs/xpx307XrhJ Owww== MIME-Version: 1.0 Received: by 10.216.138.7 with SMTP id z7mr2807924wei.16.1330631988923; Thu, 01 Mar 2012 11:59:48 -0800 (PST) Received: by 10.180.95.137 with HTTP; Thu, 1 Mar 2012 11:59:48 -0800 (PST) In-Reply-To: References: Date: Thu, 1 Mar 2012 11:59:48 -0800 Message-ID: Subject: Re: Missing Spark Components List From: Omar Gonzalez To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=0016e6d975ef06cd8204ba33e703 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d975ef06cd8204ba33e703 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Mar 1, 2012 at 11:53 AM, Jonathan Campos wrote: > On Thu, Mar 1, 2012 at 11:35 AM, Omar Gonzalez >wrote: > > > ToggleButton !== Button, I think another component is needed here no? > > > I *may* need a new skin. But in this case I would use composition with the > togglebutton, not the button. You may remember that there is a toggle > button in spark already. > > -- > Jonathan Campos > Sure you can skin it with ToggleButton factories, but then you have to also add logic for managing which toggle button is pressed, and depressing other toggle buttons when a new one is selected. Does ButtonBar do that? I'm not actually sure, if it does then I would agree another component is probably not needed, in which case I'd point the list to documentation on the relevant property like i did in some of the cases in the list already or show a short snippet of what properties to use. -- Omar Gonzalez s9tpepper@apache.org Apache Flex PPMC Member --0016e6d975ef06cd8204ba33e703--