Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B5FD31006F for ; Sat, 4 Jan 2014 21:22:58 +0000 (UTC) Received: (qmail 53250 invoked by uid 500); 4 Jan 2014 21:22:57 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 53221 invoked by uid 500); 4 Jan 2014 21:22:57 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 53213 invoked by uid 99); 4 Jan 2014 21:22:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jan 2014 21:22:57 +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 (nike.apache.org: domain of flexicious@gmail.com designates 74.125.82.42 as permitted sender) Received: from [74.125.82.42] (HELO mail-wg0-f42.google.com) (74.125.82.42) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jan 2014 21:22:50 +0000 Received: by mail-wg0-f42.google.com with SMTP id a1so1433584wgh.5 for ; Sat, 04 Jan 2014 13:22:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=42L4Xjyle0qIY6R47x/ztee6aQfy41Za/Cpungs93T0=; b=aVCrtqD0capU3yyHdfCj0NnFijBeml4OPg6DUQ5EJGaQE7PdELyTksX//KiQ89T+da QgN0DJe0Pn0uV2EdURwttLPo1DgqGITAs5GEh7DRaazs7k4Ravft5jts5aiA6/KO31Dg QljV4s91jJ9Ax5B2z0EJWVOuJ1wrNcuxWnnGc4hodnSgaxk8S3hDAAo2++Iw8t9egecN g1PMnB8+/66wOcAsne0cr8U9r7fCiZmVwiCA7JAlogLAx8lqgC3nNnSH9Z3l8KykYFu6 K2mCIYKltqi3q2Q+qfHEuV9Tp5DEcwTEU7KuEGeyrzTrweCEGPl7LG1KiiyToiSXmkh8 mMew== MIME-Version: 1.0 X-Received: by 10.194.173.163 with SMTP id bl3mr66462564wjc.10.1388870550050; Sat, 04 Jan 2014 13:22:30 -0800 (PST) Received: by 10.216.38.1 with HTTP; Sat, 4 Jan 2014 13:22:30 -0800 (PST) Date: Sat, 4 Jan 2014 16:22:30 -0500 Message-ID: Subject: SkinnableComponent question From: "Flexicious.com" To: dev@flex.apache.org Content-Type: multipart/alternative; boundary=089e013c6220c65ed304ef2b9f3b X-Virus-Checked: Checked by ClamAV on apache.org --089e013c6220c65ed304ef2b9f3b Content-Type: text/plain; charset=ISO-8859-1 In SkinnableComponent, there is this: protected function findSkinParts():void { if (skinParts) .... and then there is this: protected function get skinParts():Object { return null; } Anyone have a clue where skinParts is getting populated from? Its not overridden in a derived class, so really not sure how/whats populating it? --089e013c6220c65ed304ef2b9f3b--