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 C722910C92 for ; Fri, 13 Sep 2013 17:15:41 +0000 (UTC) Received: (qmail 95419 invoked by uid 500); 13 Sep 2013 17:15:40 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 95393 invoked by uid 500); 13 Sep 2013 17:15:40 -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 95384 invoked by uid 99); 13 Sep 2013 17:15:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Sep 2013 17:15:40 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of omuppi1@gmail.com designates 209.85.212.42 as permitted sender) Received: from [209.85.212.42] (HELO mail-vb0-f42.google.com) (209.85.212.42) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Sep 2013 17:15:35 +0000 Received: by mail-vb0-f42.google.com with SMTP id e12so1145308vbg.15 for ; Fri, 13 Sep 2013 10:15:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=lNgv+QV9Osa9jLTRBH51xkwz0ppRg47OIdaNq1no0zQ=; b=PtZp1fDrc+ZGz0R413BVRTV6s6sLDV7H8gRbTCm7rYlL5lmYMXeusv49issx8SC6CZ 31CULFPRWoV+qc1/lG6f1ZPlE3/N6o8uuKNDp4mkLI2rGTBSF6qOq9yDMnQuA8wfHEtl GroaWS3ucqqgYocjbFffsLPiYBeX5Om4cFTy9G3PyXUsHzHxS6txJyTzsxgTbKC4+ncj XhZNcGzzGL0niNnRqRZiIpNt0P6Y5qb68acvhrz8xT/9dvnWjDF6ZJ1V1Se7iCVyMLcs 5m2Is5GNkA8tRr9+3BXuRhkweEYbFUVZacKfxIGjm/3W2d5uoyliaDd7Kd+dt//2qiQO DV0Q== X-Received: by 10.58.137.167 with SMTP id qj7mr12782663veb.1.1379092514220; Fri, 13 Sep 2013 10:15:14 -0700 (PDT) MIME-Version: 1.0 Sender: omuppi1@gmail.com Received: by 10.58.241.233 with HTTP; Fri, 13 Sep 2013 10:14:43 -0700 (PDT) In-Reply-To: References: From: OmPrakash Muppirala Date: Fri, 13 Sep 2013 10:14:43 -0700 X-Google-Sender-Auth: XHeia8ThXsP7gfJPlWs52GhPgBI Message-ID: Subject: Re: How do I scale StageWebView? To: "dev@flex.apache.org" Cc: "flex-dev@incubator.apache.org" Content-Type: multipart/alternative; boundary=047d7b677efa6c2fe004e646ffc9 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b677efa6c2fe004e646ffc9 Content-Type: text/plain; charset=ISO-8859-1 Jude Frangipane has an excellent library available that wraps the StageWebView inside an UIComponent that supports these kind of things. This might help your use case: http://www.judahfrangipane.com/blog/2011/01/16/stagewebview-uicomponent/ Thanks, Om On Fri, Sep 13, 2013 at 10:03 AM, Nick Collins wrote: > I would add a listener to the application for the resize event, then in the > handler handle the positioning and scaling of the StageWebView. > > > On Fri, Sep 13, 2013 at 10:39 AM, Jitendra Jain < > warriorofheavenster@gmail.com> wrote: > > > Hi, > > > > I have an application which is scaled from center. Now i am having > issue > > in scaling stagewebview. The application x and y has been changed. So how > > do i change the x and y also the height and width with respective to the > > application > > > > -- > > Thanks and Regards, > > JJain, > > > > If you have knowledge, let others light their candles in it --Margaret > > Fuller: > > > --047d7b677efa6c2fe004e646ffc9--