Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 32DAE106BA for ; Fri, 4 Apr 2014 15:28:25 +0000 (UTC) Received: (qmail 47249 invoked by uid 500); 4 Apr 2014 15:28:24 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 46313 invoked by uid 500); 4 Apr 2014 15:28:19 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 46265 invoked by uid 99); 4 Apr 2014 15:28:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2014 15:28:17 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [193.238.80.65] (HELO delta.xnoc.net) (193.238.80.65) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2014 15:28:10 +0000 Received: from cpc65345-nrwh11-2-0-cust1698.4-4.cable.virginmedia.com ([82.22.78.163]:50922 helo=[192.168.0.2]) by delta.xnoc.net with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1WW620-003bJh-UH for users@flex.apache.org; Fri, 04 Apr 2014 16:27:48 +0100 Message-ID: <533ECF6F.7020706@leeburrows.com> Date: Fri, 04 Apr 2014 16:27:43 +0100 From: Lee Burrows User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: users@flex.apache.org Subject: Re: Flex mobile air build- Scrollbar issue References: <533ECDD0.6080603@leeburrows.com> In-Reply-To: <533ECDD0.6080603@leeburrows.com> Content-Type: multipart/alternative; boundary="------------010200010106090408040304" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - delta.xnoc.net X-AntiAbuse: Original Domain - flex.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - leeburrows.com X-Get-Message-Sender-Via: delta.xnoc.net: authenticated_id: lee@leeburrows.com X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org --------------010200010106090408040304 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit actually, i dont think that will work (i didnt notice it was for a desktop app) mobile scroller only shows scrollbar when scrolling is underway - you'll need to use the desktop skin or subclass the mobile version and adapt it. On 04/04/2014 16:20, Lee Burrows wrote: > try setting verticalScrollPolicy on the list, not the scroller > > On 04/04/2014 16:07, Saju Thankathurai wrote: >> Hi >> >> I have a control in my Flex mobile application. In mobile the >> scrolling is working fine. >> >> I made a release build of my Flex mobile project in to *air* installer >> file. In desktop, after installing the file, i could not see the vertical >> scrollbar. How to enable that? I need a normal scroll bar to be visible so >> that users can use the scrollbar to view the data in list. >> >> Below is my code snippet >> >> > verticalScrollPolicy="on"> >> > paddingLeft="20" paddingBottom="10"> >> >> > change="applyTransition()" width="100%" height="100%" >> dataProvider="{data}" borderVisible="true" styleName="myStyle"> >> >> >> > messageField="city"/> >> >> >> >> >> >> >> > > > > > -- > Lee Burrows > ActionScripter -- Lee Burrows ActionScripter --------------010200010106090408040304--