Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D7B4910C03 for ; Tue, 8 Apr 2014 13:11:22 +0000 (UTC) Received: (qmail 78087 invoked by uid 500); 8 Apr 2014 13:11:21 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 77543 invoked by uid 500); 8 Apr 2014 13:11:17 -0000 Mailing-List: contact issues-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 issues@flex.apache.org Received: (qmail 77524 invoked by uid 99); 8 Apr 2014 13:11:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Apr 2014 13:11:15 +0000 Date: Tue, 8 Apr 2014 13:11:15 +0000 (UTC) From: "Jan F. Weber (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLEX-34214) SWFLoader scale9Grid does not work (Solution attached) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jan F. Weber created FLEX-34214: ----------------------------------- Summary: SWFLoader scale9Grid does not work (Solution attached) Key: FLEX-34214 URL: https://issues.apache.org/jira/browse/FLEX-34214 Project: Apache Flex Issue Type: Bug Components: mx: SWFLoader Affects Versions: Apache Flex 4.12.0 Reporter: Jan F. Weber Priority: Minor Setting the scale9Grid on a SWFLoader does not work. However, if you dig through the depth of the loader and access the Shape you can get it working. The code to access the Shape is: var shape : Shape = Shape(DisplayObjectContainer(Loader(DisplayObjectContainer($swfLoaderVar.content).getChildAt(0)).getChildAt(0)).getChildAt(0)); shape.scale9Grid = $rectangle; Please modify the native scale9Grid function of the SWFLoader so that it makes use of the real shape and not the SWFLoader container. -- This message was sent by Atlassian JIRA (v6.2#6252)