From flex-dev-return-5849-apmail-incubator-flex-dev-archive=incubator.apache.org@incubator.apache.org Thu Mar 1 11:49:57 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 856D59F8A for ; Thu, 1 Mar 2012 11:49:57 +0000 (UTC) Received: (qmail 52537 invoked by uid 500); 1 Mar 2012 11:49:57 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 52506 invoked by uid 500); 1 Mar 2012 11:49:56 -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 52498 invoked by uid 99); 1 Mar 2012 11:49:56 -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 11:49:56 +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 loziosecchi.mailing@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, 01 Mar 2012 11:49:50 +0000 Received: by obqv19 with SMTP id v19so620969obq.6 for ; Thu, 01 Mar 2012 03:49:29 -0800 (PST) Received-SPF: pass (google.com: domain of loziosecchi.mailing@gmail.com designates 10.50.193.199 as permitted sender) client-ip=10.50.193.199; Authentication-Results: mr.google.com; spf=pass (google.com: domain of loziosecchi.mailing@gmail.com designates 10.50.193.199 as permitted sender) smtp.mail=loziosecchi.mailing@gmail.com; dkim=pass header.i=loziosecchi.mailing@gmail.com Received: from mr.google.com ([10.50.193.199]) by 10.50.193.199 with SMTP id hq7mr4279052igc.4.1330602569906 (num_hops = 1); Thu, 01 Mar 2012 03:49:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=rI/33l13LzuPV1cICcEibYu4z4ukdpEiXv8XmtLSJ9I=; b=HvJ8nSAG8L4ax02s2o8VCd/wooJpNw9yCRMntXXy7SV1Yr1QRMe/ySPI95o+8MLdpy J0GVyh4zqi40SnuTrX7btU4zgItSZb3AStRj2/HWTKFQbkFm3UZf+5Vom+r/TgXKiK0l Kj8Ho9pz1rK17/IwceqPnKQDTkur0k9Q3t0IQ= MIME-Version: 1.0 Received: by 10.50.193.199 with SMTP id hq7mr3491105igc.4.1330602569827; Thu, 01 Mar 2012 03:49:29 -0800 (PST) Received: by 10.42.96.70 with HTTP; Thu, 1 Mar 2012 03:49:29 -0800 (PST) In-Reply-To: References: Date: Thu, 1 Mar 2012 12:49:29 +0100 Message-ID: Subject: Re: s:Spacer (was Re: Missing Spark components) From: marco secchi To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=14dae93403b983041d04ba2d0ddf X-Virus-Checked: Checked by ClamAV on apache.org --14dae93403b983041d04ba2d0ddf Content-Type: text/plain; charset=ISO-8859-1 Hi, I have written something similar some time ago (Separator/BitmapSeparator/Scale9GridSeparator). The main reason I created them was for readability (Separator is better than Rect imho) You can find them here: http://code.google.com/p/flex-inc/wiki/ComponentList They are quite simple, but I think they can be a good starting point. Hope this will help, marco 2012/3/1 Omar Gonzalez > On Thu, Mar 1, 2012 at 1:20 AM, James Ong wrote: > > > SkinnableSpacerRect with border enable may useful when you want to debug > > the layout. > > > > > > That's a good idea. > > -- > Omar Gonzalez > s9tpepper@apache.org > Apache Flex PPMC Member > --14dae93403b983041d04ba2d0ddf--