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 C1A43BB6E for ; Fri, 6 Jan 2012 22:40:03 +0000 (UTC) Received: (qmail 14421 invoked by uid 500); 6 Jan 2012 22:40:03 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 14387 invoked by uid 500); 6 Jan 2012 22:40: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 14379 invoked by uid 99); 6 Jan 2012 22:40:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2012 22:40:03 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [69.167.147.50] (HELO franklin.liquidweb.com) (69.167.147.50) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2012 22:39:55 +0000 Received: from localhost ([127.0.0.1]:42114) by franklin.liquidweb.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1RjIRe-00059l-SP for flex-dev@incubator.apache.org; Fri, 06 Jan 2012 17:39:31 -0500 Received: from 66.153.68.15 ([66.153.68.15]) by www.teotigraphix.com (Horde Framework) with HTTP; Fri, 06 Jan 2012 17:39:30 -0500 Message-ID: <20120106173930.1387187yo76iu6ua@www.teotigraphix.com> Date: Fri, 06 Jan 2012 17:39:30 -0500 From: Michael Schmalle To: flex-dev@incubator.apache.org Subject: Re: Congratulations to the first whiteboard addition :: navigators by Tink References: <20120106161510.19392j04gkog428u@www.teotigraphix.com> <20120106163053.18041rnnsryqurd9@www.teotigraphix.com> <7EEE1DDC-125C-4CD1-BE35-F086246F3918@tink.ws> In-Reply-To: <7EEE1DDC-125C-4CD1-BE35-F086246F3918@tink.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.9) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - franklin.liquidweb.com X-AntiAbuse: Original Domain - incubator.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - teotigraphix.com X-Source: X-Source-Args: X-Source-Dir: > Yeah I just didn't take the time out to edit the package names, so > feel free to hack away in there. > > If you were looking to add a TabNavigator you could create a > TabNavigatorSkin for use with a Navigator. Put a TabBar in it and > bind the dataProvider of the TabBar to the NavigatorGroup also in > the skin. Assign that skin to a Navigator and your should be up and > running. > > You could go one further and create a TabNavigator class that > extends Navigator and give it your new skin as a default. I'v always > wondered whether having these empty classes just so I can define a > default skin to it and give it a new name made any sense, although I > did do it for the 2 Accordions as the layout for those is a little > tricker to set up. > > Tink > Ok, I am going to do this. But what are the package names going to be? Should I just change them to org.apache.spark.components... etc for now? or spark.components ? Mike