From flex-dev-return-9054-apmail-incubator-flex-dev-archive=incubator.apache.org@incubator.apache.org Wed Jun 20 17:06:06 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 D423A9279 for ; Wed, 20 Jun 2012 17:06:06 +0000 (UTC) Received: (qmail 89637 invoked by uid 500); 20 Jun 2012 17:06:05 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 89558 invoked by uid 500); 20 Jun 2012 17:06:05 -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 89397 invoked by uid 99); 20 Jun 2012 17:06:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 17:06:05 +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 elamukil@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-we0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 17:05:59 +0000 Received: by werg55 with SMTP id g55so5172764wer.6 for ; Wed, 20 Jun 2012 10:05:39 -0700 (PDT) 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=oZp9YIEcve14LIn4r2L9hB1/NP0XJMuP0NRwST6wew4=; b=xvzybbScPE/dvURGRvdVbR9QP80E1hTAMhoiR4IQYy+QdYls0BI+qKddELi/naqwdl M/XFyoWZI/9A+gz5CMsuPgFf1BH89A+MSX4KSVprFvN71uUKi10a/UkdlrxhFq4vlCQW sTxZK1EB80BF4nOb2YnwPpKMmJWtncTyOktZdz9ba6EvT2FwCpzxvm80Xg3v+PZ5PihG K/3caS+7E3Gr+eBFoL11Cn9zCBACy3dWLedIG1zo74Xf/GWdX6o1RnhSLD/0VWCguEzX OdAhGJQb94+Uvg1vsXKGMsDyzHAGgCr6ibZ+GZ9eNkz5b1f+Ahy0XEk4VYtUU6eWvFpC pnhQ== MIME-Version: 1.0 Received: by 10.216.228.232 with SMTP id f82mr13350099weq.211.1340211938970; Wed, 20 Jun 2012 10:05:38 -0700 (PDT) Received: by 10.227.134.147 with HTTP; Wed, 20 Jun 2012 10:05:38 -0700 (PDT) Date: Wed, 20 Jun 2012 22:35:38 +0530 Message-ID: Subject: Need help to implement autoscrollpolicy for ui component From: =?UTF-8?B?4K6k4K6u4K6/4K604K+N?= To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=00504502df288bcc0904c2ea682e --00504502df288bcc0904c2ea682e Content-Type: text/plain; charset=ISO-8859-1 Hi All, This might not be the right place to post the question but I know I can reach all the experts here. I am actually developing a whiteboard application using flex 4. I am using the sample code from http://axelscript.com/wp-content/Examples/DrawingWithUIComponent4/DrawingWithUIComponent4.html All I want to do is restrict the drawing area (say a 200x 200 square) and when the drawing exceed this width/height it should produce scrollbars. When I use clipAndEnableScroll it clips the content but no scrollbar appears (when wrapped inside a scroller component the application hangs) Kindly help me in this. Thanks in advance Thanks, Tamil --00504502df288bcc0904c2ea682e--